Skip to content

feat: 优化自启动相关的 UI 文本#212

Open
zzc-tongji wants to merge 2 commits into
MistEO:mainfrom
zzc-tongji:pr
Open

feat: 优化自启动相关的 UI 文本#212
zzc-tongji wants to merge 2 commits into
MistEO:mainfrom
zzc-tongji:pr

Conversation

@zzc-tongji
Copy link
Copy Markdown

@zzc-tongji zzc-tongji commented May 10, 2026

Summary by Sourcery

文档:

  • 更新多语言界面字符串和 README 描述,以清晰说明自动模式/手动模式的行为、默认实例执行方式、对 “MXU --autostart” 任务计划程序条目的使用方式,以及其对更新和计划任务的影响。
Original summary in English

Summary by Sourcery

Documentation:

  • Update multi-language UI strings and README description to clearly explain Auto Mode/Manual Mode behavior, default instance execution, use of the "MXU --autostart" Task Scheduler entry, and the impact on updates and scheduled tasks.

Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - 我在这里给出了一些整体反馈:

  • src/i18n/locales/ko-KR.ts 中,新的 autoStartHint 这一行相比相邻的键多了一个前导空格,破坏了现有的缩进风格;请将它与周围的属性对齐。
面向 AI Agents 的提示
Please address the comments from this code review:

## Overall Comments
- In `src/i18n/locales/ko-KR.ts`, the new `autoStartHint` line has an extra leading space compared to neighboring keys, which breaks the existing indentation style; align it with the surrounding properties.

Sourcery 对开源项目是免费的——如果你觉得我们的代码审查有帮助,欢迎分享 ✨
帮我变得更有用!请在每条评论上点击 👍 或 👎,我会根据这些反馈改进后续的代码审查。
Original comment in English

Hey - I've left some high level feedback:

  • In src/i18n/locales/ko-KR.ts, the new autoStartHint line has an extra leading space compared to neighboring keys, which breaks the existing indentation style; align it with the surrounding properties.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- In `src/i18n/locales/ko-KR.ts`, the new `autoStartHint` line has an extra leading space compared to neighboring keys, which breaks the existing indentation style; align it with the surrounding properties.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@zzc-tongji
Copy link
Copy Markdown
Author

已修正。

Hey - 我在这里给出了一些整体反馈:

* 在 `src/i18n/locales/ko-KR.ts` 中,新的 `autoStartHint` 这一行相比相邻的键多了一个前导空格,破坏了现有的缩进风格;请将它与周围的属性对齐。

面向 AI Agents 的提示

Sourcery 对开源项目是免费的——如果你觉得我们的代码审查有帮助,欢迎分享 ✨

帮我变得更有用!请在每条评论上点击 👍 或 👎,我会根据这些反馈改进后续的代码审查。
Original comment in English

@MistEO
Copy link
Copy Markdown
Owner

MistEO commented May 10, 2026

🤖 文本改得更清楚了,不赖。等一下再合,先看看还有没有其他 review 意见

Copy link
Copy Markdown
Owner

@MistEO MistEO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 把自动模式 vs 手动掰扯清楚了,没啥问题。小提醒:各语言 hint 都写了 Windows 计划任务,macOS/Linux 上如果不一样记得补一句

Comment thread src/i18n/locales/zh-CN.ts Outdated
Comment thread src/i18n/locales/zh-CN.ts
Comment on lines +99 to 108
autoStartHint: '若勾选,则将 "MXU --autostart" 加入 Windows 计划任务,实现开机自启。若取消,则将其移除。',
autoStartInstance: '自动模式默认执行',
autoStartInstanceHint:
'选择程序启动后自动激活并执行任务的配置,未选择的配置其定时任务仍会正常运行',
'在自动模式(启动方式 "MXU --autostart")下执行的默认配置。未选择的配置,若设置了定时任务,也会到点执行。自动模式仍会执行自动更新(无弹窗),更新无论成败都会继续执行。',
autoStartInstanceNone: '不自动执行',
autoStartInstanceRemoved: '之前选择的配置「{{name}}」已被删除,自动执行已停用',
autoRunOnLaunch: '手动启动时也自动执行',
autoRunOnLaunch: '手动启动视为自动',
autoRunOnLaunchHint:
'每次手动打开程序时,也自动执行上方选定的配置(关闭则仅在开机自启动时触发)',
'在手动模式(启动方式 "MXU" 或者双击图标)下,若勾选,则按照自动模式的逻辑执行。',
confirmBeforeDelete: '删除操作需要二次确认',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感觉描述完全就是给开发者的,而且硬编码了"MXU",需要用对应可执行二进制文件名的占位符代替(目前好像没有,得先加一个)
以及要区分命令和使用ui的情况,不要在给一般用户的描述里加高级用法

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants