- 调整转账页面百分比按钮布局,将Expanded组件移到外层,使按钮宽度均匀分布 - 移除首页资产卡片充值按钮的加号图标,简化UI - 优化个人中心菜单行样式,使用统一的surfaceCardHigh颜色并调整图标颜色 - 新增.claude/settings.local.json配置文件,添加Flutter版本检查和Python脚本权限 - 扩展.claude/settings.json中的Flutter分析工具路径配置 - 生成Flutter构建缓存文件,支持项目构建过程
56 lines
2.2 KiB
JSON
56 lines
2.2 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(curl -s -X POST http://localhost:5010/admin/login -H \"Content-Type: application/json\" -d '{\"\"username\"\":\"\"admin\"\",\"\"password\"\":\"\"admin123\"\"}')",
|
|
"mcp__server-mysql__connect_db",
|
|
"mcp__server-mysql__query",
|
|
"Bash(python3 -c \":*)",
|
|
"Bash(pip3 install:*)",
|
|
"mcp__server-mysql__execute",
|
|
"Bash(git rm:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(pnpm vue-tsc:*)",
|
|
"Bash(find node_modules/.pnpm -name *.mjs -path *vue-router*)",
|
|
"Bash(grep -r \"routeMeta\\\\|definePage\\\\|<route\" node_modules/.pnpm/vue-router*/node_modules/vue-router/dist/*.mjs)",
|
|
"Bash(grep -r \"route block\\\\|customBlock\\\\|defineCustomBlock\" node_modules/.pnpm/vue-router*/dist/*.mjs)",
|
|
"Bash(find node_modules/.pnpm -path *vue-router* -name *.mjs)",
|
|
"Bash(pnpm add:*)",
|
|
"Bash(flutter run:*)",
|
|
"Bash(pnpm dev:*)",
|
|
"mcp__server-mysql__list_tables",
|
|
"Bash(flutter analyze:*)",
|
|
"Bash(flutter build:*)",
|
|
"Bash(git check-ignore:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(git restore:*)",
|
|
"Bash(ssh root@8.155.172.147 \"tail -100 /www/wwwroot/logs/app.log\")",
|
|
"Bash(mvn compile:*)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(flutter create:*)",
|
|
"Read(//d/projects/**)",
|
|
"Read(//d/SD/**)",
|
|
"Bash(cmd.exe /c \"where flutter\")",
|
|
"Bash(export PATH=\"$PATH:/d/flutter/bin:/c/flutter/bin:$HOME/flutter/bin\")",
|
|
"Bash(export PATH=\"$PATH:/d/flutter/bin\")",
|
|
"Bash(/d/flutter/bin/flutter analyze:*)",
|
|
"Bash(dart analyze:*)",
|
|
"Read(//d/flutter/bin/**)",
|
|
"Read(//c/flutter/bin/**)",
|
|
"Bash(find /d -maxdepth 3 -name \"flutter.bat\")",
|
|
"Bash(cmd.exe /c \"flutter analyze\")",
|
|
"Bash(/c/Users/45070/flutter/bin/flutter analyze:*)",
|
|
"Read(//c/Users/45070/**)",
|
|
"Bash(ls /d/flutter/bin/flutter*)",
|
|
"Bash(ls /d/SD/flutter/bin/flutter*)",
|
|
"Read(//c/src/flutter/**)",
|
|
"Read(//d//**)",
|
|
"Bash(d:/flutter/bin/flutter analyze:*)"
|
|
],
|
|
"additionalDirectories": [
|
|
"/Users/sion/Desktop/projects/monisuo/monisuo-admin/.git"
|
|
]
|
|
}
|
|
}
|