feat: 备案号修改
This commit is contained in:
parent
895d0a50c4
commit
ff31361867
@ -45,12 +45,14 @@ struct AboutUsView: View {
|
|||||||
|
|
||||||
// Version & ICP Info
|
// Version & ICP Info
|
||||||
VStack(spacing: 12) {
|
VStack(spacing: 12) {
|
||||||
Text("Version : 1.1.1")
|
Text("Version : 2.0.0")
|
||||||
.font(.system(size: 12))
|
.font(.system(size: 12))
|
||||||
.foregroundColor(.themeTextMessageMain)
|
.foregroundColor(.themeTextMessageMain)
|
||||||
|
|
||||||
Text("ICP 备案号: 京ICP备XXXXXXXX号")
|
Text("沪ICP备2025133004号-2A")
|
||||||
.font(.system(size: 12))
|
.font(.system(size: 12))
|
||||||
|
// 透明度低一点
|
||||||
|
.opacity(0.7)
|
||||||
.foregroundColor(.themeTextMessageMain)
|
.foregroundColor(.themeTextMessageMain)
|
||||||
}
|
}
|
||||||
.padding(.bottom, 32)
|
.padding(.bottom, 32)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user