Skip to content

Commit

Permalink
feat: import wmx
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwinterLiu committed Apr 28, 2024
1 parent 006a560 commit 83c0b64
Show file tree
Hide file tree
Showing 38 changed files with 1,034 additions and 798 deletions.
106 changes: 53 additions & 53 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
.DS_Store
node_modules
/dist
/.vscode
*.zip
*.rar
release

# local env files
.env.local
.env.*.local

# Log files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
pnpm-lock.yaml
*.idea
*-lock.json

# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.tar.gz

# Lock files
pnpm-lock.yaml
pack-lock.json
# Yarn v2
.pnp.*
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.yarnrc
yarn.lock
# config
/gitbit
/github
src/config/ignore
# files
swagger.json
lite.sh
/cli.config.js
/lite
/full
/dev
.DS_Store
node_modules
/dist
/.vscode
*.zip
*.rar
release

# local env files
.env.local
.env.*.local

# Log files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
pnpm-lock.yaml
*.idea
*-lock.json

# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.tar.gz

# Lock files
pnpm-lock.yaml
pack-lock.json
# Yarn v2
.pnp.*
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.yarnrc
yarn.lock
# config
/gitbit
/github
src/config/ignore
# files
swagger.json
lite.sh
/cli.config.js
/lite
/full
/dev
8 changes: 4 additions & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
8 changes: 4 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
8 changes: 4 additions & 4 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run release
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run release
5 changes: 4 additions & 1 deletion CHANGELOG.EN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [4.8.4](https://github.com/dgiot/iotStudio/compare/v4.7.2...v4.8.4) (2023-09-04)
## [4.8.6](https://github.com/dgiot/iotStudio/compare/v4.7.2...v4.8.6) (2023-11-03)


### Bug Fixes
Expand All @@ -13,6 +13,9 @@

* add 数据配置” ([cf8d74b](https://github.com/dgiot/iotStudio/commit/cf8d74bfe2be2d6e193df4dd155b493bf06c405e))
* add sgmap ([a6f3bdd](https://github.com/dgiot/iotStudio/commit/a6f3bdd13cc1144a0eba9e1737afd67f7be9d333))
* amis icon ([a44b599](https://github.com/dgiot/iotStudio/commit/a44b599a0ce3721693a46e4e5dfb75e3996a7a6d))
* amisview ([a3311b8](https://github.com/dgiot/iotStudio/commit/a3311b8690cd42982bec01a20640deaad3cdb810))
* other login ([006a560](https://github.com/dgiot/iotStudio/commit/006a5607f1df346eae57d1fc9fb69742790844aa))
* profile ([9475af3](https://github.com/dgiot/iotStudio/commit/9475af3af45b9f28280a06e4be0ee9718440c1d9))
* update 4.8.3 ([1371c77](https://github.com/dgiot/iotStudio/commit/1371c77fd502a79a7d2d5fb59688a3613b887cf8))

Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.ZH.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [4.8.4](https://github.com/dgiot/iotStudio/compare/v4.7.2...v4.8.4) (2023-09-04)
## [4.8.6](https://github.com/dgiot/iotStudio/compare/v4.7.2...v4.8.6) (2023-11-03)


### Bug Fixes
Expand All @@ -13,6 +13,9 @@

* add 数据配置” ([cf8d74b](https://github.com/dgiot/iotStudio/commit/cf8d74bfe2be2d6e193df4dd155b493bf06c405e))
* add sgmap ([a6f3bdd](https://github.com/dgiot/iotStudio/commit/a6f3bdd13cc1144a0eba9e1737afd67f7be9d333))
* amis icon ([a44b599](https://github.com/dgiot/iotStudio/commit/a44b599a0ce3721693a46e4e5dfb75e3996a7a6d))
* amisview ([a3311b8](https://github.com/dgiot/iotStudio/commit/a3311b8690cd42982bec01a20640deaad3cdb810))
* other login ([006a560](https://github.com/dgiot/iotStudio/commit/006a5607f1df346eae57d1fc9fb69742790844aa))
* profile ([9475af3](https://github.com/dgiot/iotStudio/commit/9475af3af45b9f28280a06e4be0ee9718440c1d9))
* update 4.8.3 ([1371c77](https://github.com/dgiot/iotStudio/commit/1371c77fd502a79a7d2d5fb59688a3613b887cf8))

Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [4.8.4](https://github.com/dgiot/iotStudio/compare/v4.7.2...v4.8.4) (2023-09-04)
## [4.8.6](https://github.com/dgiot/iotStudio/compare/v4.7.2...v4.8.6) (2023-11-03)


### Bug Fixes
Expand All @@ -13,6 +13,9 @@

* add 数据配置” ([cf8d74b](https://github.com/dgiot/iotStudio/commit/cf8d74bfe2be2d6e193df4dd155b493bf06c405e))
* add sgmap ([a6f3bdd](https://github.com/dgiot/iotStudio/commit/a6f3bdd13cc1144a0eba9e1737afd67f7be9d333))
* amis icon ([a44b599](https://github.com/dgiot/iotStudio/commit/a44b599a0ce3721693a46e4e5dfb75e3996a7a6d))
* amisview ([a3311b8](https://github.com/dgiot/iotStudio/commit/a3311b8690cd42982bec01a20640deaad3cdb810))
* other login ([006a560](https://github.com/dgiot/iotStudio/commit/006a5607f1df346eae57d1fc9fb69742790844aa))
* profile ([9475af3](https://github.com/dgiot/iotStudio/commit/9475af3af45b9f28280a06e4be0ee9718440c1d9))
* update 4.8.3 ([1371c77](https://github.com/dgiot/iotStudio/commit/1371c77fd502a79a7d2d5fb59688a3613b887cf8))

Expand Down
Loading

0 comments on commit 83c0b64

Please sign in to comment.