Skip to content

Commit fb3029c

Browse files
committed
chore: codes clean
1 parent 80f3e03 commit fb3029c

118 files changed

Lines changed: 450 additions & 25730 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2024 vernesong
3+
Copyright (c) 2019-2026 vernesong
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
11
<h1 align="center">
22
<img src="https://raw.githubusercontent.com/vernesong/OpenClash/dev/img/logo.png" alt="Clash" width="200">
33
<br>OpenClash<br>
4-
54
</h1>
6-
7-
<p align="center">
8-
<a target="_blank" href="https://github.com/Dreamacro/clash/releases/tag/v1.13.0">
9-
<img src="https://img.shields.io/badge/Clash-v1.13.0-blue.svg">
10-
</a>
11-
</p>
125

13-
146
<p align="center">
15-
本插件是一个可运行在 OpenWrt 上的<a href="https://github.com/Dreamacro/clash" target="_blank"> Clash </a>客户端
7+
本插件是一个可运行在 OpenWrt 上的<a href="https://github.com/MetaCubeX/mihomo" target="_blank"> Mihomo(Clash) </a>客户端
168
</p>
179
<p align="center">
1810
兼容 Shadowsocks、ShadowsocksR、Vmess、Trojan、Snell 等协议,根据灵活的规则配置实现策略代理
1911
</p>
20-
<p align="center">
21-
- 感谢<a href="https://github.com/frainzy1477" target="_blank"> frainzy1477 </a>,本插件基于<a href="https://github.com/frainzy1477/luci-app-clash" target="_blank"> Luci For Clash </a>进行二次开发 -
22-
</p>
2312

2413
使用手册
2514
---
@@ -115,15 +104,12 @@ make menuconfig
115104

116105

117106
* [MIT License](https://github.com/vernesong/OpenClash/blob/master/LICENSE)
118-
* 内核 [clash](https://github.com/Dreamacro/clash) by [Dreamacro](https://github.com/Dreamacro)
107+
* 内核 [Mihomo](https://github.com/MetaCubeX/mihomo) by [MetaCubeX](https://github.com/MetaCubeX)
119108
* 本项目代码基于 [Luci For Clash](https://github.com/frainzy1477/luci-app-clash) by [frainzy1477](https://github.com/frainzy1477)
120109
* GEOIP数据库 [GeoLite2](https://dev.maxmind.com/geoip/geoip2/geolite2/) by [MaxMind](https://www.maxmind.com)
121-
* IP检查 [MyIP](https://github.com/SukkaW/MyIP) by [SukkaW](https://github.com/SukkaW)
122-
* 控制面板 [clash-dashboard](https://github.com/Dreamacro/clash-dashboard) by [Dreamacro](https://github.com/Dreamacro)
110+
* IP检查 [IP](https://ip.skk.moe/) by [SukkaW](https://ip.skk.moe/)
111+
* 控制面板 [zashboard](https://github.com/Zephyruso/zashboard) by [Dreamacro](https://github.com/Zephyruso)
123112
* 控制面板 [yacd](https://github.com/haishanh/yacd) by [haishanh](https://github.com/haishanh)
124-
* lhie1规则 [lhie1-Rules](https://github.com/lhie1/Rules) by [lhie1](https://github.com/lhie1)
125-
* ConnersHua规则 [ConnersHua-Rules](https://github.com/ConnersHua/Profiles/tree/master) by [ConnersHua](https://github.com/ConnersHua)
126-
* 游戏规则 [SSTap-Rule](https://github.com/FQrabbit/SSTap-Rule) by [FQrabbit](https://github.com/FQrabbit)
127113
* 流媒体解锁检测 [RegionRestrictionCheck](https://github.com/lmc999/RegionRestrictionCheck) by [lmc999](https://github.com/lmc999)
128114

129115
请作者喝杯咖啡
@@ -138,54 +124,3 @@ make menuconfig
138124
<p align="left">
139125
<img width="300" src="https://github.com/vernesong/OpenClash/raw/master/img/USDT-Wallet.png">
140126
</p>
141-
142-
* 比特币-BTC
143-
<p align="left">
144-
<img width="300" src="https://github.com/vernesong/OpenClash/raw/master/img/BTC-Wallet.png">
145-
</p>
146-
147-
* 以太币-ETH
148-
<p align="left">
149-
<img width="300" src="https://github.com/vernesong/OpenClash/raw/master/img/ETH-Wallet.png">
150-
</p>
151-
152-
153-
预览
154-
---
155-
156-
157-
* 运行状态
158-
<p align="center">
159-
<img src="https://github.com/vernesong/OpenClash/raw/master/img/state.png">
160-
</p>
161-
162-
* 全局设置
163-
<p align="center">
164-
<img src="https://github.com/vernesong/OpenClash/raw/master/img/settings.png">
165-
</p>
166-
167-
* 服务器&策略组
168-
<p align="center">
169-
<img src="https://github.com/vernesong/OpenClash/raw/master/img/servers.png">
170-
</p>
171-
172-
* 规则&策略组
173-
<p align="center">
174-
<img src="https://github.com/vernesong/OpenClash/raw/master/img/game-settings.png">
175-
</p>
176-
177-
* 配置文件订阅
178-
<p align="center">
179-
<img src="https://github.com/vernesong/OpenClash/raw/master/img/config-subscribe.png">
180-
</p>
181-
182-
* 配置文件管理
183-
<p align="center">
184-
<img src="https://github.com/vernesong/OpenClash/raw/master/img/config.png">
185-
</p>
186-
187-
* 运行日志
188-
<p align="center">
189-
<img src="https://github.com/vernesong/OpenClash/raw/master/img/log.png">
190-
</p>
191-

luci-app-openclash/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,12 @@ define Package/$(PKG_NAME)/postrm
137137
rm -rf /tmp/openclash_start.log >/dev/null 2>&1
138138
rm -rf /tmp/openclash_last_version >/dev/null 2>&1
139139
rm -rf /tmp/openclash.change >/dev/null 2>&1
140-
rm -rf /tmp/Proxy_Group >/dev/null 2>&1
141-
rm -rf /tmp/rules_name >/dev/null 2>&1
142-
rm -rf /tmp/rule_providers_name >/dev/null 2>&1
143140
rm -rf /tmp/clash_last_version >/dev/null 2>&1
144141
rm -rf /usr/share/openclash >/dev/null 2>&1
145142
rm -rf ${DNSMASQ_CONF_DIR}/dnsmasq_openclash_custom_domain.conf >/dev/null 2>&1
146143
rm -rf ${DNSMASQ_CONF_DIR}/dnsmasq_openclash_chnroute_pass.conf >/dev/null 2>&1
147144
rm -rf ${DNSMASQ_CONF_DIR}/dnsmasq_openclash_chnroute6_pass.conf >/dev/null 2>&1
148-
rm -rf /tmp/dler* >/dev/null 2>&1
149145
rm -rf /tmp/etc/openclash >/dev/null 2>&1
150-
rm -rf /tmp/openclash_edit_file_name >/dev/null 2>&1
151146
rm -rf /tmp/openclash_announcement >/dev/null 2>&1
152147
rm -rf /www/luci-static/resources/openclash >/dev/null 2>&1
153148
sed -i '/OpenClash Append/,/OpenClash Append End/d' "/usr/lib/lua/luci/model/network.lua" >/dev/null 2>&1

0 commit comments

Comments
 (0)