更新:增加课程和图书VIP购买及“我的”主页vip身份显示

This commit is contained in:
2025-11-27 14:19:51 +08:00
parent 509f735493
commit 7062e675f6
20 changed files with 1117 additions and 66 deletions

View File

@@ -17,7 +17,8 @@
"networkConnectionError": "Network connection error.",
"loginExpired": "Login expired. Please log in again.",
"requestException": "Request exception",
"coin": "Coin"
"coin": "Coin",
"days": "Days"
},
"tabar.course": "COURSE",
"tabar.book": "EBOOK",
@@ -474,5 +475,12 @@
"valueAddedServices": "Value-added services",
"readAgree": "I have read and agreed",
"readAgreeServices": "Please read and agree to the value-added services first"
},
"vip": {
"courseVip": "Course VIP",
"bookVip": "E-Book VIP",
"openVip": "Open Now",
"renewal": "Renewal",
"daily": "Daily"
}
}

View File

@@ -17,7 +17,8 @@
"networkConnectionError": "网络连接错误。",
"loginExpired": "登录失效,请重新登录。",
"requestException": "请求异常",
"coin": "天医币"
"coin": "天医币",
"days": "天"
},
"tabar.course": "课程",
"tabar.book": "图书",
@@ -475,5 +476,12 @@
"valueAddedServices": "增值服务",
"readAgree": "我已阅读并同意",
"readAgreeServices": "请先阅读并同意增值服务"
},
"vip": {
"courseVip": "课程VIP",
"bookVip": "电子书VIP",
"openVip": "立即开通",
"renewal": "续费",
"daily": "日均"
}
}