mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-12 22:31:40 +08:00
update to 10.0.1
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"APP_VERSION": "10.0.0",
|
||||
"APP_VERSION": "10.0.1",
|
||||
"APP_NAME": "X Prober",
|
||||
"APP_URL": "https://github.com/kmvan/x-prober",
|
||||
"AUTHOR_URL": "https://inn-studio.com/prober",
|
||||
|
||||
+1068
-491
File diff suppressed because it is too large
Load Diff
@@ -1,13 +1,14 @@
|
||||
[](screenshots/preview.webp)
|
||||
|
||||
- [简体中文](README-zh_CN.md)
|
||||
- [繁体體中文(中國臺灣)](README-zh_TW.md)
|
||||
- [繁体體中文(中國香港)](README-zh_HK.md)
|
||||
- [繁體中文(中國臺灣)](README-zh_TW.md)
|
||||
- [繁體中文(中國香港)](README-zh_HK.md)
|
||||
- [日本語](README-jp.md)
|
||||
|
||||
# 😎 X Prober, Notch Prober
|
||||
|
||||
> A PHP environment probe program that not only displays server information intuitively.
|
||||
> A PHP environment probe program that not only displays server information
|
||||
> intuitively.
|
||||
|
||||
[](#backers)
|
||||
[](#sponsors)
|
||||
@@ -23,7 +24,9 @@
|
||||
|
||||
## Download & Usage
|
||||
|
||||
- Click [INN Download Node](https://api.inn-studio.com/download?id=xprober) or [GitHub Node](https://github.com/kmvan/x-prober/raw/master/dist/prober.php) to download the probe file
|
||||
- Click [INN Download Node](https://api.inn-studio.com/download?id=xprober) or
|
||||
[GitHub Node](https://github.com/kmvan/x-prober/raw/master/dist/prober.php) to
|
||||
download the probe file
|
||||
- You'll get a single file. Rename it to `x.php` and upload to your server
|
||||
- Access via browser: `your-domain/x.php`
|
||||
|
||||
@@ -44,7 +47,8 @@
|
||||
2. Fetch your repository
|
||||
3. Install npm modules: `$ npx pnpm i`
|
||||
4. Install composer: `$ composer install && composer dumpautoload -o`
|
||||
5. Generate multilingual files: `$ npm run lang` to rebuild `./languages/lang.pot` template
|
||||
5. Generate multilingual files: `$ npm run lang` to rebuild
|
||||
`./languages/lang.pot` template
|
||||
6. Start PHP backend: `$ npx pnpm dev:php`
|
||||
7. Start Vite frontend: `$ npx pnpm dev`
|
||||
8. Access: `http://localhost:5173/`
|
||||
@@ -73,15 +77,19 @@
|
||||
|
||||
## Backers
|
||||
|
||||
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/x-prober#backer)]
|
||||
Thank you to all our backers! 🙏
|
||||
[[Become a backer](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>
|
||||
|
||||
## Sponsors
|
||||
|
||||
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/x-prober#sponsor)]
|
||||
Support this project by becoming a sponsor. Your logo will show up here with a
|
||||
link to your website.
|
||||
[[Become a sponsor](https://opencollective.com/x-prober#sponsor)]
|
||||
|
||||
- Thanks to [VPSPlayer.com](https://vpsplayer.com/aff.php?aff=50) - Jan 16, 2021 - ¥199
|
||||
- Thanks to [VPSPlayer.com](https://vpsplayer.com/aff.php?aff=50) - Jan 16,
|
||||
2021 - ¥199
|
||||
- Thanks to 1529\*\*\*576 - Apr 4, 2019 – ¥150
|
||||
- Thanks to [Vultr.com](https://www.vultr.com/?ref=7256513) - Mar 13, 2019 - $50
|
||||
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"APP_VERSION": "10.0.0",
|
||||
"APP_VERSION": "10.0.1",
|
||||
"APP_NAME": "X Prober",
|
||||
"APP_URL": "https://github.com/kmvan/x-prober",
|
||||
"AUTHOR_URL": "https://inn-studio.com/prober",
|
||||
|
||||
Vendored
+6
-6
File diff suppressed because one or more lines are too long
@@ -9,7 +9,7 @@ namespace InnStudio\Prober\Components\Config;
|
||||
class ConfigApi
|
||||
{
|
||||
public static $config = array (
|
||||
'APP_VERSION' => '10.0.0',
|
||||
'APP_VERSION' => '10.0.1',
|
||||
'APP_NAME' => 'X Prober',
|
||||
'APP_URL' => 'https://github.com/kmvan/x-prober',
|
||||
'AUTHOR_URL' => 'https://inn-studio.com/prober',
|
||||
|
||||
Reference in New Issue
Block a user