From ff71bc7a126ee5d8e00d3a1f1b503db5842fb48a Mon Sep 17 00:00:00 2001 From: AkagiYui Date: Sun, 25 Jun 2023 00:43:47 +0800 Subject: [PATCH] feat: add license --- LICENSE | 21 +++++++++++++++++++++ README.md | 13 ++++++++----- 2 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..049c61f --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 AkagiYui + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 798bf5d..d9b2f2a 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,19 @@ - [ ] fix: 路由页面高度应为100% - [ ] fix: 登录页面阴影遮罩层css被认为未使用 +- [ ] feat: 国际化 +- [ ] feat: 无障碍图标 ## 鸣谢 - 图标:https://remixicon.com/icon/cloud-fill - -### 文档 - - [Vue.js 官方文档](https://cn.vuejs.org/) - [Vue Router 官方文档](https://router.vuejs.org/) - [Naive UI 官方文档](https://www.naiveui.com/) -- [Pinia使用方法及持久化存储](https://blog.csdn.net/m0_53808238/article/details/129751966) -- [Vue3 Vite3 状态管理 pinia 基本使用、持久化、在路由守卫中的使用](https://zhuanlan.zhihu.com/p/572165769) +- [GitHub: BililiveRecorder-WebUI](https://github.com/BililiveRecorder/BililiveRecorder-WebUI) +- [知乎: Vue3 Vite3 状态管理 pinia 基本使用、持久化、在路由守卫中的使用](https://zhuanlan.zhihu.com/p/572165769) +- [CSDN: Pinia使用方法及持久化存储](https://blog.csdn.net/m0_53808238/article/details/129751966) +- [CSDN: 去掉router-link文字的下划线](https://blog.csdn.net/weixin_52418790/article/details/117361939) +- [CSDN: vue3+vite如何引入本地静态图片](https://blog.csdn.net/weixin_57399180/article/details/128191707) +- [CSDN: 什么是弹性(display: flex)布局 ?](https://blog.csdn.net/weixin_41044151/article/details/114071215)