Skip to content

Commit af6d765

Browse files
author
dompling
committed
tip: update scripts init
1 parent 6ba540c commit af6d765

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Scripts/BiliBili.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Widget extends DmYY {
1111
this.logo =
1212
"https://raw.githubusercontent.com/Orz-3/task/master/bilibili.png";
1313
config.runsInApp &&
14-
this.registerAction("组件基础内容配置", this.setWidgetConfig);
14+
this.registerAction("基础设置", this.setWidgetConfig);
1515
this.cacheName = this.md5(`dataSouce_${this.en}`);
1616
}
1717

Scripts/BiliBiliWatch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class Widget extends DmYY {
201201

202202
Run = (filename) => {
203203
if (config.runsInApp) {
204-
this.registerAction("组件基础内容配置", this.setWidgetConfig);
204+
this.registerAction("基础设置", this.setWidgetConfig);
205205
this.registerAction("设置 Cookie", this.inputCk);
206206
this.registerAction("设置 BoxJS Cookie", this._loadCk);
207207
}

Scripts/Birthday.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Widget extends DmYY {
2121
);
2222
this.defaultData = { ...this.defaultData, ...this.settings[this.en] };
2323
if (config.runsInApp) {
24-
this.registerAction("组件基础内容配置", this.setWidgetConfig);
24+
this.registerAction("基础设置", this.setWidgetConfig);
2525
this.registerAction("生日配置", this.setWidgetInitConfig);
2626
this.registerAction("头像设置", this.setLeftWidgetImage);
2727
this.registerAction("读取BoxJS数据", this.setWidgetBoxJSConfig);

Scripts/HistoryToday.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Widget extends DmYY {
1515
this.logo =
1616
"https://raw.githubusercontent.com/Orz-3/task/master/historyToday.png";
1717
config.runsInApp &&
18-
this.registerAction("组件基础内容配置", this.setWidgetConfig);
18+
this.registerAction("基础设置", this.setWidgetConfig);
1919
this.cacheName = this.md5(`dataSouce_${this.en}`);
2020
}
2121

Scripts/JDDou.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ class Widget extends DmYY {
252252

253253
JDRun = (filename, args) => {
254254
if (config.runsInApp) {
255-
this.registerAction("组件基础内容配置", this.setWidgetConfig);
255+
this.registerAction("基础设置", this.setWidgetConfig);
256256
this.registerAction("输入京东 CK", this.inputJDck);
257257
this.registerAction("读取 BoxJS 数据", this.actionSettings);
258258
}

Scripts/JDDouK.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ class Widget extends DmYY {
304304

305305
JDRun = (filename, args) => {
306306
if (config.runsInApp) {
307-
this.registerAction("组件基础内容配置", this.setWidgetConfig);
307+
this.registerAction("基础设置", this.setWidgetConfig);
308308
this.registerAction("输入京东 CK", this.inputJDck);
309309
this.registerAction("读取 BoxJS 数据", this.actionSettings);
310310
}

Scripts/JDWuLiu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class Widget extends DmYY {
197197

198198
JDRun = (filename, args) => {
199199
if (config.runsInApp) {
200-
this.registerAction("组件基础内容配置", this.setWidgetConfig);
200+
this.registerAction("基础设置", this.setWidgetConfig);
201201
this.registerAction("输入京东 CK", this.inputJDck);
202202
this.registerAction("读取 BoxJS 数据", this.actionSettings);
203203
}

Scripts/ZXTrains.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Widget extends DmYY {
1919
this.logo = "https://raw.githubusercontent.com/Orz-3/task/master/zxhc.png";
2020
this.cacheName = this.md5(`dataSouce_${this.en}`);
2121
if (config.runsInApp) {
22-
this.registerAction("组件基础内容配置", this.setWidgetConfig);
22+
this.registerAction("基础设置", this.setWidgetConfig);
2323
}
2424
}
2525

0 commit comments

Comments
 (0)