Responsive Frontend #5

Merged
tpd94 merged 6 commits from frontend into main 2025-04-28 18:43:55 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 6bcfbba0ed - Show all commits

3
.gitignore vendored
View File

@ -6,4 +6,5 @@
configs/config.yaml
build
main.spec
pyinstallericon.ico
pyinstallericon.ico
icon.ico

View File

@ -110,7 +110,7 @@ print(requests.post(
<strong>System ID:</strong> {deviceInfo.system_id}<br />
<strong>Security Level:</strong> {deviceInfo.security_level}<br />
<strong>Host:</strong> {fullHost}/remotecdm/widevine<br />
<strong>Secret:</strong> {deviceInfo.secret}<br />
<strong>Secret:</strong> '{deviceInfo.secret}'<br />
<strong>Device Name:</strong> {deviceInfo.device_name}
</p>
</div>
@ -121,7 +121,7 @@ print(requests.post(
<p>
<strong>Security Level:</strong> {prDeviceInfo.security_level}<br />
<strong>Host:</strong> {fullHost}/remotecdm/playready<br />
<strong>Secret:</strong> {prDeviceInfo.secret}<br />
<strong>Secret:</strong> '{prDeviceInfo.secret}'<br />
<strong>Device Name:</strong> {prDeviceInfo.device_name}
</p>
</div>