diff --git a/README.md b/README.md index 79f4e02..8f9ed71 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +See: [changelog](changelog.md) diff --git a/author_icon.png b/author_icon.png index 4d05c4a..3fa1d4a 100644 Binary files a/author_icon.png and b/author_icon.png differ diff --git a/package.json b/package.json index 9e90b15..58da9c0 100644 --- a/package.json +++ b/package.json @@ -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" } diff --git a/src/components/setting/setting.tsx b/src/components/setting/setting.tsx index 693609a..85f21cf 100644 --- a/src/components/setting/setting.tsx +++ b/src/components/setting/setting.tsx @@ -100,7 +100,7 @@ export const Setting: React.FC = (props) => {
diff --git a/widget.config.json b/widget.config.json index 8ccc1b0..4d0b9b8 100644 --- a/widget.config.json +++ b/widget.config.json @@ -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/" -} \ No newline at end of file + "authorLink": "https://aitable.ai", + "authorEmail": "developer@aitable.ai", + "website": "https://help.aitable.ai/docs/guide/intro-widget-funnel-chart/" +}