mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 05:25:36 +07:00
feat: Add English plugin development guide, replacing the Indonesian version.
This commit is contained in:
@@ -28,11 +28,12 @@ Your `plugin.php` **must** start with a specific comment block. The Registry cra
|
|||||||
* Version: 1.0.0
|
* Version: 1.0.0
|
||||||
* Author: YourName
|
* Author: YourName
|
||||||
* Category: Hotspot Tools
|
* Category: Hotspot Tools
|
||||||
|
* Scope: Global
|
||||||
* Tags: theme, dark-mode, ui
|
* Tags: theme, dark-mode, ui
|
||||||
* Core Version: >=1.2.0
|
* Core Version: >=1.2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use App\Services\Hook;
|
use App\Core\Hooks;
|
||||||
|
|
||||||
// Plugin logic starts here...
|
// Plugin logic starts here...
|
||||||
```
|
```
|
||||||
@@ -41,7 +42,8 @@ use App\Services\Hook;
|
|||||||
- **Plugin Name**: Displayed title.
|
- **Plugin Name**: Displayed title.
|
||||||
- **Description**: Short summary (max 160 chars).
|
- **Description**: Short summary (max 160 chars).
|
||||||
- **Version**: SemVer format (e.g., `1.0.0`).
|
- **Version**: SemVer format (e.g., `1.0.0`).
|
||||||
- **Category**: One of: `Hotspot Tools`, `System Tools`, `Payment Gateway`, `Reports`.
|
- **Category**: One of: `Hotspot Tools`, `System Tools`, `Payment Gateway`, `Reports`, `Language Pack`.
|
||||||
|
- **Scope**: `Global` (available everywhere) or `Session` (specific to a router session).
|
||||||
- **Tags**: Comma-separated search keywords.
|
- **Tags**: Comma-separated search keywords.
|
||||||
|
|
||||||
## Release & Registry Rules
|
## Release & Registry Rules
|
||||||
|
|||||||
@@ -28,11 +28,12 @@ File `plugin.php` Anda **wajib** dimulai dengan blok komentar khusus. Crawler Re
|
|||||||
* Version: 1.0.0
|
* Version: 1.0.0
|
||||||
* Author: NamaAnda
|
* Author: NamaAnda
|
||||||
* Category: Hotspot Tools
|
* Category: Hotspot Tools
|
||||||
|
* Scope: Global
|
||||||
* Tags: theme, dark-mode, ui
|
* Tags: theme, dark-mode, ui
|
||||||
* Core Version: >=1.2.0
|
* Core Version: >=1.2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use App\Services\Hook;
|
use App\Core\Hooks;
|
||||||
|
|
||||||
// Logika plugin dimulai di sini...
|
// Logika plugin dimulai di sini...
|
||||||
```
|
```
|
||||||
@@ -41,7 +42,8 @@ use App\Services\Hook;
|
|||||||
- **Plugin Name**: Nama yang ditampilkan.
|
- **Plugin Name**: Nama yang ditampilkan.
|
||||||
- **Description**: Ringkasan pendek (maks 160 karakter).
|
- **Description**: Ringkasan pendek (maks 160 karakter).
|
||||||
- **Version**: Format SemVer (contoh: `1.0.0`).
|
- **Version**: Format SemVer (contoh: `1.0.0`).
|
||||||
- **Category**: Salah satu dari: `Hotspot Tools`, `System Tools`, `Payment Gateway`, `Reports`.
|
- **Category**: Salah satu dari: `Hotspot Tools`, `System Tools`, `Payment Gateway`, `Reports`, `Language Pack`.
|
||||||
|
- **Scope**: `Global` (tersedia di mana saja) atau `Session` (spesifik untuk sesi router).
|
||||||
- **Tags**: Kata kunci pencarian (dipisahkan koma).
|
- **Tags**: Kata kunci pencarian (dipisahkan koma).
|
||||||
|
|
||||||
## Aturan Rilis & Registry
|
## Aturan Rilis & Registry
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
[{"id":"plugin-mivo-theme","name":"Mivo Theme Downloader","description":"Allows downloading the Captive Portal theme with auto-configuration.","author":"DyzulkDev","version":"1.0.0","category":"Hotspot Tools","tags":["theme","downloader","hotspot","captive-portal"],"repo":"https://github.com/mivodev/plugin-mivo-theme","download":"https://github.com/mivodev/plugin-mivo-theme/releases/download/v1.0.0/plugin-mivo-theme.zip","readme":"/plugins/plugin-mivo-theme","updated_at":"2026-01-18T09:35:20Z"}]
|
|
||||||
Reference in New Issue
Block a user