diff --git a/README-zh_CN.md b/README-zh_CN.md new file mode 100644 index 0000000..0b30fbe --- /dev/null +++ b/README-zh_CN.md @@ -0,0 +1,92 @@ +[![V-Bed by INN STUDIO](https://wx4.sinaimg.cn/large/686ee05dly1fzlg58htdkj20wp0gywgd.jpg)](https://wx4.sinaimg.cn/large/686ee05dly1fzlg58htdkj20wp0gywgd.jpg) + +# 😎 X 探针、刘海探针 + +> 这是一款 PHP 环境探针程序,它不仅可以十分直观地为您显示服务器的信息,而且最重要的是:它跟 📱 **iPhone X/XS/XS Max/XR** 一样有丑陋的刘海! + +[![Backers on Open Collective](https://opencollective.com/x-prober/backers/badge.svg)](#backers) +[![Sponsors on Open Collective](https://opencollective.com/x-prober/sponsors/badge.svg)](#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+ +- 浏览器兼容:IE9、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 + + + +## 支持者 + +感谢所有支持者 🙏 [[成为支持者](https://opencollective.com/x-prober#backer)] + + + +## 赞助 + +成为赞助商支持这个项目。 您的徽标将显示在此处,其中包含指向您网站的链接。[[成为赞助商](https://opencollective.com/x-prober#sponsor)] + + + + + + + + + + + + +## 计划的功能 + +- [ ] 添加温度探测。 +- [x] 通过使用 Poedit 来添加更多语言。 +- [x] 更详细的跑分结果。 +- [ ] 添加邮件发送测试。 +- [ ] 添加网速测试。 +- [x] 添加更多服务器跑分结果。 +- [ ] 添加 PING 功能。 diff --git a/README.md b/README.md index 3946797..aa1e91c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![V-Bed by INN STUDIO](https://wx4.sinaimg.cn/large/686ee05dly1fzlg58htdkj20wp0gywgd.jpg)](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: IE9/Chrome/Firefox/Edge -- OS support: Linux / Windows(basic) +- Browser support: IE9 / 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