-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a7e870
commit b481bfa
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule _common
updated
17 files
+2 −1 | .eslintignore | |
+5 −0 | .github/ISSUE_TEMPLATE/config.yml | |
+52 −0 | .github/PULL_REQUEST_TEMPLATE.md | |
+417 −0 | .github/build/index.html | |
+37 −0 | .github/build/index.js | |
+82 −0 | .github/workflows/preview-publish.yml | |
+52 −3 | .github/workflows/pull-request.yml | |
+0 −323 | contributors.json | |
+1 −1 | style/mobile/README.md | |
+2 −0 | style/mobile/components/_index.less | |
+3 −1 | style/mobile/components/grid-item/_index.less | |
+3 −2 | style/mobile/package.json | |
+9 −9 | style/mobile/webpack.config.js | |
+2 −1 | style/web/README.md | |
+7 −4 | style/web/components/radio/_index.less | |
+5 −28 | style/web/components/tag-input/_index.less | |
+3 −2 | style/web/package.json |