财审平台后台系统

lanjianrong 9178e062d8 test: unocss theme color primary il y a 2 ans
.husky c3ccaf8a90 fix: add husky pre-commit hook il y a 2 ans
config 9178e062d8 test: unocss theme color primary il y a 2 ans
public ae167cab11 refactor: upgrade to umi4 and refactor related code il y a 3 ans
src 56aca5b16c feat: 资料清单模板增加文件编辑功能 il y a 2 ans
tests f067a1e0a2 chore: project init il y a 3 ans
.editorconfig f067a1e0a2 chore: project init il y a 3 ans
.env f3a477e7a8 feat: add .env il y a 2 ans
.eslintignore 50ec5e34f4 feat: 1 il y a 3 ans
.eslintrc.js ae167cab11 refactor: upgrade to umi4 and refactor related code il y a 3 ans
.gitignore da2aa1367a feat: 预算业务表单处理请求接口参数 il y a 2 ans
.npmrc b49d743fdc refactor: add .npmrc and lock il y a 2 ans
.prettierignore f067a1e0a2 chore: project init il y a 3 ans
.prettierrc.js ae167cab11 refactor: upgrade to umi4 and refactor related code il y a 3 ans
.stylelintignore 27291dc0d1 feat: 1 il y a 3 ans
.stylelintrc.js ae167cab11 refactor: upgrade to umi4 and refactor related code il y a 3 ans
README.md 9be8c4aa73 docs: update readme.md il y a 2 ans
jsconfig.json f067a1e0a2 chore: project init il y a 3 ans
package.json bef7589d7c refactor: add build gzip plugin and upgrade umi il y a 2 ans
pnpm-lock.yaml bef7589d7c refactor: add build gzip plugin and upgrade umi il y a 2 ans
tsconfig.json e1ca01bdf5 fix: 修改详情页路由传参方式 il y a 3 ans
unocss.config.ts 9178e062d8 test: unocss theme color primary il y a 2 ans

README.md

注意事项

  1. git config core.ignorecase false 让 git 区别大小写。
  2. 合并 commit 使用git rebase -i commit-id,后强制提交git push -f origin dev