修复代理商卡密管理页面:增加服务端筛选、批量导出、复制功能

This commit is contained in:
2026-05-10 04:27:55 +08:00
parent 7a6cc2c698
commit c495f9b417
10 changed files with 507 additions and 52 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"permissions": {
"allow": [
"Bash(git add *)",
"Bash(git commit *)",
"Bash(git push *)",
"Bash(xargs grep -l -i \"授权\")",
"Bash(git config *)",
"Bash(npm run *)",
"Bash(go build *)",
"Bash(go vet *)",
"Bash(go run *)",
"Bash(curl -s \"http://localhost:9998/api/v1/dev/cards?page=1&page_size=20\" -H \"Authorization: Bearer test\")"
]
}
}