File tree Expand file tree Collapse file tree 1 file changed +73
-0
lines changed
Expand file tree Collapse file tree 1 file changed +73
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,79 @@ import Footer from "../_Footer.md";
168168 </ModuleInstall.Tab >
169169</ModuleInstall >
170170
171+ ## 安装链接(Rewrite 版)
172+
173+ <ModuleInstall urlPrefix = " https://github.com/NSRingo/WeatherKit/raw/main/modules/" >
174+ <ModuleInstall.Tab type = " shadowrocket" >
175+ <ModuleInstall.Item
176+ url = " iRingo.WeatherKit.Workers.srmodule"
177+ badge = { [
178+ {
179+ type: " tip" ,
180+ text: " HTTPS 解密" ,
181+ outline: true ,
182+ },
183+ ]}
184+ />
185+ </ModuleInstall.Tab >
186+ <ModuleInstall.Tab type = " loon" >
187+ <ModuleInstall.Item
188+ url = " iRingo.WeatherKit.Workers.plugin"
189+ badge = { [
190+ {
191+ type: " warning" ,
192+ text: " 重写" ,
193+ outline: true ,
194+ },
195+ {
196+ type: " tip" ,
197+ text: " MitM" ,
198+ outline: true ,
199+ },
200+ ]}
201+ />
202+ </ModuleInstall.Tab >
203+ <ModuleInstall.Tab type = " surge" >
204+ <ModuleInstall.Item
205+ url = " iRingo.WeatherKit.Workers.sgmodule"
206+ badge = { [
207+ {
208+ type: " warning" ,
209+ text: " HTTP 重写" ,
210+ outline: true ,
211+ },
212+ {
213+ type: " danger" ,
214+ text: " MitM" ,
215+ outline: true ,
216+ },
217+ ]}
218+ />
219+ </ModuleInstall.Tab >
220+ <ModuleInstall.Tab type = " egern" >
221+ <ModuleInstall.Item
222+ url = " iRingo.WeatherKit.Workers.yaml"
223+ />
224+ </ModuleInstall.Tab >
225+ <ModuleInstall.Tab type = " stash" >
226+ <ModuleInstall.Item
227+ url = " iRingo.WeatherKit.Workers.stoverride"
228+ badge = { [
229+ {
230+ type: " info" ,
231+ text: " 改写" ,
232+ outline: true ,
233+ },
234+ {
235+ type: " info" ,
236+ text: " MitM" ,
237+ outline: true ,
238+ },
239+ ]}
240+ />
241+ </ModuleInstall.Tab >
242+ </ModuleInstall >
243+
171244## [ 更新日志] ( /changelog/WeatherKit )
172245
173246## 默认设置
You can’t perform that action at this time.
0 commit comments