Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Latest commit

 

History

History
57 lines (38 loc) · 1.07 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.07 KB

Deprected

This project has been migrated to the main repo: https://github.com/PBH-BTN/PeerBanHelper

pbh-fe

This is a alternative WebUI of the PeerBanHelper, based on modern front-end stacks.

Quick preview: https://pbh.u2b.eu

API Doc: https://apifox.com/apidoc/shared-b24f42a4-67f5-402a-900d-9fad3ae9917b

Feature

  • Custom Endpoint
  • Ban List
  • Ban Logs
  • Auto Refresh
  • Client Status
  • Max-ban list with search
  • Manage rule subscription

Screenshots

How to contribute

This project using Vue 3 + Arco Design

Project Setup

You are supposed to use pnpm to manage the dependencies.

pnpm install

Compile and Hot-Reload for Development

pnpm run dev

Type-Check, Compile and Minify for Production

pnpm run build

Lint with ESLint

pnpm run lint