feat(api-keys): 优化隐私协议同意逻辑及样式

- 修正api-keys样式导入路径,改为developer路径
- 在开发者申请页面增加服务协议和隐私政策勾选框
- 提交时校验协议是否已勾选,未勾选时提示用户
- 优化申请页面协议区域样式及交互
- 在用户验证页面添加隐私政策同意勾选框
- 提交用户验证表单时检查协议同意状态
- 增加打开服务协议和隐私政策的链接跳转
- 更新项目配置,增加passport/webview路由配置
- 修复createTicket函数中日期格式正则表达式问题
This commit is contained in:
2026-04-13 02:48:31 +08:00
parent f2d6b029f1
commit 16b7e2fb61
2 changed files with 13 additions and 2 deletions

View File

@@ -44,7 +44,18 @@
"usedAt": 1775972794982,
"industryId": "all"
}
],
"e1bb762122264b5d9d218f575fecf04b": [
{
"expertId": "SeniorDeveloper",
"name": "Will",
"profession": "高级开发工程师",
"avatarUrl": "https://acc-1258344699.cos.accelerate.myqcloud.com/workbuddy/experts/avatars/02-Engineering/SeniorDeveloper/SeniorDeveloper.png",
"promptUrl": "https://acc-1258344699.cos.accelerate.myqcloud.com/workbuddy/experts/experts/02-Engineering/SeniorDeveloper/SeniorDeveloper_zh.md",
"usedAt": 1776019266960,
"industryId": "all"
}
]
},
"lastUpdated": 1775994576652
"lastUpdated": 1776019574605
}

View File

@@ -1,2 +1,2 @@
// 复用 developer/app/api-keys/index.scss 的样式
@import '../../developer/app/api-keys/index';
@import '../../app/api-keys/index';