|
|
пре 4 година | |
|---|---|---|
| .husky | пре 4 година | |
| config | пре 4 година | |
| public | пре 4 година | |
| src | пре 4 година | |
| .editorconfig | пре 5 година | |
| .env | пре 4 година | |
| .eslintignore | пре 5 година | |
| .eslintrc.js | пре 4 година | |
| .gitignore | пре 4 година | |
| .npmrc | пре 4 година | |
| .prettierignore | пре 4 година | |
| .prettierrc.js | пре 4 година | |
| .stylelintignore | пре 4 година | |
| .stylelintrc.js | пре 4 година | |
| README.md | пре 4 година | |
| jest.config.js | пре 5 година | |
| jsconfig.json | пре 5 година | |
| package.json | пре 4 година | |
| plugin.ts | пре 4 година | |
| pnpm-lock.yaml | пре 4 година | |
| tsconfig.json | пре 5 година | |
| unocss.config.ts | пре 4 година |
pnpm install
npm run dev
git remote update origin --prune
git branch -a
git push origin --delete xx
git branch -d xx
git reset --hard dev //并将 master 分支重置为 dev
git push origin master --force //将重置后的 master 分支强制推送更新