File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -822,7 +822,7 @@ if (binaryInfo != null && binaryInfo.length > 0) {
822822 updatetime = getJsInfo ( x , / [ = , \s ] \s * s c r i p t - u p d a t e - i n t e r v a l \s * = \s * / )
823823 timeout = getJsInfo ( x , / [ = , \s ] \s * t i m e o u t \s * = \s * / )
824824 tilesicon = jstype == 'generic' && / i c o n = / . test ( x ) ? x . split ( 'icon=' ) [ 1 ] . split ( '&' ) [ 0 ] : ''
825- tilescolor = jstype == 'generic' && / i c o n - c o l o r = / . test ( x ) ? x . split ( 'icon-color=' ) [ 1 ] . split ( '&' ) [ 0 ] : ''
825+ tilescolor = jstype == 'generic' && / i c o n - c o l o r = / . test ( x ) ? x . split ( 'icon-color=' ) [ 1 ] . split ( '&' ) [ 0 ] : '#5d84f8 '
826826 if ( nCron != null && jstype != 'cron' ) {
827827 for ( let i = 0 ; i < nCron . length ; i ++ ) {
828828 let elem = nCron [ i ] . trim ( )
@@ -966,7 +966,7 @@ if (binaryInfo != null && binaryInfo.length > 0) {
966966 wakesys : '1' ,
967967 timeout : '120' ,
968968 ori : x ,
969- num : y ,
969+ num : y
970970 } )
971971 } //qx cron 脚本解析结束
972972
Original file line number Diff line number Diff line change @@ -822,7 +822,7 @@ if (binaryInfo != null && binaryInfo.length > 0) {
822822 updatetime = getJsInfo ( x , / [ = , \s ] \s * s c r i p t - u p d a t e - i n t e r v a l \s * = \s * / )
823823 timeout = getJsInfo ( x , / [ = , \s ] \s * t i m e o u t \s * = \s * / )
824824 tilesicon = jstype == 'generic' && / i c o n = / . test ( x ) ? x . split ( 'icon=' ) [ 1 ] . split ( '&' ) [ 0 ] : ''
825- tilescolor = jstype == 'generic' && / i c o n - c o l o r = / . test ( x ) ? x . split ( 'icon-color=' ) [ 1 ] . split ( '&' ) [ 0 ] : ''
825+ tilescolor = jstype == 'generic' && / i c o n - c o l o r = / . test ( x ) ? x . split ( 'icon-color=' ) [ 1 ] . split ( '&' ) [ 0 ] : '#5d84f8 '
826826 if ( nCron != null && jstype != 'cron' ) {
827827 for ( let i = 0 ; i < nCron . length ; i ++ ) {
828828 let elem = nCron [ i ] . trim ( )
@@ -966,7 +966,7 @@ if (binaryInfo != null && binaryInfo.length > 0) {
966966 wakesys : '1' ,
967967 timeout : '120' ,
968968 ori : x ,
969- num : y ,
969+ num : y
970970 } )
971971 } //qx cron 脚本解析结束
972972
You can’t perform that action at this time.
0 commit comments