Sen descrición

outaozhen 4f1df6bf4f feat: 软件锁相关功能加上按钮点击事件逻辑优化 %!s(int64=4) %!d(string=hai) anos
config 0e306aa9e5 feat: 增加应收款统计查看权限 %!s(int64=4) %!d(string=hai) anos
public 20108f980d fix: 侧栏UI调整+仪表盘服务提醒客户增加单位详情 %!s(int64=4) %!d(string=hai) anos
src 4f1df6bf4f feat: 软件锁相关功能加上按钮点击事件逻辑优化 %!s(int64=4) %!d(string=hai) anos
tests d90df6a785 首次提交 %!s(int64=5) %!d(string=hai) anos
.editorconfig d90df6a785 首次提交 %!s(int64=5) %!d(string=hai) anos
.eslintignore 625276973b fix: 修复打包报错信息 %!s(int64=5) %!d(string=hai) anos
.eslintrc.js 5a1a06641e feat: eslint增加react版本配置 %!s(int64=4) %!d(string=hai) anos
.gitignore 070fd6e334 fix: 更新依赖 %!s(int64=4) %!d(string=hai) anos
.prettierignore d90df6a785 首次提交 %!s(int64=5) %!d(string=hai) anos
.prettierrc.js 509425b56c fix: 修复锁库无线滚动bug %!s(int64=4) %!d(string=hai) anos
.stylelintrc.js af8ea61348 feat: 1 %!s(int64=4) %!d(string=hai) anos
README.md ffd8e5d419 feat: 1 %!s(int64=4) %!d(string=hai) anos
jest.config.js d90df6a785 首次提交 %!s(int64=5) %!d(string=hai) anos
jsconfig.json d90df6a785 首次提交 %!s(int64=5) %!d(string=hai) anos
package.json 070fd6e334 fix: 更新依赖 %!s(int64=4) %!d(string=hai) anos
pnpm-lock.yaml 070fd6e334 fix: 更新依赖 %!s(int64=4) %!d(string=hai) anos
tsconfig.json f03f2e058a feat:增加tsconfig %!s(int64=5) %!d(string=hai) anos
windi.config.ts f5ecea0913 feat: 云版详情、大司空2.0企业版详情中左侧栏附加项的ui界面 %!s(int64=4) %!d(string=hai) anos

README.md

安装依赖

pnpm 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 分支强制推送更新