Files
archived-x-prober/README-zh_CN.md
2019-09-01 14:11:37 +08:00

93 lines
4.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[![X Prober preview](preview.jpg)](preview.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+
- 浏览器兼容:<del>IE9</del>、Chrome、Firefox、Edge、Android
- 系统兼容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 build`
- 通过浏览器访问 `./dist/prober.php`
- 进行 Pull Request。
## 参与翻译更多语言
- **Fork** 项目。
- 使用 [Poedit](https://poedit.net/) 通过 `./languages/js-language.pot` 语言模板来创建和翻译您的语言。
- 保存翻译语言文件 _例如`js-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] 添加更多服务器跑分结果。
- [x] 添加 PING 功能。