qiwihui / hiwifi-ss

极路由+ss配置

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

提供卸载脚步?

vonhezhou opened this issue · comments

问题描述

嗯,安装之后,没有卸载选项,没有卸载脚步.意味着如果想要换一个版本,不知道如何卸载了.

运行结果

研究了一下,把备份的html文件还原,
mv /usr/lib/lua/luci/view/admin_web/network/index.htm.ssbak /usr/lib/lua/luci/view/admin_web/network/index.htm
新版的换这个路径/usr/lib/lua/luci/view/admin_web/menu/menu_left.htm.ssbak,换的下面命令:
mv /usr/lib/lua/luci/view/admin_web/menu/menu_left.htm.ssbak /usr/lib/lua/luci/view/admin_web/menu/menu_left.htm

然后
opkg remove geewan-ss
就可以了
标记为close吧

未找到这个备份的页面,怎么回事

未找到这个备份的页面

新版的系统里,不是有个插件可以方便运行ss吗?我不用了,就没有仔细研究了

运行了这个指令之后好像后台炸掉了,变成了这样
Status: 500 Internal Server Error Failed to execute template dispatcher target for entry '/admin_web'. The called action terminated with an exception: Failed to execute template 'admin_web/home'. A runtime error occured: Failed to load template 'admin_web/menu/menu_left'. Error while parsing template '/usr/lib/lua/luci/view/admin_web/menu/menu_left.htm'. A syntax error occured near 'No such file or directory'. stack traceback: [C]: in function 'assert' ?: in function 'dispatch' ?: in function
怎么解决?

我已经没有这个设备了,需要@qiwihui

运行了这个指令之后好像后台炸掉了,变成了这样
Status: 500 Internal Server Error Failed to execute template dispatcher target for entry '/admin_web'. The called action terminated with an exception: Failed to execute template 'admin_web/home'. A runtime error occured: Failed to load template 'admin_web/menu/menu_left'. Error while parsing template '/usr/lib/lua/luci/view/admin_web/menu/menu_left.htm'. A syntax error occured near 'No such file or directory'. stack traceback: [C]: in function 'assert' ?: in function 'dispatch' ?: in function
怎么解决?

上面已经说了,用这个命令:
mv /usr/lib/lua/luci/view/admin_web/menu/menu_left.htm.ssbak /usr/lib/lua/luci/view/admin_web/menu/menu_left.htm

运行了这个指令之后好像后台炸掉了,变成了这样
Status: 500 Internal Server Error Failed to execute template dispatcher target for entry '/admin_web'. The called action terminated with an exception: Failed to execute template 'admin_web/home'. A runtime error occured: Failed to load template 'admin_web/menu/menu_left'. Error while parsing template '/usr/lib/lua/luci/view/admin_web/menu/menu_left.htm'. A syntax error occured near 'No such file or directory'. stack traceback: [C]: in function 'assert' ?: in function 'dispatch' ?: in function
怎么解决?

可能需要先 opkg remove geewan-ss

mv /usr/lib/lua/luci/view/admin_web/menu/menu_left.htm.ssbak /usr/lib/lua/luci/view/admin_web/menu/menu_left.htm

装上去根本就连不上外网,我用着SS-PC就没问题,然后卸载还把主界面搞丢失,什么垃圾,不维护就关了OK?

主界面丢失的是因为 opkg remove geewan-ssmenu-left.htm 删了。。在这个项目下可以找到这个文件,贴上去就好(把最后一个 <li> 删掉就行了)。