Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snakem982/pandora-box
A Simple Mihomo GUI.
https://github.com/snakem982/pandora-box
crawler gui linux mac mihomo windows
Last synced: 2 days ago
JSON representation
A Simple Mihomo GUI.
- Host: GitHub
- URL: https://github.com/snakem982/pandora-box
- Owner: snakem982
- License: gpl-3.0
- Created: 2023-11-07T15:12:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T06:04:30.000Z (9 days ago)
- Last Synced: 2025-01-20T08:02:08.373Z (2 days ago)
- Topics: crawler, gui, linux, mac, mihomo, windows
- Language: Go
- Homepage:
- Size: 20.5 MB
- Stars: 421
- Watchers: 8
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pandora-Box
A Simple Mihomo GUI.
## Introduction
- [English](docs/README.md)
- [中文](docs/README-CN.md)## Build
1、Build Environment
- Node.js [link](https://nodejs.org/en)
- Go [link](https://go.dev/)
- Wails [link](https://wails.io/) :`go install github.com/wailsapp/wails/v2/cmd/wails@latest`2、Pull and Build
```bash
git clone https://github.com/snakem982/Pandora-Box.gitcd Pandora-Box/frontend
npm install
npm run build
cd ..
wails build -tags with_gvisor
```## Commit Submission Specification
```yaml
feat: 新功能(feature)
fix: 修补bug
docs: 文档(documentation)
style: 格式(不影响代码运行的变动)
refactor: 重构(即不是新增功能,也不是修改bug的代码变动)
chore: 构建过程或辅助工具的变动
revert: 撤销,版本回退
perf: 性能优化
test: 测试
improvement: 改进
build: 打包
ci: 持续集成
```