File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
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.5 " ,
3
+ "version" : " 2.15.6 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " vite --host" ,
Original file line number Diff line number Diff line change @@ -397,15 +397,15 @@ const toggleSyncPlatform = () => {
397
397
398
398
};
399
399
const setDisplayInfo = () => {
400
- syncPlatformInput .value = syncPlatform .value || ' ' ;
401
- userInput .value = githubUser .value || t ( ` myPage.placeholder.noGithubUser ` ) ;
400
+ syncPlatformInput .value = syncPlatform .value || " " ;
401
+ userInput .value = githubUser .value || " " ;
402
402
tokenInput .value = gistToken .value
403
- ? gistToken .value .slice (0 , 6 ) + " ************"
404
- : t ( ` myPage.placeholder.noGistToken ` ) ;
405
- uaInput .value = defaultUserAgent .value || t ( ` myPage.placeholder.noDefaultUserAgent ` ) ;
406
- proxyInput .value = defaultProxy .value || t ( ` myPage.placeholder.noDefaultProxy ` ) ;
407
- timeoutInput .value = defaultTimeout .value || t ( ` myPage.placeholder.noDefaultTimeout ` ) ;
408
- cacheThresholdInput .value = cacheThreshold .value || t ( ` myPage.placeholder.noCacheThreshold ` ) ;
403
+ ? ` ${ gistToken .value .slice (0 , 6 )} ************`
404
+ : " " ;
405
+ uaInput .value = defaultUserAgent .value || " " ;
406
+ proxyInput .value = defaultProxy .value || " " ;
407
+ timeoutInput .value = defaultTimeout .value || " " ;
408
+ cacheThresholdInput .value = cacheThreshold .value || " " ;
409
409
};
410
410
411
411
// 同步 上传
You can’t perform that action at this time.
0 commit comments