File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " sub-store-front-end" ,
3- "version" : " 2.15.5 " ,
3+ "version" : " 2.15.6 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " vite --host" ,
Original file line number Diff line number Diff line change @@ -397,15 +397,15 @@ const toggleSyncPlatform = () => {
397397
398398};
399399const 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 || " " ;
402402 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 || " " ;
409409};
410410
411411// 同步 上传
You can’t perform that action at this time.
0 commit comments