feature_list_ui_optimize.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722
  1. {
  2. "project_name": "AI语音应用 - 页面优化与付费转化",
  3. "base_config": {
  4. "backend_port": 3000,
  5. "frontend_port": 5173,
  6. "db_host": "localhost",
  7. "db_port": 3306,
  8. "auth_enabled": false
  9. },
  10. "features": [
  11. {
  12. "id": 1,
  13. "description": "生成页 - 音色选择器网格布局",
  14. "status": "done",
  15. "passes": true,
  16. "priority": "high",
  17. "phase": "1",
  18. "backend_test_steps": [
  19. "1. curl http://localhost:3000/api/voices - 验证获取音色列表接口"
  20. ],
  21. "frontend_test_steps": [
  22. "1. 进入生成页",
  23. "2. 验证音色选择器改为网格布局(2列x5行)",
  24. "3. 验证每个音色卡片显示名称和图标",
  25. "4. 点击选中音色验证高亮效果",
  26. "5. 验证选中状态清晰可见"
  27. ]
  28. },
  29. {
  30. "id": 2,
  31. "description": "生成页 - 滑块实时数值反馈",
  32. "status": "done",
  33. "passes": true,
  34. "priority": "high",
  35. "phase": "1",
  36. "backend_test_steps": [],
  37. "frontend_test_steps": [
  38. "1. 进入生成页",
  39. "2. 拖动语速滑块",
  40. "3. 验证滑块上方实时显示当前数值(如:1.5x)",
  41. "4. 拖动音调滑块",
  42. "5. 验证音调数值实时更新",
  43. "6. 拖动音量滑块",
  44. "7. 验证音量百分比实时显示"
  45. ]
  46. },
  47. {
  48. "id": 3,
  49. "description": "生成页 - 字数限制提示",
  50. "status": "done",
  51. "passes": true,
  52. "priority": "high",
  53. "phase": "1",
  54. "backend_test_steps": [
  55. "1. curl -X POST http://localhost:3000/api/validate/text -H 'Content-Type: application/json' -d '{\"text\":\"测试文本\"}' - 验证文本验证接口"
  56. ],
  57. "frontend_test_steps": [
  58. "1. 进入生成页",
  59. "2. 验证输入框上方显示'最多2000字'提示",
  60. "3. 输入超过1000字验证字数统计显示",
  61. "4. 输入接近2000字验证警告提示",
  62. "5. 超过2000字验证禁止继续输入",
  63. "6. 验证字数统计样式美观"
  64. ]
  65. },
  66. {
  67. "id": 4,
  68. "description": "生成页 - AI生成按钮视觉优化",
  69. "status": "done",
  70. "passes": true,
  71. "priority": "medium",
  72. "phase": "1",
  73. "backend_test_steps": [],
  74. "frontend_test_steps": [
  75. "1. 进入生成页",
  76. "2. 验证AI生成按钮使用渐变背景色",
  77. "3. 验证按钮有阴影效果",
  78. "4. 验证按钮尺寸醒目",
  79. "5. hover按钮验证悬停效果增强",
  80. "6. 点击时验证点击反馈动画"
  81. ]
  82. },
  83. {
  84. "id": 5,
  85. "description": "首页 - 专辑封面默认图",
  86. "status": "done",
  87. "passes": true,
  88. "priority": "medium",
  89. "phase": "1",
  90. "backend_test_steps": [
  91. "1. curl http://localhost:3000/api/albums - 验证专辑列表接口返回封面URL"
  92. ],
  93. "frontend_test_steps": [
  94. "1. 进入首页",
  95. "2. 验证专辑卡片有封面图显示",
  96. "3. 无自定义封面时显示默认占位图",
  97. "4. 验证默认封面样式美观",
  98. "5. 验证封面加载失败时的兜底处理"
  99. ]
  100. },
  101. {
  102. "id": 6,
  103. "description": "首页 - 订阅数友好格式",
  104. "status": "done",
  105. "passes": true,
  106. "priority": "low",
  107. "phase": "1",
  108. "backend_test_steps": [
  109. "1. curl http://localhost:3000/api/albums - 验证订阅数接口"
  110. ],
  111. "frontend_test_steps": [
  112. "1. 进入首页",
  113. "2. 验证订阅数显示为'12 位订阅者'格式",
  114. "3. 验证1位订阅者显示'1 位订阅者'",
  115. "4. 验证0位订阅者显示'暂无订阅者'"
  116. ]
  117. },
  118. {
  119. "id": 7,
  120. "description": "首页 - 专辑描述精简",
  121. "status": "done",
  122. "passes": true,
  123. "priority": "low",
  124. "phase": "1",
  125. "backend_test_steps": [],
  126. "frontend_test_steps": [
  127. "1. 进入首页",
  128. "2. 验证默认专辑描述显示为'未分类音频'",
  129. "3. 验证描述简洁不换行"
  130. ]
  131. },
  132. {
  133. "id": 8,
  134. "description": "历史页 - 空状态美化",
  135. "status": "done",
  136. "passes": true,
  137. "priority": "medium",
  138. "phase": "1",
  139. "backend_test_steps": [],
  140. "frontend_test_steps": [
  141. "1. 进入历史页(无数据)",
  142. "2. 验证显示友好的空状态插画",
  143. "3. 验证空状态文案清晰",
  144. "4. 验证有引导按钮(如:去生成)"
  145. ]
  146. },
  147. {
  148. "id": 9,
  149. "description": "历史页 - 批量操作功能",
  150. "status": "done",
  151. "passes": true,
  152. "priority": "medium",
  153. "phase": "2",
  154. "backend_test_steps": [
  155. "1. curl -X POST http://localhost:3000/api/history/batch-delete -H 'Content-Type: application/json' -d '{\"ids\":[\"id1\",\"id2\"]}' - 验证批量删除",
  156. "2. curl -X POST http://localhost:3000/api/history/batch-move -H 'Content-Type: application/json' -d '{\"ids\":[\"id1\"],\"albumId\":1}' - 验证批量移动到专辑"
  157. ],
  158. "frontend_test_steps": [
  159. "1. 进入历史页",
  160. "2. 长按或勾选多个音频",
  161. "3. 验证批量选择模式开启",
  162. "4. 验证选中数量显示",
  163. "5. 点击批量删除",
  164. "6. 验证确认弹窗",
  165. "7. 验证删除成功提示",
  166. "8. 验证批量移动到专辑功能"
  167. ]
  168. },
  169. {
  170. "id": 10,
  171. "description": "历史页 - 排序功能",
  172. "status": "done",
  173. "passes": true,
  174. "priority": "low",
  175. "phase": "2",
  176. "backend_test_steps": [
  177. "1. curl http://localhost:3000/api/history?sortBy=time&order=desc - 验证按时间排序",
  178. "2. curl http://localhost:3000/api/history?sortBy=name&order=asc - 验证按名称排序"
  179. ],
  180. "frontend_test_steps": [
  181. "1. 进入历史页",
  182. "2. 点击排序按钮",
  183. "3. 验证显示排序选项(时间/名称)",
  184. "4. 选择按时间排序验证效果",
  185. "5. 选择按名称排序验证效果",
  186. "6. 验证升序/降序切换"
  187. ]
  188. },
  189. {
  190. "id": 11,
  191. "description": "历史页 - 按专辑筛选",
  192. "status": "done",
  193. "passes": true,
  194. "priority": "low",
  195. "phase": "2",
  196. "backend_test_steps": [
  197. "1. curl http://localhost:3000/api/history?albumId=1 - 验证按专辑筛选"
  198. ],
  199. "frontend_test_steps": [
  200. "1. 进入历史页",
  201. "2. 点击筛选按钮",
  202. "3. 验证显示专辑筛选选项",
  203. "4. 选择某个专辑",
  204. "5. 验证列表只显示该专辑音频"
  205. ]
  206. },
  207. {
  208. "id": 12,
  209. "description": "我的页 - 未登录引导",
  210. "status": "done",
  211. "passes": true,
  212. "priority": "medium",
  213. "phase": "1",
  214. "backend_test_steps": [],
  215. "frontend_test_steps": [
  216. "1. 未登录状态下进入我的页",
  217. "2. 验证显示引导插画",
  218. "3. 验证登录/注册CTA按钮醒目",
  219. "4. 点击引导按钮验证跳转登录页"
  220. ]
  221. },
  222. {
  223. "id": 13,
  224. "description": "我的页 - 菜单图标统一",
  225. "status": "done",
  226. "passes": true,
  227. "priority": "low",
  228. "phase": "1",
  229. "backend_test_steps": [],
  230. "frontend_test_steps": [
  231. "1. 进入我的页",
  232. "2. 验证所有菜单项有图标",
  233. "3. 验证图标风格统一",
  234. "4. 验证图标清晰可见"
  235. ]
  236. },
  237. {
  238. "id": 14,
  239. "description": "我的页 - 设置功能",
  240. "status": "done",
  241. "passes": true,
  242. "priority": "medium",
  243. "phase": "2",
  244. "backend_test_steps": [
  245. "1. curl http://localhost:3000/api/user/settings - 验证获取用户设置",
  246. "2. curl -X PUT http://localhost:3000/api/user/settings -H 'Content-Type: application/json' -d '{\"theme\":\"dark\"}' - 验证更新设置"
  247. ],
  248. "frontend_test_steps": [
  249. "1. 进入我的页",
  250. "2. 验证设置入口显示",
  251. "3. 点击进入设置页",
  252. "4. 验证账号设置选项",
  253. "5. 验证主题切换选项(明亮/暗黑)",
  254. "6. 验证通知设置选项",
  255. "7. 修改设置验证生效"
  256. ]
  257. },
  258. {
  259. "id": 15,
  260. "description": "我的页 - 免费用户标签优化",
  261. "status": "done",
  262. "passes": true,
  263. "priority": "low",
  264. "phase": "1",
  265. "backend_test_steps": [],
  266. "frontend_test_steps": [
  267. "1. 免费用户进入我的页",
  268. "2. 验证会员标签改为'免费试用'样式",
  269. "3. 验证标签样式吸引人",
  270. "4. 点击标签验证引导开通会员"
  271. ]
  272. },
  273. {
  274. "id": 16,
  275. "description": "专辑管理页 - 新建专辑入口",
  276. "status": "done",
  277. "passes": true,
  278. "priority": "high",
  279. "phase": "1",
  280. "backend_test_steps": [
  281. "1. curl -X POST http://localhost:3000/api/albums -H 'Content-Type: application/json' -d '{\"name\":\"测试专辑\",\"description\":\"描述\"}' - 验证创建专辑"
  282. ],
  283. "frontend_test_steps": [
  284. "1. 进入专辑管理页",
  285. "2. 验证页面顶部有'新建专辑'按钮",
  286. "3. 点击新建专辑",
  287. "4. 验证弹窗表单(名称/描述/封面)",
  288. "5. 填写信息并确认",
  289. "6. 验证新专辑创建成功"
  290. ]
  291. },
  292. {
  293. "id": 17,
  294. "description": "专辑管理页 - 快捷操作菜单",
  295. "status": "done",
  296. "passes": true,
  297. "priority": "medium",
  298. "phase": "1",
  299. "backend_test_steps": [
  300. "1. curl -X PUT http://localhost:3000/api/albums/1 -H 'Content-Type: application/json' -d '{\"name\":\"更新名称\"}' - 验证更新专辑",
  301. "2. curl -X DELETE http://localhost:3000/api/albums/1 - 验证删除专辑"
  302. ],
  303. "frontend_test_steps": [
  304. "1. 进入专辑管理页",
  305. "2. 长按或右滑专辑卡片",
  306. "3. 验证显示编辑/删除快捷操作",
  307. "4. 点击编辑验证弹窗",
  308. "5. 点击删除验证确认弹窗",
  309. "6. 验证操作成功反馈"
  310. ]
  311. },
  312. {
  313. "id": 18,
  314. "description": "专辑管理页 - 排序功能",
  315. "status": "done",
  316. "passes": true,
  317. "priority": "low",
  318. "phase": "2",
  319. "backend_test_steps": [
  320. "1. curl http://localhost:3000/api/albums?sortBy=name - 验证按名称排序",
  321. "2. curl http://localhost:3000/api/albums?sortBy=subscribers - 验证按订阅数排序"
  322. ],
  323. "frontend_test_steps": [
  324. "1. 进入专辑管理页",
  325. "2. 点击排序按钮",
  326. "3. 验证按名称/订阅数排序选项",
  327. "4. 切换排序验证列表变化"
  328. ]
  329. },
  330. {
  331. "id": 19,
  332. "description": "专辑管理页 - 默认专辑标注",
  333. "status": "done",
  334. "passes": true,
  335. "priority": "medium",
  336. "phase": "1",
  337. "backend_test_steps": [],
  338. "frontend_test_steps": [
  339. "1. 进入专辑管理页",
  340. "2. 验证默认专辑有明确标注",
  341. "3. 验证标注显示'默认专辑不可删除'",
  342. "4. 验证默认专辑无编辑入口"
  343. ]
  344. },
  345. {
  346. "id": 20,
  347. "description": "全局 - 底部导航选中高亮",
  348. "status": "done",
  349. "passes": true,
  350. "priority": "medium",
  351. "phase": "1",
  352. "backend_test_steps": [],
  353. "frontend_test_steps": [
  354. "1. 切换不同底部导航",
  355. "2. 验证选中项有高亮效果",
  356. "3. 验证选中项图标/文字颜色变化",
  357. "4. 验证选中项有下划线或背景高亮"
  358. ]
  359. },
  360. {
  361. "id": 21,
  362. "description": "全局 - 页面切换loading动画",
  363. "status": "done",
  364. "passes": true,
  365. "priority": "medium",
  366. "phase": "1",
  367. "backend_test_steps": [],
  368. "frontend_test_steps": [
  369. "1. 点击底部导航切换页面",
  370. "2. 验证加载动画显示",
  371. "3. 验证动画样式美观",
  372. "4. 验证数据加载完成后动画消失"
  373. ]
  374. },
  375. {
  376. "id": 22,
  377. "description": "全局 - 错误提示优化",
  378. "status": "done",
  379. "passes": true,
  380. "priority": "medium",
  381. "phase": "1",
  382. "backend_test_steps": [
  383. "1. curl http://localhost:3000/api/nonexist - 验证404响应"
  384. ],
  385. "frontend_test_steps": [
  386. "1. 断网状态下操作",
  387. "2. 验证显示友好错误提示",
  388. "3. 验证提示文案清晰",
  389. "4. 验证有重试按钮",
  390. "5. 验证错误提示可关闭"
  391. ]
  392. },
  393. {
  394. "id": 23,
  395. "description": "全局 - 无障碍标签",
  396. "status": "done",
  397. "passes": true,
  398. "priority": "low",
  399. "phase": "2",
  400. "backend_test_steps": [],
  401. "frontend_test_steps": [
  402. "1. 使用读屏软件测试",
  403. "2. 验证emoji图标有aria-label属性",
  404. "3. 验证可访问性标签正确"
  405. ]
  406. },
  407. {
  408. "id": 24,
  409. "description": "试听功能 - 预览API",
  410. "status": "done",
  411. "passes": true,
  412. "priority": "high",
  413. "phase": "1",
  414. "backend_test_steps": [
  415. "1. curl -X POST http://localhost:3000/api/preview -H 'Content-Type: application/json' -d '{\"text\":\"测试预览文本\"}' - 验证生成预览音频"
  416. ],
  417. "frontend_test_steps": [
  418. "1. 进入生成页输入文本",
  419. "2. 选择音色参数",
  420. "3. 点击试听预览按钮",
  421. "4. 验证预览音频播放",
  422. "5. 验证试听不消耗额度"
  423. ]
  424. },
  425. {
  426. "id": 25,
  427. "description": "历史页 - 一键试听按钮",
  428. "status": "done",
  429. "passes": true,
  430. "priority": "high",
  431. "phase": "1",
  432. "backend_test_steps": [],
  433. "frontend_test_steps": [
  434. "1. 进入历史页",
  435. "2. 验证每个音频卡片有播放按钮",
  436. "3. 点击播放按钮",
  437. "4. 验证音频开始播放",
  438. "5. 验证播放状态图标变化"
  439. ]
  440. },
  441. {
  442. "id": 26,
  443. "description": "下载功能 - 明显下载按钮",
  444. "status": "done",
  445. "passes": true,
  446. "priority": "high",
  447. "phase": "1",
  448. "backend_test_steps": [
  449. "1. curl http://localhost:3000/api/audio/audio-001/download - 验证下载接口"
  450. ],
  451. "frontend_test_steps": [
  452. "1. 进入历史页或详情页",
  453. "2. 验证下载按钮明显可见",
  454. "3. 点击下载按钮",
  455. "4. 验证下载进度显示",
  456. "5. 验证下载完成提示"
  457. ]
  458. },
  459. {
  460. "id": 27,
  461. "description": "分享功能 - 分享链接生成",
  462. "status": "done",
  463. "passes": true,
  464. "priority": "high",
  465. "phase": "1",
  466. "backend_test_steps": [
  467. "1. curl http://localhost:3000/api/share/audio-001 - 验证生成分享链接"
  468. ],
  469. "frontend_test_steps": [
  470. "1. 进入音频详情页",
  471. "2. 验证分享按钮明显可见",
  472. "3. 点击分享按钮",
  473. "4. 验证分享面板显示",
  474. "5. 验证可生成分享链接",
  475. "6. 验证复制链接功能"
  476. ]
  477. },
  478. {
  479. "id": 28,
  480. "description": "每日签到 - 签到API",
  481. "status": "done",
  482. "passes": true,
  483. "priority": "high",
  484. "phase": "1",
  485. "backend_test_steps": [
  486. "1. curl -X POST http://localhost:3000/api/signin -H 'Content-Type: application/json' -d '{\"userId\":\"test-user\"}' - 验证签到",
  487. "2. curl http://localhost:3000/api/signin/status?userId=test-user - 验证签到状态"
  488. ],
  489. "frontend_test_steps": [
  490. "1. 进入我的页或首页",
  491. "2. 验证签到入口显示",
  492. "3. 点击签到",
  493. "4. 验证签到成功动画",
  494. "5. 验证获得免费额度",
  495. "6. 验证连续签到天数显示"
  496. ]
  497. },
  498. {
  499. "id": 29,
  500. "description": "会员购买 - 会员卡入口",
  501. "status": "done",
  502. "passes": true,
  503. "priority": "high",
  504. "phase": "1",
  505. "backend_test_steps": [
  506. "1. curl http://localhost:3000/api/vip/plans - 验证获取会员套餐",
  507. "2. curl -X POST http://localhost:3000/api/vip/purchase -H 'Content-Type: application/json' -d '{\"planId\":\"monthly\"}' - 验证购买"
  508. ],
  509. "frontend_test_steps": [
  510. "1. 进入会员中心",
  511. "2. 验证月卡/年卡选项显示",
  512. "3. 验证套餐价格和权益说明",
  513. "4. 点击购买",
  514. "5. 验证支付流程",
  515. "6. 验证购买成功提示"
  516. ]
  517. },
  518. {
  519. "id": 30,
  520. "description": "额度用尽 - 付费引导弹窗",
  521. "status": "done",
  522. "passes": true,
  523. "priority": "high",
  524. "phase": "1",
  525. "backend_test_steps": [
  526. "1. curl http://localhost:3000/api/user/quota - 验证获取用户额度"
  527. ],
  528. "frontend_test_steps": [
  529. "1. 额度用尽时点击生成",
  530. "2. 验证弹窗提示'今日免费额度已用完'",
  531. "3. 验证弹窗有开通会员引导",
  532. "4. 点击立即开通",
  533. "5. 验证跳转会员购买页"
  534. ]
  535. },
  536. {
  537. "id": 31,
  538. "description": "邀请有礼 - 邀请API",
  539. "status": "done",
  540. "passes": true,
  541. "priority": "medium",
  542. "phase": "2",
  543. "backend_test_steps": [
  544. "1. curl http://localhost:3000/api/invite/code - 验证获取邀请码",
  545. "2. curl -X POST http://localhost:3000/api/invite/claim -H 'Content-Type: application/json' -d '{\"inviteCode\":\"xxx\"}' - 验证使用邀请码"
  546. ],
  547. "frontend_test_steps": [
  548. "1. 进入邀请有礼页面",
  549. "2. 验证邀请码显示",
  550. "3. 验证分享邀请链接按钮",
  551. "4. 验证被邀请人获得奖励",
  552. "5. 验证邀请人获得奖励"
  553. ]
  554. },
  555. {
  556. "id": 32,
  557. "description": "任务中心 - 任务API",
  558. "status": "done",
  559. "passes": true,
  560. "priority": "medium",
  561. "phase": "2",
  562. "backend_test_steps": [
  563. "1. curl http://localhost:3000/api/tasks - 验证获取任务列表",
  564. "2. curl -X POST http://localhost:3000/api/tasks/complete -H 'Content-Type: application/json' -d '{\"taskId\":\"task-001\"}' - 验证完成任务"
  565. ],
  566. "frontend_test_steps": [
  567. "1. 进入任务中心",
  568. "2. 验证新手任务列表",
  569. "3. 完成某个任务",
  570. "4. 验证奖励发放",
  571. "5. 验证任务进度更新"
  572. ]
  573. },
  574. {
  575. "id": 33,
  576. "description": "积分体系 - 积分API",
  577. "status": "done",
  578. "passes": true,
  579. "priority": "medium",
  580. "phase": "2",
  581. "backend_test_steps": [
  582. "1. curl http://localhost:3000/api/points/balance - 验证获取积分余额",
  583. "2. curl http://localhost:3000/api/points/history - 验证积分明细"
  584. ],
  585. "frontend_test_steps": [
  586. "1. 进入我的积分页",
  587. "2. 验证积分余额显示",
  588. "3. 验证积分来源记录",
  589. "4. 验证积分消耗记录",
  590. "5. 验证积分兑换入口"
  591. ]
  592. },
  593. {
  594. "id": 34,
  595. "description": "生成成功 - 分享引导",
  596. "status": "done",
  597. "passes": true,
  598. "priority": "medium",
  599. "phase": "2",
  600. "backend_test_steps": [],
  601. "frontend_test_steps": [
  602. "1. 生成音频成功",
  603. "2. 验证成功动画显示",
  604. "3. 验证分享按钮引导",
  605. "4. 点击分享验证分享面板",
  606. "5. 验证分享可获得积分"
  607. ]
  608. },
  609. {
  610. "id": 35,
  611. "description": "声音克隆 - 克隆API",
  612. "status": "done",
  613. "passes": true,
  614. "priority": "medium",
  615. "phase": "3",
  616. "backend_test_steps": [
  617. "1. curl -X POST http://localhost:3000/api/voice/clone -H 'Content-Type: application/json' -d '{\"name\":\"克隆音色\",\"audioFiles\":[\"file1.mp3\"]}' - 验证克隆请求",
  618. "2. curl http://localhost:3000/api/voice/clone/status/clone-001 - 验证克隆状态"
  619. ],
  620. "frontend_test_steps": [
  621. "1. 进入声音克隆页",
  622. "2. 验证上传音频引导",
  623. "3. 上传5分钟音频",
  624. "4. 验证上传进度",
  625. "5. 验证克隆训练状态",
  626. "6. 验证克隆完成音色列表"
  627. ]
  628. },
  629. {
  630. "id": 36,
  631. "description": "批量生成 - 批量API",
  632. "status": "done",
  633. "passes": true,
  634. "priority": "medium",
  635. "phase": "3",
  636. "backend_test_steps": [
  637. "1. curl -X POST http://localhost:3000/api/batch/generate -F 'file=@test.txt' - 验证批量上传",
  638. "2. curl http://localhost:3000/api/batch/status/batch-001 - 验证批量状态"
  639. ],
  640. "frontend_test_steps": [
  641. "1. 进入批量生成页",
  642. "2. 验证上传TXT/PDF入口",
  643. "3. 上传批量文件",
  644. "4. 验证解析结果预览",
  645. "5. 验证批量生成进度",
  646. "6. 验证批量下载功能"
  647. ]
  648. },
  649. {
  650. "id": 37,
  651. "description": "作品展示墙",
  652. "status": "done",
  653. "passes": true,
  654. "priority": "medium",
  655. "phase": "3",
  656. "backend_test_steps": [
  657. "1. curl http://localhost:3000/api/works/ranking - 验证获取作品排行榜"
  658. ],
  659. "frontend_test_steps": [
  660. "1. 进入作品展示墙",
  661. "2. 验证优秀作品展示",
  662. "3. 验证点赞/播放数据",
  663. "4. 验证可查看作品详情",
  664. "5. 验证可关注创作者"
  665. ]
  666. },
  667. {
  668. "id": 38,
  669. "description": "足迹地图 - 成就API",
  670. "status": "done",
  671. "passes": true,
  672. "priority": "low",
  673. "phase": "2",
  674. "backend_test_steps": [
  675. "1. curl http://localhost:3000/api/achievements - 验证获取成就数据"
  676. ],
  677. "frontend_test_steps": [
  678. "1. 进入我的成就页",
  679. "2. 验证累计生成时长显示",
  680. "3. 验证累计字数统计",
  681. "4. 验证成就徽章展示",
  682. "5. 验证游戏化进度条"
  683. ]
  684. },
  685. {
  686. "id": 39,
  687. "description": "多语言支持 - 翻译API",
  688. "status": "done",
  689. "passes": true,
  690. "priority": "low",
  691. "phase": "3",
  692. "backend_test_steps": [
  693. "1. curl -X POST http://localhost:3000/api/translate -H 'Content-Type: application/json' -d '{\"text\":\"你好\",\"targetLang\":\"en\"}' - 验证翻译接口"
  694. ],
  695. "frontend_test_steps": [
  696. "1. 进入生成页",
  697. "2. 选择目标语言",
  698. "3. 输入中文文本",
  699. "4. 验证自动翻译",
  700. "5. 验证翻译后配音生成"
  701. ]
  702. },
  703. {
  704. "id": 40,
  705. "description": "高品质下载 - 会员专属标识",
  706. "status": "done",
  707. "passes": true,
  708. "priority": "medium",
  709. "phase": "2",
  710. "backend_test_steps": [
  711. "1. curl http://localhost:3000/api/audio/audio-001/download?quality=high - 验证高品质下载"
  712. ],
  713. "frontend_test_steps": [
  714. "1. 进入音频详情页",
  715. "2. 验证下载按钮显示品质选项",
  716. "3. 非会员点击高品质下载",
  717. "4. 验证提示'开通会员享受高品质'",
  718. "5. 会员点击高品质下载验证正常下载"
  719. ]
  720. }
  721. ]
  722. }