Skip to content

Commit 1acbcd6

Browse files
committed
docs: update readme
1 parent f6817af commit 1acbcd6

2 files changed

Lines changed: 31 additions & 22 deletions

File tree

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
# English Version
2-
3-
# Rin
1+
![Cover](./docs/docs/public/rin-logo.png)
42

53
English | [简体中文](./README_zh_CN.md)
64

7-
![Cover](./docs/docs/public/rin-logo.png)
85

9-
!https://img.shields.io/github/commit-activity/w/openRin/Rin?style=for-the-badge
10-
!https://img.shields.io/github/check-runs/openRin/Rin/main?style=for-the-badge
11-
!https://img.shields.io/github/languages/top/openRin/Rin?style=for-the-badge
12-
!https://img.shields.io/github/license/openRin/Rin?style=for-the-badge
13-
!https://img.shields.io/github/actions/workflow/status/openRin/Rin/deploy.yaml?style=for-the-badge
6+
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/openRin/Rin?style=for-the-badge)
7+
![GitHub branch check runs](https://img.shields.io/github/check-runs/openRin/Rin/main?style=for-the-badge)
8+
![GitHub top language](https://img.shields.io/github/languages/top/openRin/Rin?style=for-the-badge)
9+
![GitHub License](https://img.shields.io/github/license/openRin/Rin?style=for-the-badge)
10+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/openRin/Rin/deploy.yaml?style=for-the-badge)
1411

15-
https://img.shields.io/badge/Discord-openRin-red?style=for-the-badge&color=%236e7acc](https://discord.gg/JWbSTHvAPN)
16-
https://img.shields.io/badge/Telegram-openRin-red?style=for-the-badge&color=%233390EC](https://t.me/openRin)
12+
[![Discord](https://img.shields.io/badge/Discord-openRin-red?style=for-the-badge&color=%236e7acc)](https://discord.gg/JWbSTHvAPN)
13+
[![Telegram](https://img.shields.io/badge/Telegram-openRin-red?style=for-the-badge&color=%233390EC)](https://t.me/openRin)
1714

1815
## Introduction
1916

README_zh_CN.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,28 @@ bun run dev
7777

7878
我们欢迎各种形式的贡献——代码、文档、设计和想法。请查阅我们的贡献指南(即将添加),一起参与 Rin 的构建!
7979

80-
## 开源许可证
80+
## License
8181

8282
```
83-
MIT 许可证
84-
85-
版权所有 (c) 2024 Xeu
86-
87-
特此免费授予任何获得本软件及相关文档文件(“软件”)副本的人不受限制地处理本软件的权限,包括但不限于使用、复制、修改、合并、发布、分发、再许可和/或销售本软件副本的权利,并允许向其提供本软件的人员这样做,但须符合以下条件:
88-
89-
上述版权声明和本许可声明应包含在本软件的所有副本或主要部分中。
90-
91-
本软件按“原样”提供,不附带任何明示或暗示的担保,包括但不限于对适销性、特定用途适用性和非侵权的担保。在任何情况下,作者或版权持有人均不对因本软件或使用本软件或其他交易行为而引起的任何索赔、损害赔偿或其他责任承担责任,无论是在合同诉讼、侵权行为还是其他诉讼中。
92-
```
83+
MIT License
84+
85+
Copyright (c) 2024 Xeu
86+
87+
Permission is hereby granted, free of charge, to any person obtaining a copy
88+
of this software and associated documentation files (the "Software"), to deal
89+
in the Software without restriction, including without limitation the rights
90+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
91+
copies of the Software, and to permit persons to whom the Software is
92+
furnished to do so, subject to the following conditions:
93+
94+
The above copyright notice and this permission notice shall be included in all
95+
copies or substantial portions of the Software.
96+
97+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
98+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
99+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
100+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
101+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
102+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
103+
SOFTWARE.
104+
```

0 commit comments

Comments
 (0)