Sen descrición

zhangjie d02c0ae126 fix: 打包问题 hai 2 meses
.husky a71556a5d4 feat: 开发调整2 hai 5 meses
.vscode 5235bd52fb feat: stash %!s(int64=2) %!d(string=hai) anos
electron 81779330e7 bug fix hai 1 ano
src d02c0ae126 fix: 打包问题 hai 2 meses
types 881bedeb77 bug fix hai 1 ano
.env.development 4648b10468 feat: 开发调整 hai 5 meses
.env.production 3c3da90c7b feat: remove .env.production host %!s(int64=2) %!d(string=hai) anos
.env.test 0745fe4c08 feat: init project %!s(int64=2) %!d(string=hai) anos
.eslintrc.cjs b2dd6abf8c 打包'vue/no-dupe-keys'报错 %!s(int64=2) %!d(string=hai) anos
.gitignore 4648b10468 feat: 开发调整 hai 5 meses
.npmrc 5235bd52fb feat: stash %!s(int64=2) %!d(string=hai) anos
.prettierrc 0745fe4c08 feat: init project %!s(int64=2) %!d(string=hai) anos
README.md faf2c4509f feat: 修复菜单收缩问题 %!s(int64=2) %!d(string=hai) anos
electron-builder.json5 30a91010eb feat: 打包配置调整 %!s(int64=2) %!d(string=hai) anos
electron-plugin.ts f515efd4e2 1.1.0需求开发 hai 1 ano
index.html 5235bd52fb feat: stash %!s(int64=2) %!d(string=hai) anos
jenkins.sh a4c906cc1c fix jenkins.sh %!s(int64=2) %!d(string=hai) anos
package.json d02c0ae126 fix: 打包问题 hai 2 meses
pnpm-lock.yaml d02c0ae126 fix: 打包问题 hai 2 meses
postcss.config.cjs ce690ec91d table允许横向滚动,去除postcss相关配置 %!s(int64=2) %!d(string=hai) anos
server.config.ts 4648b10468 feat: 开发调整 hai 5 meses
tsconfig.json e3c1859de0 ts问题修复 hai 1 ano
tsconfig.node.json 5235bd52fb feat: stash %!s(int64=2) %!d(string=hai) anos
vite.config.ts 30a91010eb feat: 打包配置调整 %!s(int64=2) %!d(string=hai) anos

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