This website works better with JavaScript
首頁
探索
說明
登入
txlyre
/
3x-ui
镜像来自
https://github.com/MHSanaei/3x-ui
關注
1
讚好
0
複刻
0
檔案
問題管理
0
Wiki
目錄樹:
19e88c4610
分支列表
標籤列表
main
v3.1.0
v3.0.2
v3.0.1
v3.0.0
v2.9.4
v2.9.3
v2.9.2
v2.9.1
v2.9.0
v2.8.11
v2.8.10
v2.8.9
v2.8.8
v2.8.7
v2.8.6
v2.8.5
v2.8.4
v2.8.3
v2.8.1
v2.8.0
v2.7.0
v2.6.8
v2.8.2
v2.6.7
v2.6.6
v2.6.5
v2.6.3
v2.6.2
v2.6.1
v2.6.0
v2.5.8
v2.5.7
v2.5.6
v2.5.5
v2.5.4
v2.5.3
v2.5.2
v2.5.1
v2.5.0
v2.4.11
v2.4.10
v2.4.9
v2.4.8
v2.4.7
v2.4.6
v2.4.5
v2.4.4
v2.4.3
v2.4.2
v2.4.1
v2.4.0
v2.3.15
v2.3.14
v2.3.13
v2.3.12
v2.3.11
v2.3.10
v2.3.9
v2.3.8
v2.3.7
v2.3.6
v2.3.5
v2.3.4
v2.3.3
v2.3.1
v2.3.0
v2.2.8
v2.2.7
v2.2.6
v2.2.5
v2.2.1
v2.2.0
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.2
v2.0.1
v2.0.0
v1.7.9
v1.7.8
v1.7.7
v1.7.6
v1.7.5
v1.7.1
v1.7.0
v1.6.1
v1.6.0
v1.5.0
v1.4.6
v1.4.5
v1.4.1
v1.4.0
v1.3.4
v1.3.3
v1.3.2
v1.3.0
v1.2.8
v1.2.7
v1.2.6
v1.2.4
v1.2.3
v1.2.2
v1.2.0
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.0.9
v1.1.1
v1.1.0
v1.0.8
3x-ui
/
.github
/
pull_request_template.md
pull_request_template.md
1.7 KB
文件歷史
原始文件
Summary
Why
Type of change
Bug fix
New feature
Refactoring (no behavior change)
Documentation
Tests only
Build / CI / tooling
Other
Areas affected
Frontend (UI / panel pages)
Backend (API endpoints, login, settings)
Xray config generation
Subscription (share links / Clash / JSON)
Statistics / traffic counters
Database / migrations
Install / upgrade script
Docker image
Multi-node (sub-nodes)
Telegram bot
How was this tested?
Screenshots / recordings
Breaking changes
Checklist
I tested the change locally and confirmed the described behavior.
I added or updated tests for the new behavior (when applicable).
go build ./...
and the test suite pass locally.
For frontend changes:
npm run lint
,
npm run typecheck
, and
npm run build
pass.
I updated the Wiki / README / API docs if user-facing behavior changed.
My commits follow the project's existing message style.
I have no unrelated changes mixed into this PR.