File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 ) ;
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments