feat: 添加底部日志面板功能

- 新增 LogBottomSheet 底部日志面板
- ConsoleView 支持堆栈帧点击跳转
- EditorView 添加 LogPanelCallback 接口
- EditActivity 集成日志面板与代码跳转
- 添加日志菜单项和图标资源
This commit is contained in:
ms900
2026-03-16 22:08:01 +08:00
parent 9f145340ab
commit 49ea44ec72
13 changed files with 392 additions and 7 deletions

View File

@@ -938,6 +938,7 @@
<string name="text_loading_with_dots" tools:ignore="TypographyEllipsis">加载中...</string>
<string name="text_locate_current_theme_color">定位当前主题色</string>
<string name="text_log">日志</string>
<string name="text_show_log">显示日志</string>
<string name="text_logging_in">登录中</string>
<string name="text_login">登录</string>
<string name="text_login_succeed">登录成功</string>