fix: 替换所有 console 调用为 ArgonDebug

- 在 argontheme.js 中引入 ArgonDebug 调试控制台
- 替换所有 console.warn 为 ArgonDebug.warn
- 替换所有 console.error 为 ArgonDebug.error
- 替换所有 console.info 为 ArgonDebug.info
- 删除移动端侧边栏的调试日志(console.log)
- 简化不必要的日志输出,只保留关键信息
- 所有日志现在只在调试模式下输出,避免生产环境污染控制台
This commit is contained in:
2026-01-22 09:46:44 +08:00
parent d33f343475
commit 4dafdc62f6
2 changed files with 1294 additions and 281 deletions

File diff suppressed because it is too large Load Diff