mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-13 01:59:26 +08:00
add zh_CN version for readme
This commit is contained in:
@@ -0,0 +1,92 @@
|
||||
[](https://wx4.sinaimg.cn/large/686ee05dly1fzlg58htdkj20wp0gywgd.jpg)
|
||||
|
||||
# 😎 X 探针、刘海探针
|
||||
|
||||
> 这是一款 PHP 环境探针程序,它不仅可以十分直观地为您显示服务器的信息,而且最重要的是:它跟 📱 **iPhone X/XS/XS Max/XR** 一样有丑陋的刘海!
|
||||
|
||||
[](#backers)
|
||||
[](#sponsors)
|
||||
|
||||
## 开源协议
|
||||
|
||||
- GPL-v2
|
||||
|
||||
## 线上演示
|
||||
|
||||
- [https://prober.inn-studio.com](https://prober.inn-studio.com)
|
||||
- [https://tz.inn-studio.com](https://tz.inn-studio.com) (同上)
|
||||
|
||||
## 下载与使用
|
||||
|
||||
- 点击 [https://api.inn-studio.com/download?id=xprober](https://api.inn-studio.com/download?id=xprober) 下载。
|
||||
- 您将会得到一个文件,命名为 `x.php` 并上传到您的服务器上。
|
||||
- 通过浏览器访问 `x.php` 即可。
|
||||
|
||||
## 环境需求
|
||||
|
||||
- 编译环境:PHP 7.3+
|
||||
- 运行环境:PHP 5.3+
|
||||
- 浏览器兼容:<del>IE9</del>、Chrome、Firefox、Edge
|
||||
- 系统兼容:Linux、Windows(基础功能)
|
||||
|
||||
## 开发指引
|
||||
|
||||
- 星标和 Fork。
|
||||
- Fetch 您的仓库。
|
||||
- 安装 npm 模块:`$ npm install`。
|
||||
- 监听脚本:`$ npm run dev`。
|
||||
- 安装 composer:`$ composer install && composer dumpautoload -o`。
|
||||
- 编译 **开发环境**:`$ php ./Make.php dev`。
|
||||
- 编译 **生产环境**: `$ npm run build && php ./Make.php`。
|
||||
- 通过浏览器访问 `./dist/prober.php`。
|
||||
- 进行 Pull Request。
|
||||
|
||||
## 参与翻译更多语言
|
||||
|
||||
- **Fork** 项目。
|
||||
- 使用 [Poedit](https://poedit.net/) 通过 `./languages/language.pot` 语言模板来创建和翻译您的语言。
|
||||
- 保存翻译语言文件 *(例如:`en_US.po`)* 到 `./languages` 目录里面。
|
||||
- 添加您的称呼到贡献者名单里面。
|
||||
- 进行 Pull Request,十分感谢。😘
|
||||
|
||||
## 给予参与贡献者的备注
|
||||
|
||||
- 您的 PHP 代码需要兼容 PHP5.3+ 环境。
|
||||
|
||||
## 贡献者名单
|
||||
|
||||
- Km.Van https://inn-studio.com
|
||||
- Jack Cherng https://github.com/jfcherng
|
||||
|
||||
<a href="https://github.com/kmvan/x-prober/graphs/contributors"><img src="https://opencollective.com/x-prober/contributors.svg?width=890&button=false" /></a>
|
||||
|
||||
## 支持者
|
||||
|
||||
感谢所有支持者 🙏 [[成为支持者](https://opencollective.com/x-prober#backer)]
|
||||
|
||||
<a href="https://opencollective.com/x-prober#backers" target="_blank"><img src="https://opencollective.com/x-prober/backers.svg?width=890"></a>
|
||||
|
||||
## 赞助
|
||||
|
||||
成为赞助商支持这个项目。 您的徽标将显示在此处,其中包含指向您网站的链接。[[成为赞助商](https://opencollective.com/x-prober#sponsor)]
|
||||
|
||||
<a href="https://opencollective.com/x-prober/sponsor/0/website" target="_blank"><img src="https://opencollective.com/x-prober/sponsor/0/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/x-prober/sponsor/1/website" target="_blank"><img src="https://opencollective.com/x-prober/sponsor/1/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/x-prober/sponsor/2/website" target="_blank"><img src="https://opencollective.com/x-prober/sponsor/2/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/x-prober/sponsor/3/website" target="_blank"><img src="https://opencollective.com/x-prober/sponsor/3/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/x-prober/sponsor/4/website" target="_blank"><img src="https://opencollective.com/x-prober/sponsor/4/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/x-prober/sponsor/5/website" target="_blank"><img src="https://opencollective.com/x-prober/sponsor/5/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/x-prober/sponsor/6/website" target="_blank"><img src="https://opencollective.com/x-prober/sponsor/6/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/x-prober/sponsor/7/website" target="_blank"><img src="https://opencollective.com/x-prober/sponsor/7/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/x-prober/sponsor/8/website" target="_blank"><img src="https://opencollective.com/x-prober/sponsor/8/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/x-prober/sponsor/9/website" target="_blank"><img src="https://opencollective.com/x-prober/sponsor/9/avatar.svg"></a>
|
||||
|
||||
## 计划的功能
|
||||
|
||||
- [ ] 添加温度探测。
|
||||
- [x] 通过使用 Poedit 来添加更多语言。
|
||||
- [x] 更详细的跑分结果。
|
||||
- [ ] 添加邮件发送测试。
|
||||
- [ ] 添加网速测试。
|
||||
- [x] 添加更多服务器跑分结果。
|
||||
- [ ] 添加 PING 功能。
|
||||
@@ -1,5 +1,7 @@
|
||||
[](https://wx4.sinaimg.cn/large/686ee05dly1fzlg58htdkj20wp0gywgd.jpg)
|
||||
|
||||
* [Simplified Chinese | 简体中文](README-zh_CN.md)
|
||||
|
||||
# 😎 X Prober
|
||||
|
||||
> This is a prober program for **PHP environment**. It can show your server information and readable easily.
|
||||
@@ -28,8 +30,8 @@ And the most important thing is that it's like 📱 **iPhone X/XS/XS Max/XR** !
|
||||
|
||||
- Compile environment: PHP 7.3+
|
||||
- Production environment: PHP 5.3+
|
||||
- Browser support: <del>IE9</del>/Chrome/Firefox/Edge
|
||||
- OS support: Linux / Windows(basic)
|
||||
- Browser support: <del>IE9</del> / Chrome / Firefox / Edge
|
||||
- OS support: Linux / Windows(basic features)
|
||||
|
||||
## For development
|
||||
|
||||
@@ -37,7 +39,7 @@ And the most important thing is that it's like 📱 **iPhone X/XS/XS Max/XR** !
|
||||
- Fetch your project.
|
||||
- Install node modules: `$ npm install`.
|
||||
- Watch scripts: `$ npm run dev`.
|
||||
- Generate composer vendor: `$ composer dumpautoload -o`.
|
||||
- Generate composer vendor: `$ composer install && composer dumpautoload -o`.
|
||||
- Compile **development**: `$ php ./Make.php dev`.
|
||||
- Compile **production**: `$ npm run build && php ./Make.php`.
|
||||
- Access `./dist/prober.php` from HTTP browser.
|
||||
@@ -88,10 +90,10 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
|
||||
|
||||
- [ ] Temperature sensor.
|
||||
- [x] More languages with Poedit.
|
||||
- [ ] Detail benchmark result.
|
||||
- [x] Detail benchmark result.
|
||||
- [ ] Add Email send testing.
|
||||
- [ ] Add network speed testing.
|
||||
- [ ] Add more servers benchmark.
|
||||
- [x] Add more servers benchmark.
|
||||
- [ ] Add PING feature.
|
||||
|
||||
## Keywords
|
||||
|
||||
Reference in New Issue
Block a user