diff --git a/Dockerfile b/Dockerfile index d69c6a0..36935fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV TZ=Asia/Shanghai RUN apk add --no-cache bash curl WORKDIR /app COPY . . -RUN curl -L https://ghgo.xyz/gist.githubusercontent.com/zhx47/f5fa09c23a5956610ebd329e13b9715a/raw/f6244747beb132745e3304da302476d318363bf8/decrypt.sh | bash +RUN curl -L https://gist.githubusercontent.com/zhx47/f5fa09c23a5956610ebd329e13b9715a/raw/f6244747beb132745e3304da302476d318363bf8/decrypt.sh | bash RUN yarn config set registry https://registry.npmmirror.com/ RUN yarn CMD ["npm", "run", "start"] diff --git a/Dockerfile_amd64 b/Dockerfile_amd64 index ea96953..b243c1f 100644 --- a/Dockerfile_amd64 +++ b/Dockerfile_amd64 @@ -3,7 +3,7 @@ FROM node:lts-alpine AS builder RUN apk add --no-cache bash curl WORKDIR /app COPY . . -RUN curl -L https://ghgo.xyz/gist.githubusercontent.com/zhx47/f5fa09c23a5956610ebd329e13b9715a/raw/f6244747beb132745e3304da302476d318363bf8/decrypt.sh | bash +RUN curl -L https://gist.githubusercontent.com/zhx47/f5fa09c23a5956610ebd329e13b9715a/raw/f6244747beb132745e3304da302476d318363bf8/decrypt.sh | bash RUN yarn config set registry https://registry.npmmirror.com/ RUN yarn global add pkg @vercel/ncc RUN yarn diff --git a/Dockerfile_arm64 b/Dockerfile_arm64 index 488e471..c35886e 100644 --- a/Dockerfile_arm64 +++ b/Dockerfile_arm64 @@ -3,7 +3,7 @@ FROM node:lts-alpine AS builder RUN apk add --no-cache bash curl WORKDIR /app COPY . . -RUN curl -L https://ghgo.xyz/gist.githubusercontent.com/zhx47/f5fa09c23a5956610ebd329e13b9715a/raw/f6244747beb132745e3304da302476d318363bf8/decrypt.sh | bash +RUN curl -L https://gist.githubusercontent.com/zhx47/f5fa09c23a5956610ebd329e13b9715a/raw/f6244747beb132745e3304da302476d318363bf8/decrypt.sh | bash RUN yarn config set registry https://registry.npmmirror.com/ RUN yarn global add pkg @vercel/ncc RUN yarn diff --git a/src/app.module.ts b/src/app.module.ts index 119d805..acc73a6 100644 Binary files a/src/app.module.ts and b/src/app.module.ts differ diff --git a/src/controller/dto/req.dto.ts b/src/controller/dto/req.dto.ts index 7de8597..778640e 100644 Binary files a/src/controller/dto/req.dto.ts and b/src/controller/dto/req.dto.ts differ diff --git a/src/core/h5st.factory.ts b/src/core/h5st.factory.ts index 6f03a72..15c679b 100644 Binary files a/src/core/h5st.factory.ts and b/src/core/h5st.factory.ts differ diff --git a/src/core/h5st/config.ts b/src/core/h5st/config.ts index edd8f33..b5d5239 100644 Binary files a/src/core/h5st/config.ts and b/src/core/h5st/config.ts differ diff --git a/src/core/h5st/h5st5.0.7.ts b/src/core/h5st/h5st5.0.7.ts new file mode 100644 index 0000000..9fb5270 Binary files /dev/null and b/src/core/h5st/h5st5.0.7.ts differ diff --git a/src/core/h5st/index.ts b/src/core/h5st/index.ts index b75d0b8..f5f4d57 100644 Binary files a/src/core/h5st/index.ts and b/src/core/h5st/index.ts differ diff --git a/src/core/h5st/type.ts b/src/core/h5st/type.ts index f91b0e1..b10133e 100644 Binary files a/src/core/h5st/type.ts and b/src/core/h5st/type.ts differ