File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 < link rel ="apple-touch-icon-precomposed " href ="apple-touch-icon.png " />
1111 < link rel ="manifest " href ="manifest.json " />
1212 < link rel ="stylesheet " href ="css/style.css " />
13- < title > Snowboard</ title >
13+ < title > Snowboard V7.7 - Perfect Alignment Edition </ title >
1414</ head >
1515< body >
1616
@@ -91,7 +91,7 @@ <h3 id="txtBgEffectTitle" style="color: #ff2d55;">Hiệu ứng Nền Khung</h3>
9191< div class ="modal-overlay " id ="dockModal "> < div class ="modal-content "> < h3 id ="txtDockTitle "> </ h3 > < div style ="margin-bottom: 14px; display: flex; align-items: center; "> < label class ="switch " style ="margin-right: 12px; "> < input type ="radio " name ="dockSel " id ="dockGlassToggle "> < span class ="slider "> </ span > </ label > < span id ="txtDockGlass "> </ span > </ div > < div style ="margin-bottom: 14px; display: flex; align-items: center; "> < label class ="switch " style ="margin-right: 12px; "> < input type ="radio " name ="dockSel " id ="dockWoodToggle "> < span class ="slider "> </ span > </ label > < span id ="txtDockWood "> </ span > </ div > < div style ="margin-bottom: 14px; display: flex; align-items: center; "> < label class ="switch " style ="margin-right: 12px; "> < input type ="radio " name ="dockSel " id ="dockBlurToggle "> < span class ="slider "> </ span > </ label > < span id ="txtDockBlur "> </ span > </ div > < div style ="margin-bottom: 20px; display: flex; align-items: center; "> < label class ="switch " style ="margin-right: 12px; "> < input type ="radio " name ="dockSel " id ="dockNoneToggle " checked > < span class ="slider "> </ span > </ label > < span id ="txtDockDisable "> </ span > </ div > < button class ="close-modal " id ="saveDockBtn " style ="color: #00bcd4; margin-top: 6px; "> </ button > < button class ="close-modal lang-cancel " id ="closeDockBtn " style ="color: #ff3b30; margin-top: 8px; "> </ button > </ div > </ div >
9292
9393< div class ="modal-overlay " id ="addAppModal ">
94- < div class ="modal-content " style =" padding-bottom: 14px; " >
94+ < div class ="modal-content ">
9595 < h3 id ="txtAddAppTitle "> </ h3 >
9696 < div style ="margin-top: 8px; margin-bottom: 10px; display: flex; gap: 8px; ">
9797 < input type ="text " id ="appSearchInput " class ="search-box " placeholder ="🔍 Tìm kiếm trên App Store... " style ="flex:1; " />
@@ -389,7 +389,8 @@ <h3 id="txtAddAppTitle"></h3>
389389 }
390390 data . results . forEach ( app => {
391391 const bundleId = app . bundleId ;
392- const appName = app . trackName ;
392+ let appName = app . trackName ;
393+ appName = appName . split ( '-' ) [ 0 ] . split ( '–' ) [ 0 ] . split ( ',' ) [ 0 ] . trim ( ) ;
393394 const iconUrl = app . artworkUrl512 || app . artworkUrl100 ;
394395 appDatabase [ bundleId ] = { Name : appName , icon : iconUrl } ;
395396
You can’t perform that action at this time.
0 commit comments