- Add phone field to user model with index and helper methods - Implement SMS provider interface with UniSMS (合一短信) implementation - Add SMS verification code sending endpoint with rate limiting (1/60s) - Support SMS registration in Register() (mutually exclusive with email) - Add SMS configuration to admin settings (provider, keys, signature, template) - Display phone number in admin user list contact column - Add i18n translations for all SMS-related messages (zh-CN, en, zh-TW) - Add Claude Code skills: sync-upstream, migrate-server - Update CLAUDE.md with git conventions and deployment guide Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
597 B
JSON
20 lines
597 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git --version)",
|
|
"Bash(CLAUDE_CODE_GIT_BASH_PATH=\"D:\\\\WorkTools\\\\Git\\\\Git\\\\bin\\\\bash.exe\" claude plugin list)",
|
|
"Bash(claude plugin:*)",
|
|
"Bash(export:*)",
|
|
"Bash(xargs grep:*)",
|
|
"Bash(xargs ls:*)",
|
|
"Bash(grep:*)",
|
|
"WebSearch",
|
|
"WebFetch(domain:unisms.apistd.com)",
|
|
"mcp__plugin_context7_context7__resolve-library-id",
|
|
"WebFetch(domain:github.com)",
|
|
"Bash(GOPROXY=https://goproxy.cn,direct go get:*)",
|
|
"Bash(GOPROXY=https://goproxy.cn,direct go build:*)"
|
|
]
|
|
}
|
|
}
|