File tree 5 files changed +9
-1
lines changed
5 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sub-store-front-end" ,
3
- "version" : " 2.15.15 " ,
3
+ "version" : " 2.15.16 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " vite --host" ,
Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ const refresh = async () => {
226
226
if ([" /subs" , " /sync" , " /files" ].includes (route .path )) {
227
227
initStores (true , true , true );
228
228
} else {
229
+ showNotify ({ title: i18n_global (" globalNotify.refresh.rePwaing" ), type: " primary" });
229
230
if (" serviceWorker" in navigator ) {
230
231
const registrations = await navigator .serviceWorker .getRegistrations ();
231
232
for (let registration of registrations ) {
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export default {
19
19
flowFailed : "Refresh of {name} failed!" ,
20
20
failed : "Refresh Failed\n" ,
21
21
loading : "Refreshing Data..." ,
22
+ rePwaing : 'Resetting PWA cache...' ,
22
23
rePwa : 'PWA cache reset successfully. The page will refresh soon...' ,
23
24
} ,
24
25
} ,
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ export default {
20
20
failed : '数据刷新失败\n' ,
21
21
loading : '刷新数据中...' ,
22
22
rePwa : '重置 PWA 缓存成功,即将刷新页面...' ,
23
+ rePwaing : '重置 PWA 缓存中...' ,
23
24
} ,
24
25
share : {
25
26
title : '分享' ,
@@ -429,6 +430,7 @@ export default {
429
430
paramsOptions : '操作' ,
430
431
paramsEmpty : '暂无参数数据' ,
431
432
duplicateKeyWarning : '重复的键名' ,
433
+ insecureTips : '开启后,将不对服务器证书进行验证。' ,
432
434
} ,
433
435
'Flag Operator' : {
434
436
label : '旗帜操作' ,
Original file line number Diff line number Diff line change @@ -580,6 +580,10 @@ watch(
580
580
align-items : center ;
581
581
margin-top : 16px ;
582
582
margin-bottom : 8px ;
583
+ flex-direction : row ;
584
+ flex-wrap : wrap ;
585
+ justify-content : space-between ;
586
+ line-height : 3.5 ;
583
587
.title-label {
584
588
display : flex ;
585
589
align-items : center ;
You can’t perform that action at this time.
0 commit comments