fix: kernelSU中无法直接打开web界面#21
Open
imRoxy2222 wants to merge 1 commit intoboxproxy:masterfrom
Open
Conversation
|
我试了下 能正常打开 |
Author
那就不知道了, 可能和系统环境有关, 我的环境是, 一加ace5pro, colorOS16.0.5, 安卓16, kernelSU32457浏览器用的edge, 我讲webroot换成pr中的内容能打开, 这里的打开指的是kernelSU中点击模块打开web页面, 使用box软件中打开web页面两个版本都没问题 |
|
是的 就是在ksu上点击打开的 我版本是32473 你可以先升级版本再看下 |
Author
最新的release还是32457, action是32496, 我不追求每天更新, 那可能是kernelSU的问题?! |
|
@imRoxy2222 在 /data/adb/box/scripts/box.tool 找到如下内容,删除即可 sed -i "s#document.location =.*#document.location = 'http://$ip_port/ui/'#" $path_webroot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
原先的web界面在我的kernelSU3.2.4(32457)中无法打开, 修复之后能打开了