Gao Jinzhe
|
1538759ba7
|
Merge branch 'master' into Astrbot_session_manage
|
2025-07-01 17:19:30 +08:00 |
|
Soulter
|
c36142deaf
|
perf: chatpage UI
|
2025-06-30 15:20:46 +08:00 |
|
Soulter
|
7cfcba29a6
|
feat: add loading state for dashboard update process
|
2025-06-29 21:55:13 +08:00 |
|
Soulter
|
714d4af63d
|
Merge pull request #1963 from AstrBotDevs/refactor-llm-request
Refactor: 将 LLM Request 部分抽象为 AgentRunner 并优化多轮工具调用
|
2025-06-29 21:38:43 +08:00 |
|
Soulter
|
5e1e2d1a4f
|
perf: 优化 ChatPage UI
|
2025-06-29 21:19:52 +08:00 |
|
Soulter
|
94ee8ea297
|
feat: 支持多轮次工具调用并且存储到数据库
移除了 llm tuner 适配器
|
2025-06-29 14:27:00 +08:00 |
|
Soulter
|
4df8606ab6
|
style: code quality
|
2025-06-28 20:08:57 +08:00 |
|
advent259141
|
4f5528869c
|
Merge branch 'Astrbot_session_manage' of https://github.com/advent259141/AstrBot into Astrbot_session_manage
|
2025-06-28 17:00:00 +08:00 |
|
advent259141
|
f16feff17b
|
根据会话mcp开关情况选择性传入 func_tool
修改import的位置
deleted: astrbot/core/star/session_tts_manager.py
复原被覆盖的修改
|
2025-06-28 16:59:00 +08:00 |
|
Gao Jinzhe
|
d8aae538cd
|
Merge branch 'AstrBotDevs:master' into Astrbot_session_manage
|
2025-06-28 14:55:38 +08:00 |
|
Soulter
|
3c9b654713
|
Merge pull request #1923 from Magstic/patch-1
Fix: 仪表盘的『插件配置』中不显示 JSON 编辑窗
|
2025-06-28 14:45:14 +08:00 |
|
Magstic
|
80d2ad40bc
|
fix: 仪表盘的『插件配置』中不显示 JSON 编辑窗
该提交与 #1919 关联。
精准定位错误 @Pine-Ln,Fix from Gemini 2.5 Pro.
这个问题是由两个错误叠加造成的:
1. **组件崩溃**:`AstrBotConfig.vue` 混用了 Vue 3 的 `<script setup>` 和旧式 `<script>` 写法,导致作用域冲突,模板无法访问国际化函数 `t`,引发 `ReferenceError: t is not defined`。
2. **设置项不显示**:原代码根据用户已保存的设置数据来渲染字段,导致新增的设置项(如 `editor_mode`)因为用户配置中没有初始值而不显示。
1. **统一 API 写法**:将整个组件重构为纯 `<script setup>` 写法,解决作用域冲突。
2. **修正渲染逻辑**:将 `v-for` 循环改为遍历设置蓝图 (metadata) 而不是用户数据,确保所有定义的设置项都能显示。
|
2025-06-28 14:42:06 +08:00 |
|
advent259141
|
ed6011a2be
|
modified: dashboard/src/i18n/loader.ts
modified: dashboard/src/i18n/locales/en-US/core/navigation.json
增加会话管理英文页面
modified: dashboard/src/i18n/locales/zh-CN/core/navigation.json
增加会话管理中文页面
modified: dashboard/src/i18n/translations.ts
modified: dashboard/src/layouts/full/vertical-sidebar/sidebarItem.ts
modified: dashboard/src/views/SessionManagementPage.vue
增加会话管理国际化适配
|
2025-06-27 18:46:02 +08:00 |
|
advent259141
|
f536f24833
|
astrbot/core/pipeline/process_stage/method/llm_request.py
astrbot/core/pipeline/result_decorate/stage.py
astrbot/core/star/session_llm_manager.py
astrbot/core/star/session_tts_manager.py
astrbot/dashboard/routes/session_management.py
astrbot/dashboard/server.py
dashboard/src/views/SessionManagementPage.vue
packages/astrbot/main.py
|
2025-06-27 17:08:05 +08:00 |
|
Gao Jinzhe
|
646b18d910
|
Merge branch 'AstrBotDevs:master' into master
|
2025-06-27 12:26:15 +08:00 |
|
Soulter
|
6e9d9ac856
|
Merge pull request #1907 from IGCrystal/Branch-2
🐞 fix(WebUI): 修复安装插件按钮不可见
|
2025-06-26 23:28:37 +08:00 |
|
Soulter
|
8d6fada1eb
|
feat(ExtensionPage): show confirm dialog when click install plugin button
|
2025-06-26 23:25:59 +08:00 |
|
IGCrystal
|
0ed646eb27
|
🐞 fix(WebUI): 修复安装插件按钮不可见
|
2025-06-23 19:41:56 +08:00 |
|
Gao Jinzhe
|
e24225c828
|
Merge branch 'master' into master
|
2025-06-23 15:21:08 +08:00 |
|
IGCrystal
|
01ef86d658
|
✨ feat: 对PlatformPage使用翻译键
|
2025-06-23 14:44:06 +08:00 |
|
IGCrystal
|
4e28ea1883
|
🐞 fix: 显示运行时长国际化
|
2025-06-23 12:08:27 +08:00 |
|
IGCrystal
|
a20d98bf93
|
🐞 fix(WebUI): 修复platform的logo路径问题
|
2025-06-23 11:57:20 +08:00 |
|
Soulter
|
66396e8290
|
perf(webui): improve styles of creating adapter dialog in platform and provider page
|
2025-06-23 00:01:04 +08:00 |
|
Soulter
|
a67b7f909a
|
Merge branch 'master' into branch-1
|
2025-06-22 10:28:44 +08:00 |
|
IGCrystal
|
a8ba0720af
|
🎈 perf: 在更新弹窗中提高关闭按钮与控制台的间距
之前的按钮与控制台内容重叠了,就增加一点间距
|
2025-06-19 11:54:27 +08:00 |
|
IGCrystal
|
745a01246c
|
🎈 perf: 修改chat的弹窗样式
|
2025-06-19 10:30:33 +08:00 |
|
Ruochen
|
65428aa49f
|
perf: 优化服务商保存流程,并修复UI状态
|
2025-06-18 23:58:09 +08:00 |
|
Ruochen
|
90dcda1475
|
feat:在用户未为服务商配置key时添加二次警告确认
|
2025-06-18 23:41:07 +08:00 |
|
IGCrystal
|
f1ee4eb89f
|
🐞 fix: 修改录音键位为Ctrl+B
Ctrl+A太常用了就修改了
|
2025-06-18 21:00:28 +08:00 |
|
IGCrystal
|
343fc22168
|
🎈 perf: 修改chat中录音的键位防止误触
修改键位为Ctrl + A ,以及还加入SSE断连提示
|
2025-06-18 17:58:15 +08:00 |
|
IGCrystal
|
00ef0d7e3d
|
🐞 fix: 修复无法实时显示消息
修复chat与chatbox之间切换后sse断开连接导致无法实时显示消息
|
2025-06-18 16:24:18 +08:00 |
|
IGCrystal
|
f2deaf6199
|
🎈 perf: 修改滚动条样式
|
2025-06-18 00:47:43 +08:00 |
|
IGCrystal
|
617a2c010e
|
🎈 perf: 优化登录页面样式
处理的是分隔线的样式
|
2025-06-17 22:20:48 +08:00 |
|
Gao Jinzhe
|
c79e38e044
|
Merge branch 'AstrBotDevs:master' into master
|
2025-06-17 20:29:32 +08:00 |
|
IGCrystal
|
38eae1d1ee
|
🐞 fix: 进一步的检查与校准
|
2025-06-17 12:22:00 +08:00 |
|
IGCrystal
|
7e4c89b0cb
|
🦄 refactor(i18n): replace manual types with auto-inference
- Migrate from manual TypeScript interfaces to automatic type generation
from JSON files. Eliminates sync issues and maintenance overhead.
|
2025-06-17 11:10:21 +08:00 |
|
IGCrystal
|
8275130f04
|
✨ feat: 继续完成剩下的组件
- AlkaidPage_sigma.vue
- PlatformPage.vue
- LongTermMemory.vue
- KnowledgeBase.vue
|
2025-06-17 09:24:51 +08:00 |
|
IGCrystal
|
7c27520d57
|
✨ feat: 继续完成剩下组件的国际化
ExtensionCard.vue - 插件卡片组件 WaitingForRestart.vue - 重启等待组件 ReadmeDialog.vue - README对话框组件 AstrBotConfig.vue - 配置编辑器组件 ListConfigItem.vue - 列表配置项组件 ItemCardGrid.vue - 卡片网格组件
ChatPage.vue - 聊天页面的录音提示文本 ConfigPage.vue - 配置页面的状态消息 ExtensionPage.vue - 插件页面的加载和状态文本 OnlineTime.vue - 仪表板运行时间组件
|
2025-06-16 22:44:44 +08:00 |
|
IGCrystal
|
7cfcf056f9
|
🎈 perf: 使用 hash 路由模式以避免404
|
2025-06-16 21:36:23 +08:00 |
|
IGCrystal
|
96b565e1e8
|
🎈 perf: comprehensive dashboard improvements
- Enhance i18n error handling and code quality - Fix SSE data processing in chat page - Improve responsive design for extension page - Add better debugging tools for development"
|
2025-06-16 21:05:20 +08:00 |
|
IGCrystal
|
9d7ad7a18f
|
🐞 fix(i18n): resolve translation loading issues in production build
|
2025-06-16 20:14:00 +08:00 |
|
IGCrystal
|
9838c2758b
|
🐞 fix: resolve vue-i18n module augme
|
2025-06-16 19:08:19 +08:00 |
|
IGCrystal
|
0f95f62aa1
|
✨ feat: 完成仪表板国际化系统重构
✨ 核心特性:
- 实现模块化i18n架构,支持22个功能模块
- 完成中英双语翻译文件(44个翻译文件)
- 新增懒加载翻译模块,提升性能
- 类型安全的翻译键值验证系统
🌐 国际化覆盖:
- 所有主要页面(15+)完成国际化
- 导航侧边栏、顶栏、共享组件全部支持
- 仪表板统计组件完整国际化
- 登录页面及认证流程完整国际化
🎨 UI/UX 优化:
- 统一顶栏按钮样式(语言切换+主题切换)
- 移动端登录页采用全屏设计
- Logo组件智能换行支持中英文
- 响应式语言切换组件
📱 移动端适配:
- 登录卡片移动端全屏布局
- 悬浮工具栏底部固定定位
- 触摸友好的交互设计
- 多设备响应式支持
🔧 技术改进:
- 模块化翻译文件结构 (core/*, features/*)
- 懒加载机制减少初始包体积
- TypeScript类型定义完整
- 翻译键值自动验证
|
2025-06-16 13:53:33 +08:00 |
|
Gao Jinzhe
|
791db65526
|
resolve conflict with master branch
|
2025-06-16 09:50:35 +08:00 |
|
IGCrystal
|
60b2ff0a7a
|
🐞 fix: 修复iframe跳转问题
|
2025-06-16 00:47:41 +08:00 |
|
IGCrystal
|
e6c8507379
|
📃 docs: 删除i18n的叙述
|
2025-06-15 23:19:46 +08:00 |
|
IGCrystal
|
420db5416e
|
Merge branch 'branch-1' of https://github.com/IGCrystal/AstrBot into branch-1
|
2025-06-15 23:16:25 +08:00 |
|
IGCrystal
|
6e03218d54
|
✨ feat: 多语言国际化支持
|
2025-06-15 23:10:44 +08:00 |
|
IGCrystal
|
5e4bd36b26
|
Merge branch 'master' of https://github.com/AstrBotDevs/AstrBot
|
2025-06-15 23:07:03 +08:00 |
|
Soulter
|
e1ec7dbbba
|
refactor(webui): 将插件市场与插件管理合并
|
2025-06-15 22:50:06 +08:00 |
|