mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 13:10:30 +08:00
optimized title
This commit is contained in:
parent
0b92501b86
commit
253e2f20df
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
- 1.2.x YAML覆写语法有所变动,请更新后参考文档进行修改
|
- 1.2.x YAML覆写语法有所变动,请更新后参考文档进行修改
|
||||||
|
|
||||||
### New Features
|
### Bug Fixes
|
||||||
|
|
||||||
- 支持使用自建Sub-Store后端
|
- 修复部分用户无法打开Sub-Store页面的问题
|
||||||
- 深度集成Sub-Store
|
- 修复Sub-Store无法复制的问题
|
||||||
- 优化延迟测试逻辑
|
- 修复MacOS路径有空格导致内核启动失败的问题
|
||||||
|
|||||||
@ -82,8 +82,7 @@ export async function enableAutoRun(): Promise<void> {
|
|||||||
}
|
}
|
||||||
if (process.platform === 'darwin') {
|
if (process.platform === 'darwin') {
|
||||||
app.setLoginItemSettings({
|
app.setLoginItemSettings({
|
||||||
openAtLogin: true,
|
openAtLogin: true
|
||||||
path: exePath()
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (process.platform === 'linux') {
|
if (process.platform === 'linux') {
|
||||||
|
|||||||
@ -290,7 +290,7 @@ const DNS: React.FC = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<SettingItem title="使用系统hosts" divider>
|
<SettingItem title="使用系统 Hosts" divider>
|
||||||
<Switch
|
<Switch
|
||||||
size="sm"
|
size="sm"
|
||||||
isSelected={values.useSystemHosts}
|
isSelected={values.useSystemHosts}
|
||||||
@ -299,7 +299,7 @@ const DNS: React.FC = () => {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</SettingItem>
|
</SettingItem>
|
||||||
<SettingItem title="自定义hosts">
|
<SettingItem title="自定义 Hosts">
|
||||||
<Switch
|
<Switch
|
||||||
size="sm"
|
size="sm"
|
||||||
isSelected={values.useHosts}
|
isSelected={values.useHosts}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user