保存视觉审核与文档流迁移进度

This commit is contained in:
rain
2026-07-20 17:23:09 +08:00
parent 5a31a75da0
commit 01d246c47b
59 changed files with 3615 additions and 378 deletions
+2 -2
View File
@@ -27,13 +27,13 @@ const run = async () => {
try {
await send('Page.enable'); await send('Runtime.enable')
await open(send, '/pages/family/f04-article-list', '', '.module-page--list.module-state--ready')
await open(send, '/pages/family/f06-article-editor', '', '.module-page--form.module-state--ready')
await open(send, '/pages/records/r04-gift-editor', '', '.module-page--form.module-state--ready')
await open(send, '/pages/family/f03-feed-detail', '', '.module-page--detail.module-state--ready')
await open(send, '/pages/records/r08-growth-journal', '', '.module-page--timeline.module-state--ready')
await open(send, '/pages/profile/m03-security-settings', '', '.module-page--settings.module-state--ready')
await open(send, '/pages/family/f10-video-list', '', '.module-page--status.module-state--ready')
await open(send, '/pages/family/f04-article-list', '?state=empty', '.module-state--empty')
await open(send, '/pages/family/f06-article-editor', '?state=success', '.module-state--success')
await open(send, '/pages/records/r04-gift-editor', '?state=success', '.module-state--success')
await open(send, '/pages/profile/m03-security-settings', '?state=error', '.module-state--error')
process.stdout.write('MODULE-PAGE-RUNTIME-SMOKE PASS\n')
} finally { socket.close() }