File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const configuredMobileCompanionOrigin =
33
44export const MOBILE_COMPANION_ORIGIN =
55 configuredMobileCompanionOrigin || "https://nnnsmm.github.io/Launcherg-Mod/" ;
6- export const MOBILE_COMPANION_CLIENT_VERSION = "mobile-pwa-v16 " ;
6+ export const MOBILE_COMPANION_CLIENT_VERSION = "mobile-pwa-v17 " ;
77export const SKYWAY_CONNECT_ENDPOINT = "https://launcherg.ryoha.moe/connect" ;
88
99export type MobileCompanionUrlParams = {
Original file line number Diff line number Diff line change 12301230 <button
12311231 type =" button"
12321232 class =" reconnect-small-button"
1233+ title =" 再接続"
12331234 on:click ={() => window .location .reload ()}
12341235 >
1235- <span class =" i-material-symbols:refresh-rounded text-[15px]" />
1236- <span >再接続</span >
1236+ <span class =" i-material-symbols:refresh-rounded text-[20px]" />
12371237 </button >
12381238 </div >
12391239
19341934
19351935 .pause-button {
19361936 grid-column : span 2 ;
1937- min-height : 56 px ;
1937+ min-height : 48 px ;
19381938 width : 100% ;
19391939 display : flex ;
19401940 align-items : center ;
19491949 }
19501950
19511951 .shutter-button {
1952- min-height : 72 px ;
1952+ min-height : 56 px ;
19531953 width : 100% ;
19541954 display : flex ;
19551955 align-items : center ;
You can’t perform that action at this time.
0 commit comments