Advanced syslog and kernel log (tail, search, etc) for LuCI (OpenWrt webUI). OpenWrt >= 22.03. Supported LuCI themes: luci-theme-bootstrap, luci-theme-material, luci ...
smart_log_viewer/ ├── src/ # TypeScript源代码 │ ├── extension.ts # 主扩展入口 │ ├── logEditorProvider.ts # 日志编辑器提供者(核心UI) │ ├── configManager.ts # 配置文件管理 │ └── pythonBackendManager.ts # Python后端进程管理 ├── media ...