Skip to content

Commit

Permalink
0.46.054
Browse files Browse the repository at this point in the history
  • Loading branch information
vernesong committed Nov 23, 2024
1 parent 4ed6c4a commit c721153
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion luci-app-openclash/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-openclash
PKG_VERSION:=0.46.053
PKG_VERSION:=0.46.054
PKG_MAINTAINER:=vernesong <https://github.com/vernesong/OpenClash>

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
Expand Down
3 changes: 3 additions & 0 deletions luci-app-openclash/po/zh-cn/openclash.zh-cn.po
Original file line number Diff line number Diff line change
Expand Up @@ -3422,3 +3422,6 @@ msgstr "全局"

msgid "Direct"
msgstr "直连"

msgid "Error: Config File Overwrite Failed,"
msgstr "错误:配置文件覆写失败,"
2 changes: 2 additions & 0 deletions luci-app-openclash/root/usr/share/openclash/yml_change.sh
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,8 @@ begin
YAML.LOG('Tip: Respect-rules Option Need Proxy-server-nameserver Option Must Be Setted, Auto Set to【114.114.114.114, 119.29.29.29, 8.8.8.8, 1.1.1.1】');
end;
end;
rescue Exception => e
YAML.LOG('Error: Config File Overwrite Failed,【' + e.message + '】');
ensure
File.open('$5','w') {|f| YAML.dump(Value, f)};
end" 2>/dev/null >> $LOG_FILE

0 comments on commit c721153

Please sign in to comment.