optimized title

This commit is contained in:
pompurin404 2024-09-05 11:18:48 +08:00
parent 0b92501b86
commit 253e2f20df
No known key found for this signature in database
10 changed files with 37 additions and 38 deletions

View File

@ -2,8 +2,8 @@
- 1.2.x YAML覆写语法有所变动请更新后参考文档进行修改
### New Features
### Bug Fixes
- 支持使用自建Sub-Store后端
- 深度集成Sub-Store
- 优化延迟测试逻辑
- 修复部分用户无法打开Sub-Store页面的问题
- 修复Sub-Store无法复制的问题
- 修复MacOS路径有空格导致内核启动失败的问题

View File

@ -82,8 +82,7 @@ export async function enableAutoRun(): Promise<void> {
}
if (process.platform === 'darwin') {
app.setLoginItemSettings({
openAtLogin: true,
path: exePath()
openAtLogin: true
})
}
if (process.platform === 'linux') {

View File

@ -290,7 +290,7 @@ const DNS: React.FC = () => {
</div>
</div>
)}
<SettingItem title="使用系统hosts" divider>
<SettingItem title="使用系统 Hosts" divider>
<Switch
size="sm"
isSelected={values.useSystemHosts}
@ -299,7 +299,7 @@ const DNS: React.FC = () => {
}}
/>
</SettingItem>
<SettingItem title="自定义hosts">
<SettingItem title="自定义 Hosts">
<Switch
size="sm"
isSelected={values.useHosts}