Files
aerologic-app/.claude/settings.local.json
YANGJIANKUAN f628ae64a9 fix: 国际出港查询页日期参数修正及仓储列表日期显示兜底
- 统计接口日期参数与列表接口统一为 beginDate/endDate
- 入库/出库时间 substring 前增加长度校验,防止 StringIndexOutOfBoundsException

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 16:21:44 +08:00

69 lines
2.7 KiB
JSON

{
"permissions": {
"allow": [
"mcp__playwright__browser_navigate",
"mcp__chrome-devtools__new_page",
"mcp__chrome-devtools__wait_for",
"mcp__chrome-devtools__take_screenshot",
"mcp__chrome-devtools__click",
"mcp__chrome-devtools__navigate_page",
"mcp__chrome-devtools__take_snapshot",
"Bash(./gradlew:*)",
"Bash(find:*)",
"Bash(cat:*)",
"Bash(tree:*)",
"Bash(git mv:*)",
"Bash(git checkout:*)",
"Bash(tee:*)",
"Bash(git stash:*)",
"Bash(jar tf:*)",
"Bash(xargs -I {} sh -c 'echo \"\"\"\"=== {} ===\"\"\"\" && jar tf {} 2>/dev/null | grep -i \"\"\"\"gprinter\"\"\"\" | head -5')",
"Bash(xmllint:*)",
"Bash(xargs cat:*)",
"mcp__chrome-devtools__evaluate_script",
"WebSearch",
"Bash(chmod:*)",
"Bash(xargs ls:*)",
"Bash(xargs rm -rf)",
"Bash(for module in module_gnc module_gnj module_gjc module_gjj module_hangban module_cargo module_mit module_p Printer MPChartLib)",
"Bash(do echo '=== $module ===' ls -la /Users/kid/Development/Fusion/Projects/aerologic-app/$module/)",
"Bash(git -C /Users/kid/Development/Fusion/Projects/aerologic-app log --oneline)",
"Bash(git -C /Users/kid/Development/Fusion/Projects/aerologic-app branch -a)",
"Bash(adb:*)",
"Bash(emulator:*)",
"Bash(logcat:*)",
"Bash(grep:*)",
"Bash(sort:*)",
"Bash(ls:*)",
"Bash(xargs rm:*)",
"Bash(git -C /Users/kid/Development/Fusion/Projects/aerologic-app stash)",
"WebFetch(domain:api.apifox.cn)",
"Bash(sips:*)",
"Bash(vfox list:*)",
"Bash(vf list:*)",
"Bash(vfox use:*)",
"Bash(wait)",
"Bash(while read file)",
"Bash(do sed -i '' 's/MutableLiveData\\(DateUtils\\\\.getCurrentTime\\(\\)\\\\.formatDate\\(\\)\\)/MutableLiveData<String>\\(DateUtils.getCurrentTime\\(\\).formatDate\\(\\)\\)/g' \"$file\" echo \"Modified: $file\" done)",
"Bash(xargs sed:*)",
"Bash(while IFS= read -r file)",
"Bash(do if ! grep -q \"import com.lukouguoji.module_base.ktx.formatDate\" \"$file\")",
"Bash(then sed -i '' '/import dev.utils.common.DateUtils/a\\\\\nimport com.lukouguoji.module_base.ktx.formatDate\n' \"$file\" echo \"Added formatDate import to: $file\" fi done)",
"Bash(identify:*)",
"WebFetch(domain:github.com)",
"Bash(file:*)",
"Bash(xargs:*)",
"Bash(unzip:*)",
"WebFetch(domain:gainscha.github.io)",
"WebFetch(domain:m.gainscha.com)",
"Bash(git add:*)",
"Bash(git commit:*)",
"WebFetch(domain:support.claude.com)",
"WebFetch(domain:api.apifox.com)",
"Bash(curl:*)"
],
"deny": [],
"ask": []
}
}