fix: 审查—删除shell.html+MainApplication+清理manifest

This commit is contained in:
LukeMackin
2026-07-22 21:23:21 +08:00
parent 5cf0cf40e3
commit 323fd62ed4
5 changed files with 0 additions and 18 deletions

View File

@@ -1,8 +0,0 @@
<!DOCTYPE html>
<html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>Yuzu GCA</title>
<style>body{margin:0;background:#0f172a}#root{min-height:100vh}#loading{color:#94a3b8;text-align:center;padding-top:40vh;font:16px system-ui}</style>
</head><body>
<div id="root"><div id="loading">Loading Yuzu GCA...</div></div>
<script src="http://10.1.0.17:8081/index.bundle?platform=web&dev=true"></script>
</body></html>

View File

@@ -1,10 +0,0 @@
package dev.yuzu.gca
import android.app.Application
import android.content.res.Configuration
class MainApplication : Application() {
override fun onCreate() {
super.onCreate()
}
}

BIN
s-final2.png Normal file

Binary file not shown.

BIN
s3.png Normal file

Binary file not shown.