feat: 优化自启动相关的 UI 文本#212
Open
zzc-tongji wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
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.帮我变得更有用!请在每条评论上点击 👍 或 👎,我会根据这些反馈改进后续的代码审查。
Original comment in English
Hey - I've left some high level feedback:
- In
src/i18n/locales/ko-KR.ts, the newautoStartHintline 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.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Author
|
已修正。
|
Owner
|
🤖 文本改得更清楚了,不赖。等一下再合,先看看还有没有其他 review 意见 |
MistEO
approved these changes
May 15, 2026
Owner
MistEO
left a comment
There was a problem hiding this comment.
🤖 把自动模式 vs 手动掰扯清楚了,没啥问题。小提醒:各语言 hint 都写了 Windows 计划任务,macOS/Linux 上如果不一样记得补一句
ocsin1
reviewed
May 29, 2026
ocsin1
suggested changes
Jun 4, 2026
Comment on lines
+99
to
108
| autoStartHint: '若勾选,则将 "MXU --autostart" 加入 Windows 计划任务,实现开机自启。若取消,则将其移除。', | ||
| autoStartInstance: '自动模式默认执行', | ||
| autoStartInstanceHint: | ||
| '选择程序启动后自动激活并执行任务的配置,未选择的配置其定时任务仍会正常运行', | ||
| '在自动模式(启动方式 "MXU --autostart")下执行的默认配置。未选择的配置,若设置了定时任务,也会到点执行。自动模式仍会执行自动更新(无弹窗),更新无论成败都会继续执行。', | ||
| autoStartInstanceNone: '不自动执行', | ||
| autoStartInstanceRemoved: '之前选择的配置「{{name}}」已被删除,自动执行已停用', | ||
| autoRunOnLaunch: '手动启动时也自动执行', | ||
| autoRunOnLaunch: '手动启动视为自动', | ||
| autoRunOnLaunchHint: | ||
| '每次手动打开程序时,也自动执行上方选定的配置(关闭则仅在开机自启动时触发)', | ||
| '在手动模式(启动方式 "MXU" 或者双击图标)下,若勾选,则按照自动模式的逻辑执行。', | ||
| confirmBeforeDelete: '删除操作需要二次确认', |
Contributor
There was a problem hiding this comment.
感觉描述完全就是给开发者的,而且硬编码了"MXU",需要用对应可执行二进制文件名的占位符代替(目前好像没有,得先加一个)
以及要区分命令和使用ui的情况,不要在给一般用户的描述里加高级用法
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.
Summary by Sourcery
文档:
Original summary in English
Summary by Sourcery
Documentation: