备份:PWA配置前的完整版本

包含所有最新开发的功能和修复,作为PWA正确配置前的备份点。
This commit is contained in:
a273825743
2026-06-13 12:44:48 +08:00
parent 5fd19822a2
commit 706dcc24eb
83 changed files with 26590 additions and 13379 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ router.post('/', async (req, res) => {
let status = action === 'execute' ? 'executed' : 'rejected';
if (action === 'reject') {
status = 'pending_edit';
status = 'pending';
}
const executeDate = new Date().toISOString().split('T')[0];