添加 idb 依赖以支持 IndexedDB,重构股票存储逻辑,优化股票信息表单,支持从 URL 参数填充表单数据,更新 Dockerfile 以使用淘宝源,改进股票列表页面的错误处理和显示逻辑
Some checks failed
构建并运行 Docker / build (push) Failing after 39m44s
Some checks failed
构建并运行 Docker / build (push) Failing after 39m44s
This commit is contained in:
@ -10,6 +10,8 @@ WORKDIR /app
|
||||
# 安装依赖
|
||||
COPY package.json ./
|
||||
# 使用 npm 缓存来加速构建
|
||||
#换源
|
||||
RUN npm config set registry https://registry.npm.taobao.org
|
||||
RUN npm install --prefer-offline --no-audit --no-fund --production=false --legacy-peer-deps
|
||||
|
||||
# 构建阶段
|
||||
|
Reference in New Issue
Block a user