Compare commits

...

9 Commits

Author SHA1 Message Date
Nofated095 39e7585cde Merge branch 'Jack-Myth-Light' into SenrenBanka 2023-04-03 18:02:03 +08:00
Nofated095 c17de4ee6e Merge branch 'Light' of https://github.com/Jack-Myth/Threshold-Miku into Jack-Myth-Light 2023-04-03 18:01:47 +08:00
JackMyth 66bd75c5d7 Update Version 2023-03-17 23:23:44 +08:00
JackMyth dc6a0b1432 Create shortcut on install.cmd 2023-03-17 23:13:02 +08:00
JackMyth 5abc1728cc .\resource\webkit.css 2023-02-25 18:31:18 +08:00
JackMyth 40017b3d9a Update version 2023-01-10 00:07:35 +08:00
JackMyth da153872bf Add steamdesktop_Wrapper to avoid apply style to BigPicture 2023-01-09 23:50:29 +08:00
JackMyth 1952e0f78e Merge branch 'Light' of https://github.com/Jack-Myth/Threshold-Miku into Light 2023-01-07 18:55:05 +08:00
JackMyth f5f1c05196 Support Steam Beta 2023-01-07 18:21:21 +08:00
4 changed files with 35 additions and 28 deletions

View File

@ -1 +1 @@
2.7.0
2.7.2

View File

@ -653,26 +653,23 @@
place { control="library_filters_details,library_filters_list,library_filters_grid" align=right y=0 height=48 spacing=0 margin-right=1 width=48 region=right}
place { control=emailreminderbar start=URLBar dir=down margin-top=0 margin-right=0 width=max height=50 region=right}
place { control=phonereminderbar start=URLBar dir=down margin-top=0 margin-left=0 width=max height=80 region=right}
// content pages - these are all pushed down by the email reminder bar (above) if it's visible
place { control=DownloadsPage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=ScreenshotsPage width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=GamesPage_List width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=GamesPage_Details width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=GamesPage_Grid width=max height=max margin-top=46 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=WebPanel width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=BroadcastPage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=DownloadsPage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=ScreenshotsPage width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=GamesPage_List width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=GamesPage_Details width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=GamesPage_Grid width=max height=max margin-top=46 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=WebPanel width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=BroadcastPage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=BroadcastPageMin width=300 height=168 margin-top=0 margin-left=0 margin-right=30 margin-bottom=26 dir=down align=bottom-right }
place { control=BroadcastPageMinHoriz width=300 height=168 margin-top=0 margin-left=0 margin-right=30 margin-bottom=40 dir=down align=bottom-right }
place { control=ConsolePage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down}
place { control=NewLibraryPage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=phonereminderbar dir=down }
place { control=ConsolePage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down}
place { control=NewLibraryPage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=MediaPage width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=ToolsPage width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=MediaPage width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=ToolsPage width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=MusicPage_Details width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=MusicPage_Details width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
}
}

View File

@ -25,6 +25,16 @@ del /f /q "%SteamPath%\skins\%CurDirName%"
mkdir "%SteamPath%\skins"
xcopy /e /y /i "..\%CurDirName%" "%SteamPath%\skins\%CurDirName%"
reg add HKCU\Software\Valve\Steam /v SkinV5 /t REG_SZ /d %CurDirName% /f
echo Set oWS = WScript.CreateObject("WScript.Shell") > CreateSteamLauncherShortcut.vbs
echo sLinkFile = "%HOMEDRIVE%%HOMEPATH%\Desktop\Steam.lnk" >> CreateSteamLauncherShortcut.vbs
echo Set oLink = oWS.CreateShortcut(sLinkFile) >> CreateSteamLauncherShortcut.vbs
echo oLink.TargetPath = "%SteamPath%\skins\%CurDirName%\SteamLauncher.exe" >> CreateSteamLauncherShortcut.vbs
echo oLink.IconLocation = "%SteamPath%\steam.exe, 1" >> CreateSteamLauncherShortcut.vbs
echo oLink.Save >> CreateSteamLauncherShortcut.vbs
cscript CreateSteamLauncherShortcut.vbs
del CreateSteamLauncherShortcut.vbs
cls
echo Shortcut Created. Please use the shortcut on desktop to open Steam.
echo Enjoy your new steam! :^)
cd /d "%SteamPath%\skins\%CurDirName%"
start explorer.exe .

View File

@ -662,22 +662,22 @@
place { control=phonereminderbar start=URLBar dir=down margin-top=0 margin-left=0 width=max height=80 region=right}
// content pages - these are all pushed down by the email reminder bar (above) if it's visible
place { control=DownloadsPage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=ScreenshotsPage width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=GamesPage_List width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=GamesPage_Details width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=GamesPage_Grid width=max height=max margin-top=46 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=WebPanel width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=BroadcastPage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=DownloadsPage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=ScreenshotsPage width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=GamesPage_List width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=GamesPage_Details width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=GamesPage_Grid width=max height=max margin-top=46 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=WebPanel width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=BroadcastPage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=BroadcastPageMin width=300 height=168 margin-top=0 margin-left=0 margin-right=30 margin-bottom=26 dir=down align=bottom-right }
place { control=BroadcastPageMinHoriz width=300 height=168 margin-top=0 margin-left=0 margin-right=30 margin-bottom=40 dir=down align=bottom-right }
place { control=ConsolePage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down}
place { control=NewLibraryPage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=phonereminderbar dir=down }
place { control=ConsolePage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down}
place { control=NewLibraryPage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=MediaPage width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=ToolsPage width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=MediaPage width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=ToolsPage width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
place { control=MusicPage_Details width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=emailreminderbar dir=down }
place { control=MusicPage_Details width=max height=max margin-top=48 margin-left=0 margin-right=0 margin-bottom=0 start=URLBar dir=down }
}
}