fix(all): fix some bugs

This commit is contained in:
lukaijie
2026-02-06 19:29:37 +08:00
parent 9c54239352
commit 8fc1819516
4 changed files with 67845 additions and 4336 deletions

View File

@@ -1,4 +1,4 @@
FROM node:12.19.1-alpine3.12 AS builder
FROM reg.ishopex.cn/base-images/node-python3:16.16.0-alpine3.16 AS builder
ARG CMD
ARG APP_BASE_URL
@@ -16,7 +16,6 @@ ENV APP_DEBUG ${APP_DEBUG}
WORKDIR /app
COPY package*.json ./
COPY .env ./
COPY .env.* ./
RUN npm config set registry https://registry.npmmirror.com && npm config set @shopex:registry http://registry.npm.ishopex.cn
RUN npm ci

View File

@@ -1,13 +1,13 @@
<p align="center"><img width="500" height="auto" alt="logo1" src="https://github.com/user-attachments/assets/097cbde6-cedd-42d0-a2d8-a0a0430289b5" /></p>
<p align="center"><img width="600" height="auto" alt="logo1" src="https://github.com/user-attachments/assets/489cc6f9-9108-4db9-860d-70820c99b73a" /></p>
### <p align="center">Desktop Frontend</p>
### <p align="center">Store Operations Tools Frontend</p>
# Getting started
Node.js (current LTS) and npm are required to run the project. To be sure about the version compatibility you can enable Node's corepack.
### Node
```
Node v12.20.1
Node v16.16.0
```
### Installation

72148
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -48,7 +48,29 @@
],
"author": "",
"engines": {
"node": "12.20.1"
"node": "16.16.0"
},
"overrides": {
"react": "^17.0.0",
"react-dom": "^17.0.0",
"@unimodules/react-native-adapter": {
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-native-web": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
}
},
"react-native-web": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"@tarojs/components-rn": {
"react": "^17.0.0"
},
"react-dom": {
"react": "^17.0.0"
}
},
"dependencies": {
"aws-sdk": "^2.936.0",