[PR #3327] [MERGED] web/frpc&frps: support dark mode #4724

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3327
Author: @fatedier
Created: 2/22/2023
Status: Merged
Merged: 2/22/2023
Merged by: @fatedier

Base: devHead: dashboard


📝 Commits (1)

  • 1e84151 web/frpc&frps: support dark mode

📊 Changes

19 files changed (+224 additions, -127 deletions)

View changed files

assets/frpc/static/index-26827c97.css (+0 -1)
assets/frpc/static/index-a2ed7ed4.js (+32 -0)
assets/frpc/static/index-aa3c7267.css (+1 -0)
assets/frpc/static/index-fec891f3.js (+0 -32)
📝 assets/frpc/static/index.html (+2 -2)
assets/frps/static/index-2a8cf2f5.js (+0 -74)
📝 assets/frps/static/index-7b4711f8.css (+1 -1)
assets/frps/static/index-b8250b3f.js (+74 -0)
📝 assets/frps/static/index.html (+3 -3)
📝 web/frpc/components.d.ts (+1 -0)
📝 web/frpc/src/App.vue (+46 -5)
web/frpc/src/assets/dark.css (+5 -0)
📝 web/frpc/src/main.ts (+2 -1)
📝 web/frps/components.d.ts (+1 -0)
📝 web/frps/index.html (+1 -1)
📝 web/frps/src/App.vue (+46 -5)
web/frps/src/assets/dark.css (+5 -0)
📝 web/frps/src/components/ServerOverview.vue (+2 -2)
📝 web/frps/src/main.ts (+2 -0)

📄 Description

Fix #2716


🔄 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/3327 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 2/22/2023 **Status:** ✅ Merged **Merged:** 2/22/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `dashboard` --- ### 📝 Commits (1) - [`1e84151`](https://github.com/fatedier/frp/commit/1e8415198768048a5c4b08dfcb9d55ceb09e2c49) web/frpc&frps: support dark mode ### 📊 Changes **19 files changed** (+224 additions, -127 deletions) <details> <summary>View changed files</summary> ➖ `assets/frpc/static/index-26827c97.css` (+0 -1) ➕ `assets/frpc/static/index-a2ed7ed4.js` (+32 -0) ➕ `assets/frpc/static/index-aa3c7267.css` (+1 -0) ➖ `assets/frpc/static/index-fec891f3.js` (+0 -32) 📝 `assets/frpc/static/index.html` (+2 -2) ➖ `assets/frps/static/index-2a8cf2f5.js` (+0 -74) 📝 `assets/frps/static/index-7b4711f8.css` (+1 -1) ➕ `assets/frps/static/index-b8250b3f.js` (+74 -0) 📝 `assets/frps/static/index.html` (+3 -3) 📝 `web/frpc/components.d.ts` (+1 -0) 📝 `web/frpc/src/App.vue` (+46 -5) ➕ `web/frpc/src/assets/dark.css` (+5 -0) 📝 `web/frpc/src/main.ts` (+2 -1) 📝 `web/frps/components.d.ts` (+1 -0) 📝 `web/frps/index.html` (+1 -1) 📝 `web/frps/src/App.vue` (+46 -5) ➕ `web/frps/src/assets/dark.css` (+5 -0) 📝 `web/frps/src/components/ServerOverview.vue` (+2 -2) 📝 `web/frps/src/main.ts` (+2 -0) </details> ### 📄 Description Fix #2716 --- <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:47:32 -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#4724
No description provided.