Skip to content

Commit

Permalink
Release 0.20.39 Opt-1
Browse files Browse the repository at this point in the history
And some change
  • Loading branch information
Z-Siqi committed Jul 12, 2024
1 parent 2efb8bb commit fc8b042
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 28 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**The repository was archived (Nov 3, 2023) due to: [README.md](https://github.com/Z-Siqi/Clash-for-Windows_Chinese/blob/main/CFW/README.md)**
~**The repository was archived (Nov 3, 2023) due to: [README.md](https://github.com/Z-Siqi/Clash-for-Windows_Chinese/blob/main/CFW/README.md)**~


***
Expand All @@ -24,8 +24,8 @@

* 使用安装程序(Clash.for.Windows.Setup. ** . ** . ** .exe)安装的汉化版CFW将劫持更新,之后可直接通过应用内置的更新方式进行汉化版/软件更新
* 使用安装包(Clash.for.Windows- ** . ** . ** -win.7z)请不要在解压时选择解压到当前文件夹,否则软件相关的所有文件将放到当前所在文件夹
* app.asar需要替换掉对应版本的原版app.asar以完成汉化
* 使用7z格式压缩包(app.7z)需要先进行解压,然后提取里面的app.asar并替换掉原有文件以完成汉化,即在节省流量
* ~app.asar需要替换掉对应版本的原版app.asar以完成汉化~
* ~使用7z格式压缩包(app.7z)需要先进行解压,然后提取里面的app.asar并替换掉原有文件以完成汉化,即在节省流量~

**<details><summary>下载前你需要知晓的内容:</summary>**

Expand Down Expand Up @@ -121,7 +121,7 @@

[前往下载机场引流推广版 (去广告和更新检测)](https://github.com/Z-Siqi/CFW-custom-made)

[前往原版Clash for Windows下载界面](https://github.com/Fndroid/clash_for_windows_pkg/releases)
~[前往原版Clash for Windows下载界面](https://github.com/Fndroid/clash_for_windows_pkg/releases)~

#### 能够解压7z格式的软件

Expand Down
16 changes: 11 additions & 5 deletions app/main/dist/electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1036,18 +1036,18 @@
case 16:
return queuelen = [
[{
label: "\u4ee3\u7406\u7ec4",
label: "\u4ee3\u7406\u7ec4", //代理组
enabled: false
}].concat(t()(samePartsLength)), [{
label: "\u4ee3\u7406\u7ec4",
label: "\u4ee3\u7406\u7ec4", //代理组
submenu: samePartsLength
}],
[]
][a.menuStyle || 0], self.abrupt("return", [{
label: "\u4eea\u8868\u76d8",
label: "\u4eea\u8868\u76d8", //仪表盘
click: Launch
}, {
label: "\u8fd0\u884c\u4efb\u52a1\u680f\u811a\u672c",
label: "\u8fd0\u884c\u4efb\u52a1\u680f\u811a\u672c", //运行任务栏脚本
visible: "linux" !== process.platform,
/**
* @return {?}
Expand Down Expand Up @@ -1401,7 +1401,13 @@
})), D()
}
})), host.ipcMain.handle("tray-proxies-style", (function(e, t) {
a.menuStyle = t
if (t === 0) {
a.menuStyle = 1;
} else if (t === 1) {
a.menuStyle = 0;
} else {
a.menuStyle = 2
}
})), host.ipcMain.handle("tray-proxies-icon", (function(e, t) {
a.isShowDelayIcon = t
})), host.ipcMain.on("mode-changed", (function(e, t) {
Expand Down
28 changes: 14 additions & 14 deletions app/main/dist/electron/renderer.js

Large diffs are not rendered by default.

Binary file added app/main/dist/electron/static/imgs/minecraft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/main/dist/electron/static/imgs/national_day.png
Binary file not shown.
10 changes: 5 additions & 5 deletions update
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"html_url": "https://github.com/Z-Siqi/Clash-for-Windows_Chinese/releases/tag/CFW-V0.20.39_CN",
"tag_name": "0.20.39",
"html_url": "https://github.com/Z-Siqi/Clash-for-Windows_Chinese/releases/tag/CFW-V0.20.39_OPT-1",
"tag_name": "0.20.39.1",
"assets": [
{
"name": "Clash.for.Windows.Setup.0.20.39.exe",
"browser_download_url": "https://github.com/Z-Siqi/Clash-for-Windows_Chinese/releases/download/CFW-V0.20.39_CN/Clash.for.Windows.Setup.0.20.39.exe"
"name": "Clash.for.Windows.Setup.0.20.39_Opt-1.exe",
"browser_download_url": "https://github.com/Z-Siqi/Clash-for-Windows_Chinese/releases/download/CFW-V0.20.39_OPT-1/Clash.for.Windows.Setup.0.20.39_Opt-1.exe"
}
],
"body": "- **汉化已兼容较新版本**",
"body": "- **新版本已发布!**",
"reactions": {
}
}

0 comments on commit fc8b042

Please sign in to comment.