Skip to content

Commit

Permalink
docs: 更新技术栈图标
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed Aug 3, 2023
1 parent 8bcf2e8 commit 7f34692
Show file tree
Hide file tree
Showing 10 changed files with 335 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img width="400" src="./src/assets/images/readme-logo.svg" /></p>
<p align="center"><img width="400" src="src/assets/images/readme-logo.svg" /></p>

<p align="center">
<a href="https://github.com/ikxin/kms-tools/releases"><img src="https://badgen.net/github/release/ikxin/kms-tools" /></a>
Expand All @@ -16,20 +16,21 @@
- Cloudflare: [https://kmstools.pages.dev](https://kmstools.pages.dev)
- Vercel: [https://kmstools.vercel.app](https://kmstools.vercel.app)

![](./src/assets/images/preview.png)
![](src/assets/images/preview.png)

## ✨ 技术栈

- [Vue.js](https://github.com/vuejs/core) - 构建用户界面的 JavaScript 框架
- [Bun](https://github.com/oven-sh/bun) - 用于 JavaScript 和 TypeScript 应用程序的一体化工具包
- [Vite](https://github.com/vitejs/vite) - 下一代的前端工程构建工具
- [Arco Design Vue](https://github.com/arco-design/arco-design-vue) - ByteDance 开发的企业级产品设计系统
- [Vue Router](https://github.com/vuejs/vue-router) - Vue.js 核心团队开发的路由组件
- [Pinia](https://github.com/unocss/unocss) - 类型安全、可扩展性以及模块化设计的状态管理库
- [UnoCSS](https://github.com/unocss/unocss) - 即时的按需加载原子 CSS 引擎
- [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) - Composition API 自动按需导入的插件
- [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) - Vue 组件自动按需导入的插件
- [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) - Vue Router 基于文件自动加载的路由系统
- <img src="src/assets/icons/logos/vue.svg" /> [Vue.js](https://github.com/vuejs/core) - 构建用户界面的 JavaScript 框架
- <img src="src/assets/icons/logos/bun.svg" /> [Bun](https://github.com/oven-sh/bun) - 用于 JavaScript 和 TypeScript 应用程序的一体化工具包
- <img src="src/assets/icons/logos/vite.svg" /> [Vite](https://github.com/vitejs/vite) - 下一代的前端工程构建工具
- <img src="src/assets/icons/logos/arco.svg" /> [Arco Design Vue](https://github.com/arco-design/arco-design-vue) - ByteDance 开发的企业级产品设计系统
- <img src="src/assets/icons/logos/vue-router.svg" /> [Vue Router](https://github.com/vuejs/vue-router) - Vue.js 核心团队开发的路由组件
- <img src="src/assets/icons/logos/pinia.svg" /> [Pinia](https://github.com/unocss/unocss) - 类型安全、可扩展性以及模块化设计的状态管理库
- <img src="src/assets/icons/logos/unocss.svg" /> [UnoCSS](https://github.com/unocss/unocss) - 即时的按需加载原子 CSS 引擎
- <img src="src/assets/icons/logos/vue-i18n.svg" /> [Vue I18n](https://github.com/intlify/vue-i18n-next) - I18n 国际化支持开箱即用
- <img src="src/assets/icons/logos/unjs.svg" /> [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) - Composition API 自动按需导入的插件
- <img src="src/assets/icons/logos/unjs.svg" /> [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) - Vue 组件自动按需导入的插件
- <img src="src/assets/icons/logos/unjs.svg" /> [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) - Vue Router 基于文件自动加载的路由系统

## ⚙️ 构建

Expand Down
17 changes: 17 additions & 0 deletions src/assets/icons/logos/arco.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions src/assets/icons/logos/bun.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions src/assets/icons/logos/pinia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions src/assets/icons/logos/unjs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/assets/icons/logos/unocss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/assets/icons/logos/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7f34692

Please sign in to comment.