chavyleung / scripts

BoxJs
https://docs.boxjs.app
GNU General Public License v3.0
5.22k stars 1.14k forks source link

可否出一个小火箭安装教程 #320

Open DarkAge2018 opened 3 years ago

DarkAge2018 commented 3 years ago

听别人说小火箭用boxjs,但是目前找不到任何相关教程,issue里面也没有 然后尝试了surge的安装方法,可以打开,但是一直转圈圈,修改操作很难保存成功 实在不知道怎么做了

chavyleung commented 3 years ago

https://chavyleung.gitbook.io/boxjs/#shadowrocket

chavyleung commented 3 years ago

如果出现保存不成功,先打开记录日志功能:设置>诊断>启用日志记录,再尝试操作 问题重现后:设置>诊断>VPN 日志 看看有没什么报错信息

DarkAge2018 commented 3 years ago

如果出现保存不成功,先打开记录日志功能:设置>诊断>启用日志记录,再尝试操作 问题重现后:设置>诊断>VPN 日志 看看有没什么报错信息

[08:29:12.533] script evaluate timer finish => chavy.box.js [08:29:12.538] script context dealloc => chavy.box.js [08:29:12.538] script http request send early response to client [08:29:33.650] script http request message NULL [08:29:33.650] script http request message NULL

看了一下日志,提交不成功转圈圈,提示的是request null 把github的域名设置成代理或者不代理,切换了网络还有不同的配置还是如此

zdalao commented 3 years ago

请问现在小火箭的方式可以使用吗?按照文档的方式访问 http://boxjs.com并不可以

komazhou commented 3 years ago

先说结论:我用shadowrocket成功了,添加时,删除“Rewrite: ”,其他按照官方的教程来

官方教程:https://chavyleung.gitbook.io/boxjs/#shadowrocket

不愿意跳转的看下面(官方教程的内容)

安装路径

配置 > 点击使用中的配置文件 > 编辑纯文本

在 [Script] 标签下增加以下内容,如果没有 [Script],可自行增加

BoxJs 稳定版

Rewrite: BoxJs = type=http-request,pattern=^https?://boxjs.com,script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/chavy.box.js, requires-body=true, timeout=120

BoxJs 测试版

Rewrite: BoxJs = type=http-request,pattern=^https?://boxjs.net,script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/box/chavy.boxjs.js, requires-body=true, timeout=120

JOJOforshaun commented 2 years ago

如果出现保存不成功,先打开记录日志功能:设置>诊断>启用日志记录,再尝试操作 问题重现后:设置>诊断>VPN 日志 看看有没什么报错信息

[08:29:12.533] script evaluate timer finish => chavy.box.js [08:29:12.538] script context dealloc => chavy.box.js [08:29:12.538] script http request send early response to client [08:29:33.650] script http request message NULL [08:29:33.650] script http request message NULL

看了一下日志,提交不成功转圈圈,提示的是request null 把github的域名设置成代理或者不代理,切换了网络还有不同的配置还是如此

请问你的解决了吗