mirror of
https://github.com/certd/certd.git
synced 2026-05-18 22:57:31 +08:00
25 lines
500 B
TypeScript
25 lines
500 B
TypeScript
|
|
export default {
|
||
|
|
comm: {
|
||
|
|
name: "{vipLabel}已开通",
|
||
|
|
title: "到期时间:{expire}",
|
||
|
|
nav: "{vipLabel}",
|
||
|
|
},
|
||
|
|
plus: {
|
||
|
|
name: "商业版功能",
|
||
|
|
title: "升级商业版,获取商业授权",
|
||
|
|
},
|
||
|
|
free: {
|
||
|
|
comm: {
|
||
|
|
name: "商业版功能",
|
||
|
|
title: "升级商业版,获取商业授权",
|
||
|
|
},
|
||
|
|
button: {
|
||
|
|
name: "专业版功能",
|
||
|
|
title: "升级专业版,享受更多VIP特权",
|
||
|
|
},
|
||
|
|
nav: {
|
||
|
|
name: "基础版",
|
||
|
|
title: "升级专业版,享受更多VIP特权",
|
||
|
|
},
|
||
|
|
}
|
||
|
|
}
|