feat: 迭代

This commit is contained in:
2026-05-28 19:47:45 +08:00
parent 9baf5f29f7
commit e8bce5e924
50 changed files with 891 additions and 873 deletions
+12 -2
View File
@@ -88,10 +88,20 @@
"Bash(node verify-fix.js)",
"Bash(ipconfig)",
"Bash(cat > *)",
"Bash(mysql -h localhost -P 3306 -u root -pquan131735 rent_platform -e \"ALTER TABLE platform_withdrawals MODIFY COLUMN account_name VARCHAR\\(50\\) NULL COMMENT '账户名';\")"
"Bash(mysql -h localhost -P 3306 -u root -pquan131735 rent_platform -e \"ALTER TABLE platform_withdrawals MODIFY COLUMN account_name VARCHAR\\(50\\) NULL COMMENT '账户名';\")",
"Bash(echo \"Build exit code: $?\")",
"Bash(cd \"d:\\\\project\\\\company\\\\rent\\\\apps\\\\server\\\\src\\\\modules\\\\merchant\\\\profile\" && rm -f *.ts && rm -rf dto)",
"Bash(grep -E \"\\\\.\\(vue|tsx?\\)$\")",
"Bash(grep -E \"\\\\.\\(tsx|ts\\)$\")",
"Bash(grep -E \"\\\\.\\(service|controller\\)\\\\.ts$\")",
"Bash(cd /d/project/company/rent/apps/server && tail -100 logs/*.log 2>/dev/null | grep -A 5 -B 5 \"周结算\" | tail -50 || echo \"日志文件不存在\")",
"Read(//d/d/project/company/rent/apps/server/**)",
"Bash(node -e \"const dayjs = require\\('dayjs'\\); console.log\\('今天是周几:', dayjs\\('2026-05-28'\\).day\\(\\)\\); console.log\\('0=周日, 1=周一, ..., 6=周六'\\);\")",
"Bash(git checkout *)"
],
"additionalDirectories": [
"\\tmp"
"\\tmp",
"D:\\project\\company\\rent\\apps\\server\\src\\modules\\shared"
]
}
}