Skip to content

Commit

Permalink
Merge pull request #2 from ranglang/main
Browse files Browse the repository at this point in the history
chore: upgrade AITable
  • Loading branch information
BensonCheung committed Sep 8, 2023
2 parents 1d40fcd + 1c6319d commit c2e9132
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.4",
"version": "1.1.6",
"description": "my apitable widget chart",
"engines": {
"node": ">=8.x"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Highlight the statistical and target values of the specified dimensional column

Statistics & Metrics widget (hereinafter referred to as "Stats & Metrics") can count any column of data in a table and display the statistic value in a highlighted style on the widget. You can use it to display statistics and target values for key metrics such as sales, orders, registered users, bugs ......

For details, see the official help manual: [Statistics & Metrics applet | APITable](https://help.apitable.com/docs/guide/intro-widget-summary).
For details, see the official help manual: [Statistics & Metrics applet | APITable](https://help.aitable.ai/docs/guide/intro-widget-summary).


## 🚀 Quick start (ready-made templates)
Expand Down
4 changes: 2 additions & 2 deletions settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"summary_widget_setting_help_url": "https://help.apitable.com/docs/guide/intro-widget-summary"
}
"summary_widget_setting_help_url": "https://help.aitable.ai/docs/guide/intro-widget-summary"
}
10 changes: 5 additions & 5 deletions widget.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"icon": "./package_icon.png",
"cover": "./cover.png",
"authorName": "APITable",
"authorName": "AITable",
"authorIcon": "./author_icon.png",
"authorLink": "https://developers.apitable.com",
"authorEmail": "developer@apitable.com",
"authorLink": "https://developers.aitable.ai",
"authorEmail": "developer@aitable.ai",
"description": {
"zh-CN": "突出展示指定维格列的统计值和目标值,作为关键指标,比如销售额、订单数、注册用户数、Bug 数等",
"en-US": "Highlight statistics and target values for the specified fields as key metrics, such as sales volumes, number of orders, number of registered users, etc."
},
"website": "https://help.apitable.com/docs/guide/intro-widget-summary"
}
"website": "https://help.aitable.ai/docs/guide/intro-widget-summary"
}

0 comments on commit c2e9132

Please sign in to comment.