修复桌面端界面显示与稳定性问题

This commit is contained in:
Cheng Zhou
2026-07-09 13:53:01 +08:00
parent 0aceb1fd74
commit fd4208d06f
38 changed files with 136 additions and 104 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 B

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

+19
View File
@@ -0,0 +1,19 @@
{
"name": "CTMS",
"short_name": "CTMS",
"icons": [
{
"src": "/icons/ctms-icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/ctms-icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#13243a",
"background_color": "#f4f7fb",
"display": "standalone"
}