File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
* 如何添加多户:长按桌面小组件,编辑添加参数,输入从 0 开始的整数,0 代表第一户,1 代表第二户,以此类推
7
7
* 重写: https://raw.githubusercontent.com/dompling/Script/master/wsgw/index.js
8
8
*
9
- * @version 1.1.0
9
+ * @version 1.1.1
10
10
* @author Honye
11
11
*/
12
12
@@ -1125,7 +1125,7 @@ const getLogo = async () => {
1125
1125
const filename = 'logo.png' ;
1126
1126
const cached = cache . readImage ( filename ) ;
1127
1127
if ( cached ) return cached
1128
- const image = await getImage ( 'http ://192.168.0.107:3000 /sgcc.png' ) ;
1128
+ const image = await getImage ( 'https ://raw.githubusercontent.com/Honye/scriptable-scripts/refs/heads/master/static /sgcc.png' ) ;
1129
1129
cache . writeImage ( filename , image ) ;
1130
1130
return image
1131
1131
} ;
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const getLogo = async () => {
41
41
const filename = 'logo.png'
42
42
const cached = cache . readImage ( filename )
43
43
if ( cached ) return cached
44
- const image = await getImage ( 'http ://192.168.0.107:3000 /sgcc.png' )
44
+ const image = await getImage ( 'https ://raw.githubusercontent.com/Honye/scriptable-scripts/refs/heads/master/static /sgcc.png' )
45
45
cache . writeImage ( filename , image )
46
46
return image
47
47
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0 " ,
2
+ "version" : " 1.1.1 " ,
3
3
"description" : [
4
4
" 网上国网小组件" ,
5
5
" 如何添加多户:长按桌面小组件,编辑添加参数,输入从 0 开始的整数,0 代表第一户,1 代表第二户,以此类推" ,
You can’t perform that action at this time.
0 commit comments