feat: 备案号修改

This commit is contained in:
Junhui Chen 2025-09-10 19:46:29 +08:00
parent 895d0a50c4
commit ff31361867

View File

@ -45,12 +45,14 @@ struct AboutUsView: View {
// Version & ICP Info
VStack(spacing: 12) {
Text("Version : 1.1.1")
Text("Version : 2.0.0")
.font(.system(size: 12))
.foregroundColor(.themeTextMessageMain)
Text("ICP 备案号: 京ICP备XXXXXXXX号")
Text("沪ICP备2025133004号-2A")
.font(.system(size: 12))
//
.opacity(0.7)
.foregroundColor(.themeTextMessageMain)
}
.padding(.bottom, 32)