No Description

刘洋 de3082bce2 标黄需求提测 2 years ago
.husky 0745fe4c08 feat: init project 2 years ago
.vscode 5235bd52fb feat: stash 2 years ago
electron de3082bce2 标黄需求提测 2 years ago
src de3082bce2 标黄需求提测 2 years ago
types 62394a5bd4 bug fix 2 years ago
.env.development 0745fe4c08 feat: init project 2 years ago
.env.production 3c3da90c7b feat: remove .env.production host 2 years ago
.env.test 0745fe4c08 feat: init project 2 years ago
.eslintrc.cjs ce690ec91d table允许横向滚动,去除postcss相关配置 2 years ago
.gitignore c9f7490a79 修改gitignore 2 years ago
.npmrc 5235bd52fb feat: stash 2 years ago
.prettierrc 0745fe4c08 feat: init project 2 years ago
README.md faf2c4509f feat: 修复菜单收缩问题 2 years ago
electron-builder.json5 30a91010eb feat: 打包配置调整 2 years ago
electron-plugin.ts de3082bce2 标黄需求提测 2 years ago
index.html 5235bd52fb feat: stash 2 years ago
jenkins.sh a4c906cc1c fix jenkins.sh 2 years ago
package.json 78357dcbcf release and bug fix 2 years ago
postcss.config.cjs ce690ec91d table允许横向滚动,去除postcss相关配置 2 years ago
server.config.ts 00118885c3 bug fix 2 years ago
tsconfig.json babd58ba50 refactor: refactor image worker 2 years ago
tsconfig.node.json 5235bd52fb feat: stash 2 years ago
vite.config.ts 30a91010eb feat: 打包配置调整 2 years ago

README.md

CET阅卷前端

本地运行(electron)

  npm run start

本地运行(web)

  npm run start:web

构建web

  npm run build

构建electron

  npm run build:electron

线上发布注意事项

  • loading 界面与产品确认是否需要修改或者移除

  • electron客户端图标修改。

    • 启动程序图标 (electron/build/icons/icon.ico)
    • 窗口图标 (electron/main/public/icons/icon.png)
  • web url修改 当前项目种未使用环境变量, 上线前在electron/main/main.ts中修改web页面url