Skip to content

Commit

Permalink
Added QR-code, custom error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-pain-bache committed Apr 22, 2024
1 parent e28e80e commit f741923
Show file tree
Hide file tree
Showing 8 changed files with 941 additions and 133 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
*
!_worker.js
!README.md
!README_fa.md
!CF优选反代IP(电脑版).zip
!CDN优选域名V23.8.18(电脑win64).exe
!docs/
!location.json
!location.json
!_worker.js
!docs/
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ This project is dedicated to developing a user panel for the [Cloudflare-workers
- **Pages** deployment
<br>

🌟 If you found **BPB Panel** valuable, Your donations make all the difference 🌟
- **USDT (TRC20):** `TUeGCozCNL1s5XqGkZ1DtKuCnugJaDnYcc`
- **Tezos (XTZ):** `tz1RSFQ8jDTZC2UZPwHy55D9XvfnW9KqfZb1`

## Features

1. **Free**: No cost involved.
Expand All @@ -39,15 +43,18 @@ This project is dedicated to developing a user panel for the [Cloudflare-workers
<br>

## Supported Clients
- **v2rayNG** (1.8.19 or higher)
- **v2rayN** (6.42 or higher)
- **Nekobox**
- **Sing-box** (1.8.10 or higher)
- **Streisand**
- **V2Box**
- **Shadowrocket**
- **Nekoray**
- **Hiddify**
| Client | Version | Fragment |
| :-------------: | :-------------: | :-------------: |
| **v2rayNG** | 1.8.19 or higher | :heavy_check_mark: |
| **v2rayN** | 6.42 or higher | :heavy_check_mark: |
| **Nekobox** | | :x: |
| **Sing-box** | 1.8.10 or higher | :x: |
| **Streisand** | | :heavy_check_mark: |
| **V2Box** | | :x: |
| **Shadowrocket** | | :x: |
| **Nekoray** | | :heavy_check_mark: |
| **Hiddify** | | :x: |


---

Expand Down
77 changes: 63 additions & 14 deletions README_fa.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
- راه‌اندازی با **Cloudflare Worker**
<br>

🌟 اگر پروژه‌ی **BPB Panel** براتون مفید بوده، حمایت شما مایه‌ی دلگرمی من هست 🌟
<ul dir="rtl">
<li><code>TUeGCozCNL1s5XqGkZ1DtKuCnugJaDnYcc</code> <strong>:USDT (TRC20)</strong></li>
<li><code>tz1RSFQ8jDTZC2UZPwHy55D9XvfnW9KqfZb1</code> <strong>:Tezos (XTZ)</strong></li>
</ul>

## ویژگی‌ها
<br>
<ol dir="rtl">
Expand All @@ -37,24 +43,67 @@
## نحوه‌ی راه‌اندازی، تنظیمات و استفاده
- [نصب به صورت Pages](docs/pages_installation_fa.md)
- [نصب به صورت Worker](docs/worker_installation_fa.md)
- [نحوه استفاده از پنل](docs/configuration.md)
- [نحوه استفاده از پنل](docs/configuration_fa.md)
- [پرسش‌های متداول (FAQ)](docs/faq.md)
<br>

## برنامه‌های پشتیبانی شده

<ul dir="rtl">
<li><b>v2rayNG</b> (1.8.19 و بالاتر)</li>
<li><b>v2rayN</b> (6.42 و بالاتر)</li>
<li><b>Nekobox</b></li>
<li><b>Sing-box</b> (1.8.10 و بالاتر)</li>
<li><b>Streisand</b></li>
<li><b>V2Box</b></li>
<li><b>Shadowrocket</b></li>
<li><b>Nekoray</b></li>
<li><b>Hiddify</b></li>
</ul>
<br>
<div dir="rtl">
<table>
<thead>
<th>برنامه</th>
<th>ورژن</th>
<th>فرکمنت</th>
</thead>
<tbody align="center">
<tr>
<td><b>v2rayNG</b></td>
<td>1.8.19 و بالاتر</td>
<td>✔️</td>
</tr>
<tr>
<td><b>v2rayN</b></td>
<td>6.42 و بالاتر</td>
<td>✔️</td>
</tr>
<tr>
<td><b>Nekobox</b></td>
<td></td>
<td>❌</td>
</tr>
<tr>
<td><b>Sing-box</b></td>
<td>1.8.10 و بالاتر</td>
<td>❌</td>
</tr>
<tr>
<td><b>Streisand</b></td>
<td></td>
<td>✔️</td>
</tr>
<tr>
<td><b>V2Box</b></td>
<td></td>
<td>❌</td>
</tr>
<tr>
<td><b>Shadowrocket</b></td>
<td></td>
<td>❌</td>
</tr>
<tr>
<td><b>Nekoray</b></td>
<td></td>
<td>✔️</td>
</tr>
<tr>
<td><b>Hiddify</b></td>
<td></td>
<td>❌</td>
</tr>
</tbody>
</table>
</div>

---
## تعداد ستاره‌ها به مرور زمان
Expand Down

0 comments on commit f741923

Please sign in to comment.