feat: 迭代

This commit is contained in:
2026-06-01 09:36:52 +08:00
parent e8bce5e924
commit f021b43f05
38 changed files with 1785 additions and 88 deletions
+4 -1
View File
@@ -97,7 +97,10 @@
"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 *)"
"Bash(git checkout *)",
"Bash(grep -E \"\\\\.\\(tsx|ts|jsx|js\\)$\")",
"Bash(xargs grep -l \"提现\\\\|withdraw\")",
"Bash(xargs grep -l \"admin\")"
],
"additionalDirectories": [
"\\tmp",