Açıklama Yok

lanjianrong d5ed0593c1 feat: 锁库 接受(新/旧)锁按钮在没有待接收的锁时隐藏 5 yıl önce
config 8583abd4d1 fix: 11 5 yıl önce
public 411cead0c7 feat: 修改默认加载ui图片 5 yıl önce
src d5ed0593c1 feat: 锁库 接受(新/旧)锁按钮在没有待接收的锁时隐藏 5 yıl önce
tests d90df6a785 首次提交 5 yıl önce
.editorconfig d90df6a785 首次提交 5 yıl önce
.eslintignore 625276973b fix: 修复打包报错信息 5 yıl önce
.eslintrc.js 1d5a8efbbe feat: 1 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 b9ad58aea4 feat: 111 5 yıl önce
jest.config.js d90df6a785 首次提交 5 yıl önce
jsconfig.json d90df6a785 首次提交 5 yıl önce
package.json 213a547612 feat: 更新windicss版本 5 yıl önce
windi.config.ts 9a9d73647f feat: 1 5 yıl önce

README.md

初始化

git submodule init git submodule update cd src/basic && git checkout uni && cd ../../ cd src/PiUI-basic && git checkout uni && cd ../../

安装依赖

npm install cnpm install

启动项目

npm start