diff --git a/README-zh_CN.md b/README-zh_CN.md index ad43c9c..0a41c9c 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -95,14 +95,6 @@ npm run stylelint:fix 非常欢迎您的贡献!提交您的 [Issue](https://github.com/tencent/tdesign-vue-next-starter/issues/new/choose) 或者提交 [Pull Request](https://github.com/Tencent/tdesign-vue-next-starter/pulls)。 -#### Pull Request - -1. Fork 代码! -2. 创建自己的分支: `git checkout -b feat/xxxx` -3. 提交你的修改: `git commit -a 'feat(project): describe'` -4. 推送您的分支: `git push origin feat/xxxx` -5. 提交 `pull request` - #### 贡献提交规范 - [Angular Convention](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular) @@ -114,6 +106,11 @@ npm run stylelint:fix | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Edge >=84 | Firefox >=83 | Chrome >=84 | Safari >=14.1 | +### 社区版本 + +基于 TDesign Vue Next 的 starter-kit 有多种社区版本,访问 [社区链接](https://tdesign.tencent.com/starter/docs/vue-next/community-link) 可以访问更多版本。 +如果您也开发了 TDesign Starter 的社区版本,可以提交 Issue 或者直接给我们提Pull Request 😊。 + ### 开源协议 TDesign 遵循 [MIT 协议](https://github.com/Tencent/tdesign-vue-next-starter/LICENSE)。 diff --git a/README.md b/README.md index dd5ed69..330b460 100644 --- a/README.md +++ b/README.md @@ -74,25 +74,21 @@ npm run build:test We welcome contributions to our project. Create your [Issue](https://github.com/tencent/tdesign-vue-next-starter/issues/new/choose) or Submit your [Pull Request](https://github.com/Tencent/tdesign-vue-next-starter/pulls). -#### Pull Request - -1. Fork it! -2. Create your branch: `git checkout -b feat/xxxx` -3. Commit: `git commit -a 'feat(project): describe'` -4. Push: `git push origin feat/xxxx` -5. New Pull Request `pull request` - #### Commit Specification - [Angular Convention](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular) - [Vue Style Guide](https://v3.vuejs.org/style-guide/#rule-categories) -### Compatibility +### Browser Support | [IE / Edge](http://godban.github.io/browsers-support-badges/)
IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)
Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)
Chrome | [Safari](http://godban.github.io/browsers-support-badges/)
Safari | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Edge >=84 | Firefox >=83 | Chrome >=84 | Safari >=14.1 | +### Community Versions + +There are kinds of community versions of starter-kit based on TDesign Vue Next, visit [community-link](https://tdesign.tencent.com/starter/docs/vue-next/community-link) for more detail. If you developed a community versions of tdesign starter, please create a issue or submit a pull request to let us know 😊. + ### License The MIT License. Please see [the license file](LICENSE) for more information. diff --git a/package.json b/package.json index 5cee8f9..9bad7d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tdesign-vue-next-starter", - "version": "0.5.4", + "version": "0.5.5", "scripts": { "dev:mock": "vite --open --mode mock", "dev": "vite --open --mode development", @@ -18,7 +18,7 @@ "test:coverage": "echo \"no test:coverage specified,work in process\"" }, "dependencies": { - "axios": "^0.27.2", + "axios": "^1.1.3", "dayjs": "^1.10.6", "echarts": "~5.1.2", "lodash": "^4.17.21", @@ -28,7 +28,7 @@ "qrcode.vue": "^3.2.2", "qs": "^6.10.5", "tdesign-icons-vue-next": "^0.1.1", - "tdesign-vue-next": "^0.24.2", + "tdesign-vue-next": "^0.24.7", "tvision-color": "^1.3.1", "vue": "^3.2.31", "vue-clipboard3": "^2.0.0", diff --git a/src/layouts/components/Header.vue b/src/layouts/components/Header.vue index a71cf30..2803570 100644 --- a/src/layouts/components/Header.vue +++ b/src/layouts/components/Header.vue @@ -12,7 +12,9 @@ - +