本地化翻译

This commit is contained in:
2025-01-05 22:33:17 +08:00
parent 1b6fb5fa81
commit 5a0f888000
7 changed files with 124 additions and 93 deletions

View File

@ -1,8 +1,8 @@
# 打包命令
# docker buildx build -t zhushenwudi/lovelive_sif2:1.0.0 --platform=linux/amd64 .
# docker buildx build -t zhushenwudi/lovelive-sif2:1.0.1 --platform=linux/amd64 .
# 使用适用于 Linux x86 的基础映像
# 保存镜像
# docker save -o lovelive_sif2.tar zhushenwudi/lovelive_sif2:1.0.0
# docker save -o lovelive-sif2.tar zhushenwudi/lovelive-sif2:1.0.1
FROM docker.io/library/debian:latest AS builder
@ -31,7 +31,7 @@ RUN npm i && npm run build
WORKDIR /ew/
RUN . "$HOME/.cargo/env" && cargo build --release
RUN . "$HOME/.cargo/env" && cargo build --release --jobs=16
## Second - sort stuff idk