Sin descripción

lanjianrong f47b2e985b feat: 客户增加来源功能 hace 4 años
config 0730aed520 feat: 员工在线列表 hace 4 años
public a2da582399 fix: 侧栏图标调整 hace 4 años
src f47b2e985b feat: 客户增加来源功能 hace 4 años
tests d90df6a785 首次提交 hace 5 años
.editorconfig d90df6a785 首次提交 hace 5 años
.eslintignore 625276973b fix: 修复打包报错信息 hace 5 años
.eslintrc.js ddd86c84a8 feat: 排序字段处理 hace 5 años
.gitignore b3da5677d3 chore: 忽略 deploy.config.js 的提交 hace 5 años
.prettierignore d90df6a785 首次提交 hace 5 años
.prettierrc.js 8f263800d9 feat: 增加自定义useAutoTable hook去接管table自适应高度的问题 hace 5 años
.stylelintrc.js af1f661369 refactor: v4 升级 v5 hace 5 años
README.md a972426fbc feat: 完善README hace 5 años
jest.config.js d90df6a785 首次提交 hace 5 años
jsconfig.json d90df6a785 首次提交 hace 5 años
package.json 7cec9f4b35 feat: 新增ws实例 hace 4 años
tsconfig.json f03f2e058a feat:增加tsconfig hace 5 años
windi.config.ts ce0b1b15d4 feat: 111 hace 5 años

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