v1.0.1: 界面整体重设计与体验打磨(仪器面板主页 · 女仆坞装配间 · 浮层遮罩体系) - #24
Merged
Conversation
界面(prototype.html): - 主页改一体化 bento 发丝线大面板(六模块纵向占满)+ 右下悬浮操作簇(版本号/启动/折叠客户端选项) - 女仆坞玻璃标签三态(34px 标签 → 悬停 78px 延伸 → 400px 装配间),仅主页保留;头部头像与标题同排 - AI 装配间按 400px 窄栏重排:工具栏单行、设置面板单列、欢迎轻量化、产物卡 2×2 操作格,主题统一「小织粉」 - 字体排印系统:中西文字体栈(YaHei UI / Cascadia Mono)、全局行高 1.65、表格数字、标题与标签字距体系 - 折叠菜单锚定按钮垂出;浮层交互模型:顶栏=应用骨架永远可交互,浮层展开期间页面区域由透明遮罩接管(点外仅收起零副作用,Esc 关最上层) - 修复:MCP 面板 args 形态崩溃、主题页横向溢出、主页标题被坞遮挡、主页纵向 2px 溢出 外壳(Main.cs / Setup.cs): - DSH 独立程序分进程运行 + 端口文件握手;标题栏四键(设置位于最小化左侧) - DSH 设置弹层:仓库 / 插件市场 / 修复配置(二次确认)/ 重新加载 / 关闭 - 生命周期收口:托盘退出整体回收 dsh web、DSH 程序与端口文件;托盘右键菜单改应用同款浅色主题 - 插件契约统一:GetPluginRows 单一构造、__onPluginsData 回推、一键更新顺序执行、重启双确认 版本与测试: - 版本号 1.0.0 → 1.0.1(APP_VERSION / Setup 标题 / 根与子包 package.json / package-lock) - qa6/7/8/9 适配新契约;新增 qa10(42 项)/qa11(34 项);全量 207 项断言 + 组合交互矩阵 14 项全部通过;重建 EXE
YisfL
force-pushed
the
feat/v1.0.1-ui-overhaul
branch
from
August 23, 2026 06:04
0365270 to
23d7522
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
衔接 v1.0.0 的补丁版本 v1.0.1:界面整体重设计与体验打磨。主页改为一体化「仪器面板」风格大面板;AI 装配间住进左侧女仆坞(玻璃标签三态);建立统一的浮层遮罩交互模型与字体排印系统;外壳侧完成 DSH 独立程序分进程、生命周期收口与托盘菜单重设计。
主要变更
界面(
dsh-hotplug-hub/dsh-pack-hub/prototype.html)外壳(
release/src)--harness-window)分进程运行 + 端口文件握手;标题栏四键(设置位于最小化左侧)GetPluginRows()单一构造、__onPluginsData回推、一键更新顺序执行、重启双确认测试
说明
release/下三个 WebView2 DLL 与 EXE 为同一次构建的配套产物,随本 PR 一并更新(仓库既有惯例)