morytyann / OpenWrt-mihomo

Transparent Proxy with Mihomo on OpenWrt.
MIT License
1.29k stars 148 forks source link

添加重启按钮 #24

Closed zutzo closed 4 months ago

zutzo commented 4 months ago

修改配置后需要在 luci 界面进行 关闭-应用-开启-应用 操作略麻烦 希望可以加一个 手动重启 的按钮

morytyann commented 4 months ago

不需要呀,如果是修改LuCI配置项直接修改配置后应用就可以了,不过某些配置(例如接口密钥)可能无法直接生效。 你是直接修改文件吗?

morytyann commented 4 months ago

添加了配置文件的监控,当当前配置文件的内容修改后,会自动重载。 这样即使你直接修改配置文件也不用手动按重启按钮了。

H2295 commented 4 months ago

添加了配置文件的监控,当当前配置文件的内容修改后,会自动重载。 这样即使你直接修改配置文件也不用手动按重启按钮了。

监控的是run里面的配置文件?还是profiles里的配置文件?

morytyann commented 4 months ago

profiles里的


发件人: Nightdog @.> 发送时间: Friday, July 5, 2024 9:14:53 PM 收件人: morytyann/OpenWrt-mihomo @.> 抄送: Joseph Mory @.>; State change @.> 主题: Re: [morytyann/OpenWrt-mihomo] 添加重启按钮 (Issue #24)

添加了配置文件的监控,当当前配置文件的内容修改后,会自动重载。 这样即使你直接修改配置文件也不用手动按重启按钮了。

监控的是run里面的配置文件?还是profiles里的配置文件?

― Reply to this email directly, view it on GitHubhttps://github.com/morytyann/OpenWrt-mihomo/issues/24#issuecomment-2210859214, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACRL344RWU5EEQZSVSUGSNTZK2L43AVCNFSM6AAAAABKM2TUSOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJQHA2TSMRRGQ. You are receiving this because you modified the open/close state.Message ID: @.***>

H2295 commented 4 months ago

profiles里的 f4b8121d3311b17f93f4027b8ba35508 我加了个编辑页面可以PR吗?(只能编辑固件文件config.yaml)

morytyann commented 4 months ago

@350048663 编辑这个文件没有意义呀,重启插件后会被覆盖了

H2295 commented 4 months ago

@350048663 编辑这个文件没有意义呀,重启插件后会被覆盖了

我编辑的是profiles里的配置文件,不是run里的,应该不会被覆盖吧?

morytyann commented 4 months ago

@350048663 编辑这个文件没有意义呀,重启插件后会被覆盖了

我编辑的是profiles里的配置文件,不是run里的,应该不会被覆盖吧?

抱歉看错了路径,你提PR吧

morytyann commented 2 months ago

已添加。