Skip to content

Commit

Permalink
Merge pull request #5 from ranglang/main
Browse files Browse the repository at this point in the history
chore: upgrade AITable
  • Loading branch information
BensonCheung authored Sep 8, 2023
2 parents 9857a57 + 53b4948 commit 903172a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ widget-cli start

### Tutorial
For details, see the official help manual
[Funnel Chart | APITable](https://help.apitable.com/docs/guide/intro-widget-funnel-chart/)
[Funnel Chart | APITable](https://help.aitable.ai/docs/guide/intro-widget-funnel-chart/)

### Changelog
See: [changelog](changelog.md)
See: [changelog](changelog.md)
Binary file modified author_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.15",
"version": "0.1.17",
"description": "a apitable widget",
"engines": {
"node": ">=8.x"
Expand Down Expand Up @@ -50,6 +50,6 @@
"prettier": "^2.6.2"
},
"authorName": "__template__",
"authorLink": "https://apitable.com",
"authorEmail": "developer@apitable.com"
"authorLink": "https://aitable.ai",
"authorEmail": "developer@aitable.ai"
}
2 changes: 1 addition & 1 deletion src/components/setting/setting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const Setting: React.FC<ISettingProps> = (props) => {
<div style={{ display: "flex", marginLeft: "4px", marginTop: "3px" }}>
<a
className={"linkToDocs"}
href="https://help.apitable.com/docs/guide/intro-widget-funnel-chart/"
href="https://help.aitable.ai/docs/guide/intro-widget-funnel-chart/"
target="_blank"
>
<InformationSmallOutlined></InformationSmallOutlined>
Expand Down
8 changes: 4 additions & 4 deletions widget.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"globalPackageId": "wpkZV0RkAD90t",
"sandbox": true,
"authorName": "APITbale",
"authorLink": "https://apitable.com",
"authorEmail": "developer@apitable.com",
"website": "https://help.apitable.com/docs/guide/intro-widget-funnel-chart/"
}
"authorLink": "https://aitable.ai",
"authorEmail": "developer@aitable.ai",
"website": "https://help.aitable.ai/docs/guide/intro-widget-funnel-chart/"
}

0 comments on commit 903172a

Please sign in to comment.