feat: add license

This commit is contained in:
AkagiYui 2023-06-25 00:43:47 +08:00
parent a718f16da3
commit ff71bc7a12
2 changed files with 29 additions and 5 deletions

21
LICENSE Normal file
View File

@ -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.

View File

@ -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)