Açıklama Yok

outaozhen 4d596bad3f fix: 软件锁接收操作修改 4 yıl önce
config dd6a200fc5 1 4 yıl önce
public 20108f980d fix: 侧栏UI调整+仪表盘服务提醒客户增加单位详情 4 yıl önce
src 4d596bad3f fix: 软件锁接收操作修改 4 yıl önce
tests d90df6a785 首次提交 5 yıl önce
.editorconfig d90df6a785 首次提交 5 yıl önce
.eslintignore 625276973b fix: 修复打包报错信息 5 yıl önce
.eslintrc.js ddd86c84a8 feat: 排序字段处理 5 yıl önce
.gitignore b3da5677d3 chore: 忽略 deploy.config.js 的提交 5 yıl önce
.prettierignore d90df6a785 首次提交 5 yıl önce
.prettierrc.js 8f263800d9 feat: 增加自定义useAutoTable hook去接管table自适应高度的问题 5 yıl önce
.stylelintrc.js af1f661369 refactor: v4 升级 v5 5 yıl önce
README.md 14fcdd5b69 1 4 yıl önce
jest.config.js d90df6a785 首次提交 5 yıl önce
jsconfig.json d90df6a785 首次提交 5 yıl önce
package.json ff6b4590af fix: 11 4 yıl önce
tsconfig.json f03f2e058a feat:增加tsconfig 5 yıl önce
windi.config.ts ce0b1b15d4 feat: 111 5 yıl önce

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

强制合并分支

git reset --hard dev //并将 master 分支重置为 dev

强制推送

git push origin master --force //将重置后的 master 分支强制推送更新