[PR #4305] [CLOSED] feat: Add XTCP page in dashboard for frps #4960

Closed
opened 2026-05-05 14:52:03 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4305
Author: @pangxincheng
Created: 6/26/2024
Status: Closed

Base: devHead: xtcp_dashboard


📝 Commits (1)

  • 5305a43 Add xtcp in dashboard for frps

📊 Changes

6 files changed (+55 additions, -20 deletions)

View changed files

📝 assets/frps/static/index-1T_Vz_yg.js (+19 -19)
📝 assets/frps/static/index.html (+1 -1)
📝 web/frps/components.d.ts (+1 -0)
📝 web/frps/src/App.vue (+1 -0)
web/frps/src/components/ProxiesXTCP.vue (+27 -0)
📝 web/frps/src/router/index.ts (+6 -0)

📄 Description

This pull request is used to resolve issue number #4285.
In this pull request,

  1. Added the ProxiesXTCP.vue and related modifications under web/frps
  2. Packaging the front-end project using npm run build
  3. Copy the packaged index.html and index-xxx.js to assets/frps

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/4305 **Author:** [@pangxincheng](https://github.com/pangxincheng) **Created:** 6/26/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `xtcp_dashboard` --- ### 📝 Commits (1) - [`5305a43`](https://github.com/fatedier/frp/commit/5305a43305070a3a126128a9bd1e513016490eef) Add xtcp in dashboard for frps ### 📊 Changes **6 files changed** (+55 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `assets/frps/static/index-1T_Vz_yg.js` (+19 -19) 📝 `assets/frps/static/index.html` (+1 -1) 📝 `web/frps/components.d.ts` (+1 -0) 📝 `web/frps/src/App.vue` (+1 -0) ➕ `web/frps/src/components/ProxiesXTCP.vue` (+27 -0) 📝 `web/frps/src/router/index.ts` (+6 -0) </details> ### 📄 Description This pull request is used to resolve issue number #4285. In this pull request, 1. Added the `ProxiesXTCP.vue` and related modifications under `web/frps` 2. Packaging the front-end project using `npm run build` 3. Copy the packaged `index.html` and `index-xxx.js` to `assets/frps` <!-- author to complete --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:52:03 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4960
No description provided.