From cdf806fc160958e7d0960fb588241a63cdd16033 Mon Sep 17 00:00:00 2001 From: Kilian Date: Wed, 7 Jan 2026 11:32:07 +0800 Subject: [PATCH 1/2] Update website URL in widget configuration --- widget.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widget.config.json b/widget.config.json index 09b2bd4..c2c2a9e 100644 --- a/widget.config.json +++ b/widget.config.json @@ -17,6 +17,6 @@ "zh-CN": "通过编写简短的脚本,来减少重复任务所花费的时间,实现快捷的自定义能力", "en-US": "Reduce the time spent on repetitive tasks by writing short scripts for quick customization capabilities" }, - "website": "https://developers.vika.cn/script/introduction/", + "website": "https://help.vika.cn/docs/guide/intro-widget-script/", "sandbox": true -} \ No newline at end of file +} From 48280581472c4a70449587fc3844b8e2fbcee388 Mon Sep 17 00:00:00 2001 From: Kilian Date: Wed, 7 Jan 2026 11:32:43 +0800 Subject: [PATCH 2/2] Bump version from 0.0.16 to 0.0.17 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2daa526..e045c50 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.16", + "version": "0.0.17", "description": "a apitable widget", "engines": { "node": ">=8.x"