Add WeChat miniprogram web-view shell

This commit is contained in:
2026-05-03 16:29:42 +08:00
parent 49aad7311c
commit 9baa515a75
13 changed files with 280 additions and 0 deletions

5
miniprogram/app.wxss Normal file
View File

@@ -0,0 +1,5 @@
page {
min-height: 100vh;
background: #0b0f14;
color: #f5f7fb;
}