feat: 迭代

This commit is contained in:
2026-05-27 18:58:39 +08:00
parent 716a55744e
commit 9baf5f29f7
44 changed files with 928 additions and 2903 deletions
+6 -1
View File
@@ -86,7 +86,12 @@
"Bash(mysql -u root -p123456 rent_platform -e \"SELECT id, name, type, enabled, config FROM mkt_activities WHERE type='invite_cashback' LIMIT 1\")",
"Bash(node check-config.js)",
"Bash(node verify-fix.js)",
"Bash(ipconfig)"
"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 '账户名';\")"
],
"additionalDirectories": [
"\\tmp"
]
}
}