Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
RainyHallways edited this page Jun 23, 2023 · 7 revisions

用户中心设置

注册

点击注册,依次输入用户名密码验证码

注:如果不给你注册,那可能是因: 你用户名重复(解决方法:换一个名字)验证码输入错了单纯网卡了

下单购买FB使用权

点击 用户中心标题左边的四条杠,然后点击 商城,选择 "1个月服务使用权(+1 可变SLOT)",并点击 "加入购物车",然后再次点击点击 用户中心标题左边的四条杠,然后点击 购物车,然后点击 自动结算 购买

设置

购买完成后,你可以点击 用户中心标题左边的四条杠 ,然后点击 "用户",在租赁服绑定的 "卡槽" 里,输入你要用FB的 租赁服号码

警告:要是输入错了,你要么就等30天,要么就花钱在商城购买固定SLOT

往下划,你会看到一个 "辅助用户" 给ta取个好名字吧(最好别带中文,可能会出bug),然后刷新网页,给辅助用户实名认证(别用未成年的,不然懂得都懂)

安装PhoenixBuilder

安卓用户

安装Termux

点击此处下载

开始部署

首先给Termux文件"访问文件和媒体"(不同手机可能叫法不同)的权限

某些华为手机可能没有这个选项,需要用 termux-setup-storage 指令

打开Termux并复制粘贴以下更新代码并回车(如果无法粘贴,长按屏幕后,点击Paste)

export PB_USE_GH_REPO=1 && export GH_DOMAIN="https://hub.fgit.ml/" && bash -c "$(curl -fsSL raw.fgit.ml/LNSSPsd/PhoenixBuilder/main/install.sh)"

或者

export PB_USE_GH_REPO=1 && export GH_DOMAIN="https://ghproxy.com/https://github.com/" && bash -c "$(curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/LNSSPsd/PhoenixBuilder/main/install.sh)" #镜像站2

export PB_USE_GH_REPO=1 && export GH_DOMAIN="https://hub.gitmirror.com/https://github.com/" && bash -c "$(curl -fsSL raw.gitmirror.com/LNSSPsd/PhoenixBuilder/main/install.sh)" #镜像站3

#若无法更新,可尝试挂梯子使用github官方站更新:

export PB_USE_GH_REPO=1 && bash -c "$(curl -fsSL https://raw.githubusercontent.com/LNSSPsd/PhoenixBuilder/main/install.sh)"

#安装/更新FastBuilder-Dev版本您仅需将LNSSPsd/PhoenixBuilder改为rnhws-Team/PhoenixBuilder

#如镜像站2,3出现无法使用的情况,您也可以将https://xxx.com/https://github.com/中的https://xxx.com/改为以下的链接:

https://ghps.cc/

https://gh.ddlc.top/

若出现需要root权限的问题,请尝试使用以下命令解决

which which || apt install which

成功会有绿色字提示你: Use command "fastbuilder" to launch it. 即代表安装成功