- nodejs >=16.18.1
- python3
- rust
-
用户逐个登陆本地服务器,按修改时间确认自己的存档
<old_uid>
-
用户逐个登陆新建的社区服务器,记录自己新生成的
<new_uid>
-
等待生成
-
点击下载,享受
-
记录自己安装uesave的bin路径(如
'/Users/heyesheng/.cargo/bin/uesave'
),替换掉api/pal/fix.ts
中的UE_SAVE_PATH
配置 -
修改后的存档会压缩放到
./fixed
目录中,需要nginx做一下代理,访问/download/xxx.zip
直接下载
安装uesave
(依赖rust)
cargo install --git https://github.com/trumank/uesave-rs.git
Install the dependencies:
pnpm install
Start the dev server:
pnpm dev
Build the app for production:
pnpm build
production bff
pnpm start
For more information, see the Modern.js documentation.