chore: delete file

This commit is contained in:
dyzulk
2026-01-18 18:27:07 +07:00
parent eb9627c54f
commit be49c01820
2 changed files with 0 additions and 66 deletions

View File

@@ -1,33 +0,0 @@
# Voucher Templates
MIVO features a powerful template engine to create beautiful, printable vouchers.
## <Icon name="FileCode" color="primary" /> Customizing Templates
Templates use HTML and specialized placeholders to display voucher data.
### Supported Variables
| `&#123;&#123;username&#125;&#125;` | User's login username |
| `&#123;&#123;password&#125;&#125;` | User's login password |
| `&#123;&#123;server_name&#125;&#125;` | Hotspot server name |
| `&#123;&#123;dns_name&#125;&#125;` | DNS name for login (e.g., `hotspot.lan`) |
| `&#123;&#123;profile&#125;&#125;` | User profile/package name |
| `&#123;&#123;price&#125;&#125;` | Plan price (formatted) |
| `&#123;&#123;validity&#125;&#125;` | Validity duration |
| `&#123;&#123;time_limit&#125;&#125;` | Time limit session |
| `&#123;&#123;data_limit&#125;&#125;` | Data quota limit |
| `&#123;&#123;ip_address&#125;&#125;` | User's IP address |
| `&#123;&#123;mac_address&#125;&#125;` | User's MAC address |
| `&#123;&#123;comment&#125;&#125;` | User comment |
| `&#123;&#123;copyright&#125;&#125;` | Copyright text |
| `&#123;&#123;qrcode&#125;&#125;` | Generates a QR Code for login URL |
> [!TIP]
> The `&#123;&#123;qrcode&#125;&#125;` variable supports custom attributes for styling, for example: `&#123;&#123;qrcode size=100 fg=red&#125;&#125;`.
- **Preview**: Test your template instantly from the editor.
## <Icon name="Printer" color="info" /> Quick Print
Once a template is saved, it becomes available in the **Quick Print** menu within your router sessions.

View File

@@ -1,33 +0,0 @@
# Template Voucher
MIVO memiliki engine template yang mumpuni untuk membuat voucher yang cantik dan siap cetak.
## <Icon name="FileCode" color="primary" /> Kustomisasi Template
Template menggunakan HTML dan placeholder khusus untuk menampilkan data voucher.
### Variabel yang Didukung
| `&#123;&#123;username&#125;&#125;` | Username login pengguna |
| `&#123;&#123;password&#125;&#125;` | Password login pengguna |
| `&#123;&#123;server_name&#125;&#125;` | Nama server hotspot |
| `&#123;&#123;dns_name&#125;&#125;` | Nama DNS untuk login (cth: `hotspot.lan`) |
| `&#123;&#123;profile&#125;&#125;` | Nama profil/paket pengguna |
| `&#123;&#123;price&#125;&#125;` | Harga paket (terformat) |
| `&#123;&#123;validity&#125;&#125;` | Durasi masa aktif |
| `&#123;&#123;time_limit&#125;&#125;` | Batas waktu sesi |
| `&#123;&#123;data_limit&#125;&#125;` | Batas kuota data |
| `&#123;&#123;ip_address&#125;&#125;` | Alamat IP pengguna |
| `&#123;&#123;mac_address&#125;&#125;` | Alamat MAC pengguna |
| `&#123;&#123;comment&#125;&#125;` | Komentar pengguna |
| `&#123;&#123;copyright&#125;&#125;` | Teks hak cipta |
| `&#123;&#123;qrcode&#125;&#125;` | Menghasilkan kode QR untuk URL login |
> [!TIP]
> Variabel `&#123;&#123;qrcode&#125;&#125;` mendukung atribut kustom untuk gaya, contohnya: `&#123;&#123;qrcode size=100 fg=red&#125;&#125;`.
- **Preview**: Uji template Anda secara instan dari editor.
## <Icon name="Printer" color="info" /> Cetak Cepat
Setelah template disimpan, template tersebut akan tersedia di menu **Cetak Cepat** (Quick Print) di dalam sesi router Anda.