修改协议日期

This commit is contained in:
cc 2025-04-15 19:36:07 +08:00
parent 8bdd4d957c
commit 219dfe59e2
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ struct DataProcessingStatement {
.textAlign(TextAlign.Center) .textAlign(TextAlign.Center)
.width('100%') .width('100%')
Text('最近更新日期2023年12月1日\n文件编号CMSDP-2023-001\n生效日期2025年04月15日') Text('最近更新日期2025年04月15日\n文件编号CMSDP-2025-001\n生效日期2025年04月15日')
.fontSize(14) .fontSize(14)
.fontColor('#666666') .fontColor('#666666')
.margin({ bottom: 20 }) .margin({ bottom: 20 })

View File

@ -43,7 +43,7 @@ struct PrivacyPolicy {
.textAlign(TextAlign.Center) .textAlign(TextAlign.Center)
.width('100%') .width('100%')
Text('最近更新日期2023年12月1日\n文件编号CMSPP-2023-001\n生效日期2025年04月15日') Text('最近更新日期2025年04月15日\n文件编号CMSPP-2025-001\n生效日期2025年04月15日')
.fontSize(14) .fontSize(14)
.fontColor('#666666') .fontColor('#666666')
.margin({ bottom: 20 }) .margin({ bottom: 20 })

View File

@ -43,7 +43,7 @@ struct UserAgreement {
.textAlign(TextAlign.Center) .textAlign(TextAlign.Center)
.width('100%') .width('100%')
Text('最近更新日期2023年12月1日\n文件编号CMSUSR-2023-001\n生效日期2025年04月15日') Text('最近更新日期2025年04月15日\n文件编号CMSUSR-2025-001\n生效日期2025年04月15日')
.fontSize(14) .fontSize(14)
.fontColor('#666666') .fontColor('#666666')
.margin({ bottom: 20 }) .margin({ bottom: 20 })