diff --git a/README.md b/README.md index 8318662..78e0428 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@
-
-
+
+
@@ -30,7 +30,7 @@
### 特性
-- [x] 一键 Smart Core 规则覆写,基于 AI 模型自动选择最优节点 详细介绍请看 [这里](https://mihomo.party/docs/guide/smart-core)
+- [x] 一键 Smart Core 规则覆写,基于 AI 模型自动选择最优节点 详细介绍请看 [这里](https://clashparty.org/docs/guide/smart-core)
- [x] 开箱即用,无需服务模式的 Tun
- [x] 多种配色主题可选,UI 焕然一新
- [x] 支持大部分 Mihomo(Clash Meta) 常用配置修改
@@ -39,4 +39,4 @@
- [x] 强大的覆写功能,任意修订配置文件
- [x] 深度集成 Sub-Store,轻松管理订阅
-### 安装/使用指南见 [官方文档](https://mihomo.party)
+### 安装/使用指南见 [官方文档](https://clashparty.org)
diff --git a/changelog.md b/changelog.md
index a939aa7..abc3161 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,9 @@
+## 1.8.8
+
+### 修复 (Fix)
+- MacOS 首次启动时的 ENOENT: no such file or directory(config.yaml)
+- 自动更新获取老的文件名称
+
## 1.8.7
### 新功能 (Feat)
diff --git a/package.json b/package.json
index af27b51..c1bbde5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mihomo-party",
- "version": "1.8.7",
+ "version": "1.8.8",
"description": "Clash Party",
"main": "./out/main/index.js",
"author": "mihomo-party-org",
diff --git a/src/main/index.ts b/src/main/index.ts
index 3ee3b3b..407dfe0 100644
--- a/src/main/index.ts
+++ b/src/main/index.ts
@@ -221,6 +221,8 @@ app.whenReady().then(async () => {
// Set app user model id for windows
electronApp.setAppUserModelId('party.mihomo.app')
+ await initBasic()
+
await checkHighPrivilegeCoreEarly()
await initAdminStatus()