Aucune description

lanjianrong 82bbff2981 fix: 临时处理人资组织架构与表格宽度在侧边栏折叠收起的冲突 il y a 4 ans
config 8def18c131 feat: 1 il y a 4 ans
public a2da582399 fix: 侧栏图标调整 il y a 4 ans
src 82bbff2981 fix: 临时处理人资组织架构与表格宽度在侧边栏折叠收起的冲突 il y a 4 ans
tests d90df6a785 首次提交 il y a 5 ans
.editorconfig d90df6a785 首次提交 il y a 5 ans
.eslintignore 625276973b fix: 修复打包报错信息 il y a 5 ans
.eslintrc.js ddd86c84a8 feat: 排序字段处理 il y a 5 ans
.gitignore b3da5677d3 chore: 忽略 deploy.config.js 的提交 il y a 5 ans
.prettierignore d90df6a785 首次提交 il y a 5 ans
.prettierrc.js 8f263800d9 feat: 增加自定义useAutoTable hook去接管table自适应高度的问题 il y a 5 ans
.stylelintrc.js af1f661369 refactor: v4 升级 v5 il y a 5 ans
README.md a972426fbc feat: 完善README il y a 5 ans
jest.config.js d90df6a785 首次提交 il y a 5 ans
jsconfig.json d90df6a785 首次提交 il y a 5 ans
package.json 086240816a feat: 优化打包体检 il y a 4 ans
tsconfig.json f03f2e058a feat:增加tsconfig il y a 5 ans
windi.config.ts ce0b1b15d4 feat: 111 il y a 5 ans

README.md

安装依赖

yarn install

启动项目

npm run dev

更新远程分支列表

git remote update origin --prune

查看所有分支

git branch -a

删除远程分支 xx

git push origin --delete xx

删除本地分支 xx

git branch -d xx