docs: 協助說明補充與調整部分內容顯示

This commit is contained in:
Hakadao
2023-12-24 18:50:04 +08:00
parent a510e7ba29
commit 72adc8ac50
2 changed files with 24 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
**| English | [简体中文](README_cn.md) |**
# BewlyBewly
English | [简体中文](README_cn.md)
<p align="center" style="margin-bottom: 0px !important;">
<img width="150" src="https://user-images.githubusercontent.com/33394391/160250512-410b71fc-7f25-4caf-b850-429227ff082a.png"><br/>
@@ -30,9 +32,9 @@ Even in the Edge browser, we strongly recommend you install it in the Chrome web
### Local Installation
[ci](https://github.com/hakadao/BewlyBewly/actions)automatically build with the latest code
[CI](https://github.com/hakadao/BewlyBewly/actions)Automatically build with the latest code
[releases](https://github.com/hakadao/BewlyBewly/releases)stable version
[Releases](https://github.com/hakadao/BewlyBewly/releases)Stable version
#### Edge & Chrome (RECOMMENDED)
@@ -82,6 +84,14 @@ pnpm build
And then pack files under `extension`
### 🤝 Contribution
#### i18n
- When doing translations, if you have a language you are not familiar with, you can use another language that you have translated and point out what language you cannot translate in the pull request.
- **Please MANUALLY MAINTAIN the i18n files!!!** Do not use `i18n Ally` or other extensions to maintain them. I know you might be confused or might not like this, but using `i18n Ally` for the maintenance will be uncertain where to place the translations afterward or delete the code comments.
## ❤️ Credits
- [vitesse-webext](https://github.com/antfu/vitesse-webext) - The template used for this project

View File

@@ -1,4 +1,6 @@
**| [English](README.md) | 简体中文 |**
# BewlyBewly
[English](README.md) | 简体中文
<p align="center" style="margin-bottom: 0px !important;">
<img width="150" src="https://user-images.githubusercontent.com/33394391/160250512-410b71fc-7f25-4caf-b850-429227ff082a.png"><br/>
@@ -82,6 +84,14 @@ pnpm build
然后打包到 `extension` 文件夹
### 🤝 Contribution
#### i18n
- 在进行翻译时,如果你遇到一种你不熟悉的语言,可以使用另一种你已经翻译过的语言,并在 Pull requests 中指出你无法翻译的语言。
- 请**手动维护** i18n 国际化文件!!!不要使用 `i18n Ally` 或其他扩展来维护它们。我知道你可能会感到困惑或不喜欢这样做,但使用 `i18n Ally` 进行维护会不确定如何放置翻译或删除代码注释。
## ❤️ 鸣谢
- [vitesse-webext](https://github.com/antfu/vitesse-webext) - 该项目使用的模板