Enhance monitoring page functionality and user experience

Changes:
- Add provider type filtering for request logs to quickly locate specific provider usage
- Optimize request log display by showing provider type in a dedicated column and removing auth index column for better readability
- Add friendly prompts for providers that don't support auto-disable (e.g., Claude, Gemini) with manual operation guides
- Point WebUI repository to this repository (forked from official for modifications)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
kongkongyo
2026-01-16 22:11:54 +08:00
parent 67c104407f
commit eda6cd361e
9 changed files with 287 additions and 42 deletions

3
.gitignore vendored
View File

@@ -32,4 +32,5 @@ settings.local.json
*.sw?
自定义 Web UI
tmpclaude*
.claude
.claude
CLIProxyAPI-服务端