[PR #3310] [MERGED] web/frps: upgrade vue and element-plus #4721

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

📋 Pull Request Information

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

Base: devHead: dashboard


📝 Commits (1)

  • a05698a web/frps: upgrade vue and element-plus

📊 Changes

48 files changed (+4024 additions, -7408 deletions)

View changed files

assets/frps/static/535877f50039c0cb49a6196a5b7517cd.woff (+0 -0)
assets/frps/static/732389ded34cb9c52dd88271f1345af9.ttf (+0 -0)
assets/frps/static/index-4ce77078.css (+1 -0)
assets/frps/static/index-cd02d3b4.js (+74 -0)
📝 assets/frps/static/index.html (+16 -1)
assets/frps/static/manifest.js (+0 -1)
assets/frps/static/vendor.js (+0 -1)
web/frps/.babelrc (+0 -14)
web/frps/.eslintrc.cjs (+30 -0)
📝 web/frps/.gitignore (+26 -4)
web/frps/.prettierrc.json (+5 -0)
📝 web/frps/Makefile (+8 -2)
web/frps/README.md (+46 -0)
web/frps/auto-imports.d.ts (+5 -0)
web/frps/components.d.ts (+35 -0)
web/frps/env.d.ts (+1 -0)
web/frps/index.html (+14 -0)
📝 web/frps/package.json (+27 -37)
web/frps/postcss.config.js (+0 -5)
📝 web/frps/public/favicon.ico (+0 -0)

...and 28 more files

📄 Description

No description provided


🔄 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/3310 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 2/15/2023 **Status:** ✅ Merged **Merged:** 2/15/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `dashboard` --- ### 📝 Commits (1) - [`a05698a`](https://github.com/fatedier/frp/commit/a05698acc4cd832f9087126d6ba7e449b308e0b5) web/frps: upgrade vue and element-plus ### 📊 Changes **48 files changed** (+4024 additions, -7408 deletions) <details> <summary>View changed files</summary> ➖ `assets/frps/static/535877f50039c0cb49a6196a5b7517cd.woff` (+0 -0) ➖ `assets/frps/static/732389ded34cb9c52dd88271f1345af9.ttf` (+0 -0) ➕ `assets/frps/static/index-4ce77078.css` (+1 -0) ➕ `assets/frps/static/index-cd02d3b4.js` (+74 -0) 📝 `assets/frps/static/index.html` (+16 -1) ➖ `assets/frps/static/manifest.js` (+0 -1) ➖ `assets/frps/static/vendor.js` (+0 -1) ➖ `web/frps/.babelrc` (+0 -14) ➕ `web/frps/.eslintrc.cjs` (+30 -0) 📝 `web/frps/.gitignore` (+26 -4) ➕ `web/frps/.prettierrc.json` (+5 -0) 📝 `web/frps/Makefile` (+8 -2) ➕ `web/frps/README.md` (+46 -0) ➕ `web/frps/auto-imports.d.ts` (+5 -0) ➕ `web/frps/components.d.ts` (+35 -0) ➕ `web/frps/env.d.ts` (+1 -0) ➕ `web/frps/index.html` (+14 -0) 📝 `web/frps/package.json` (+27 -37) ➖ `web/frps/postcss.config.js` (+0 -5) 📝 `web/frps/public/favicon.ico` (+0 -0) _...and 28 more files_ </details> ### 📄 Description _No description provided_ --- <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:28 -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#4721
No description provided.