mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
Update links [skip ci]
This commit is contained in:
parent
63ac1c11dd
commit
0c6fe77492
10
README.md
10
README.md
@ -40,7 +40,7 @@ Blessing Skin 是一个开源的 PHP 项目,这意味着您可以自由地在
|
||||
Blessing Skin 对您的服务器有一定的要求。_在大多数情况下,下列所需的 PHP 扩展已经开启。_
|
||||
|
||||
- 一台支持 URL 重写的主机,Nginx 或 Apache
|
||||
- **PHP >= 7.2.12** [(服务器不支持?)](https://github.com/bs-community/blessing-skin-server/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E)
|
||||
- **PHP >= 7.2.12** [(服务器不支持?)](https://blessing.netlify.com/versions.html)
|
||||
- 安装并启用如下 PHP 扩展:
|
||||
- OpenSSL
|
||||
- PDO
|
||||
@ -55,7 +55,7 @@ Blessing Skin 对您的服务器有一定的要求。_在大多数情况下,
|
||||
|
||||
## 快速使用
|
||||
|
||||
请参阅 [Wiki - 快速安装向导](https://github.com/bs-community/blessing-skin-server/wiki/%E5%BF%AB%E9%80%9F%E5%AE%89%E8%A3%85%E5%90%91%E5%AF%BC)。
|
||||
请参阅 [安装指南](https://blessing.netlify.com/setup.html)。
|
||||
|
||||
![screenshot](https://img.blessing.studio/images/2017/07/29/2017-06-16_15.54.16.png)
|
||||
|
||||
@ -63,8 +63,6 @@ Blessing Skin 对您的服务器有一定的要求。_在大多数情况下,
|
||||
|
||||
Blessing Skin 提供了强大的插件系统,您可以通过添加多种多样的插件来为您的皮肤站添加功能。
|
||||
|
||||
详情请参阅 [Wiki - 插件系统介绍](https://github.com/bs-community/blessing-skin-server/wiki/%E6%8F%92%E4%BB%B6%E7%B3%BB%E7%BB%9F%E4%BB%8B%E7%BB%8D)。
|
||||
|
||||
## 支持并赞助 Blessing Skin
|
||||
|
||||
如果您觉得这个软件对您很有帮助,欢迎通过赞助来支持开发!
|
||||
@ -200,13 +198,13 @@ yarn build
|
||||
|
||||
Blessing Skin 可支持多种语言,当前支持英语(`en`)和简体中文(`zh_CN`)。
|
||||
|
||||
当然,您也可以添加您自己的语言。请参阅 [Wiki - 添加其它语言 [i18n]](https://github.com/bs-community/blessing-skin-server/wiki/%E6%B7%BB%E5%8A%A0%E5%85%B6%E4%BB%96%E8%AF%AD%E8%A8%80-%5Bi18n%5D)
|
||||
当然,您也可以添加您自己的语言。请参阅 [添加其它语言](https://blessing.netlify.com/i18n.html)
|
||||
|
||||
如果您愿意将您的翻译贡献出来,欢迎参与 [我们的 Crowdin 项目](https://crowdin.com/project/bs-i18n)。
|
||||
|
||||
## 问题报告
|
||||
|
||||
请参阅 [Wiki - 报告问题的正确姿势](https://github.com/bs-community/blessing-skin-server/wiki/%E6%8A%A5%E5%91%8A%E9%97%AE%E9%A2%98%E7%9A%84%E6%AD%A3%E7%A1%AE%E5%A7%BF%E5%8A%BF)。
|
||||
请参阅 [报告问题的正确姿势](https://blessing.netlify.com/report.html)。
|
||||
|
||||
## 版权
|
||||
|
||||
|
10
README_EN.md
10
README_EN.md
@ -64,8 +64,6 @@ Blessing Skin has only a few system requirements. _In most cases, these PHP exte
|
||||
|
||||
Blessing Skin provides an elegant and powerful plugin system, and you can attach plenty of functions and customization to your site via installing plugins.
|
||||
|
||||
For more information, please refer to [Wiki - Introducing plugin system](https://github.com/bs-community/blessing-skin-server/wiki/%E6%8F%92%E4%BB%B6%E7%B3%BB%E7%BB%9F%E4%BB%8B%E7%BB%8D).
|
||||
|
||||
## Supporting Blessing Skin
|
||||
|
||||
Welcome to sponsoring Blessing Skin if this software is useful for you!
|
||||
@ -215,7 +213,7 @@ location ~ /\.env {
|
||||
|
||||
## Mod Configuration
|
||||
|
||||
Please refer to [Wiki - Mod Configuration](https://github.com/bs-community/blessing-skin-server/wiki/%E5%A6%82%E4%BD%95%E9%85%8D%E7%BD%AE%E7%9A%AE%E8%82%A4-Mod).
|
||||
Please refer to [Mod Configuration](https://blessing.netlify.com/en/mod.html).
|
||||
|
||||
![screenshot](https://img.blessing.studio/images/2017/07/29/2017-06-16_15.54.16.png)
|
||||
|
||||
@ -223,15 +221,15 @@ Please refer to [Wiki - Mod Configuration](https://github.com/bs-community/bless
|
||||
|
||||
Blessing Skin supports multiple languages, while currently supporting English (`en`) and Simplified Chinese (`zh_CN`).
|
||||
|
||||
Of course, you can add your own language. Please check [Wiki - Add other language [i18n]](https://github.com/bs-community/blessing-skin-server/wiki/%E6%B7%BB%E5%8A%A0%E5%85%B6%E4%BB%96%E8%AF%AD%E8%A8%80-%5Bi18n%5D) (Simplified Chinese only).
|
||||
Of course, you can add your own language. Please check [Add other language [i18n]](https://blessing.netlify.com/i18n.html) (Simplified Chinese only).
|
||||
|
||||
If you are willing to contribute your translation, welcome to join [our Crowdin project](https://crowdin.com/project/bs-i18n).
|
||||
|
||||
## Report Bugs
|
||||
|
||||
Read [Wiki - FAQ](https://github.com/bs-community/blessing-skin-server/wiki/FAQ) and double check if your situation doesn't suit any case mentioned there before reporting.
|
||||
Read [FAQ](https://blessing.netlify.com/faq.html) and double check if your situation doesn't suit any case mentioned there before reporting.
|
||||
|
||||
When reporting a problem, please attach your log file (located at `storage/logs/laravel.log`) and the information of your server where the error occured on. You should also read this [guide](https://github.com/bs-community/blessing-skin-server/wiki/%E6%8A%A5%E5%91%8A%E9%97%AE%E9%A2%98%E7%9A%84%E6%AD%A3%E7%A1%AE%E5%A7%BF%E5%8A%BF) before reporting a problem.
|
||||
When reporting a problem, please attach your log file (located at `storage/logs/laravel.log`) and the information of your server where the error occured on. You should also read this [guide](https://blessing.netlify.com/report.html) before reporting a problem.
|
||||
|
||||
## Copyright & License
|
||||
|
||||
|
@ -132,7 +132,7 @@ update:
|
||||
text: |
|
||||
Please choose update source according to your host's network environment.
|
||||
Low-speed connection between update source and your host will cause long-time loading at checking and downloading page.
|
||||
To change the default update source, please refer to <a target="_blank" href="https://github.com/bs-community/blessing-skin-server/wiki/%E6%9B%B4%E6%96%B0%E6%BA%90%E5%88%97%E8%A1%A8">this wiki article</a>.
|
||||
To change the default update source, please refer to <a target="_blank" href="https://blessing.netlify.com/update-sources.html">this article</a>.
|
||||
|
||||
download:
|
||||
downloading: Downloading update package...
|
||||
|
@ -33,7 +33,7 @@ customJsCss:
|
||||
title: Custom CSS/JavaScript
|
||||
message: |
|
||||
The contents will be attached to <style> and <script> tags.<br>
|
||||
- Here are some useful examples: <a href="https://github.com/bs-community/blessing-skin-server/wiki/Examples-of-custom-CSS-JavaScript">Examples of Custom CSS JavaScript @GitHub WiKi</a>
|
||||
- Here are some useful examples: <a href="https://blessing.netlify.com/css-js.html">Examples of Custom CSS & JavaScript</a>
|
||||
|
||||
custom_css: CSS
|
||||
custom_js: JavaScript
|
||||
|
@ -137,7 +137,7 @@ update:
|
||||
text: |
|
||||
请根据你的主机所在位置(国内/国外)选择更新源。
|
||||
如错选至相对于你的主机速度较慢的源,可能会造成检查与下载更新页面长时间无响应。
|
||||
如何更换更新源?<a target="_blank" href="https://github.com/bs-community/blessing-skin-server/wiki/%E6%9B%B4%E6%96%B0%E6%BA%90%E5%88%97%E8%A1%A8">点击了解详情</a>。
|
||||
如何更换更新源?<a target="_blank" href="https://blessing.netlify.com/update-sources.html">点击了解详情</a>。
|
||||
|
||||
download:
|
||||
downloading: 正在下载更新包
|
||||
|
@ -33,7 +33,7 @@ customJsCss:
|
||||
title: 自定义 CSS/JavaScript
|
||||
message: |
|
||||
内容将会被追加至每个页面的 <style> 和 <script> 标签中。<br>
|
||||
- 这里有一些有用的示例:<a href="https://github.com/bs-community/blessing-skin-server/wiki/添加自定义-CSS-与-JavaScript-代码的一些实例">「自定义 CSS JavaScript」功能的一些实例@GitHub WiKi</a>
|
||||
- 这里有一些有用的示例:<a href="https://blessing.netlify.com/css-js.html">「自定义 CSS JavaScript」功能的一些实例</a>
|
||||
|
||||
custom_css: CSS
|
||||
custom_js: JavaScript
|
||||
|
@ -81,4 +81,4 @@ wizard:
|
||||
|
||||
integrity-check:
|
||||
title: 安装不完全
|
||||
description: 由于某些神秘的原因,我们无法自动完成数据库的更新。<a target="_blank" href="https://github.com/bs-community/blessing-skin-server/wiki/%E6%89%8B%E5%8A%A8%E5%AE%89%E8%A3%85-Blessing-Skin#-%E5%8D%87%E7%BA%A7%E8%87%B3-bs-v350">了解详情</a>
|
||||
description: 由于某些神秘的原因,我们无法自动完成数据库的更新。
|
||||
|
Loading…
Reference in New Issue
Block a user