fatedier 3529158f31 proxy supports configuring annotations, which will be displayed in the frps dashboard (#4000) il y a 11 mois
..
public 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) il y a 2 ans
src 3529158f31 proxy supports configuring annotations, which will be displayed in the frps dashboard (#4000) il y a 11 mois
.eslintrc.cjs 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) il y a 2 ans
.gitignore 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) il y a 2 ans
.prettierrc.json 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) il y a 2 ans
Makefile 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) il y a 2 ans
README.md fe8374e99b web/frpc: upgrade vue and element-plus (#3322) il y a 1 an
auto-imports.d.ts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) il y a 1 an
components.d.ts 3529158f31 proxy supports configuring annotations, which will be displayed in the frps dashboard (#4000) il y a 11 mois
env.d.ts 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) il y a 2 ans
index.html 31f40aa913 web/frpc&frps: support dark mode (#3327) il y a 1 an
package.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) il y a 1 an
tsconfig.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) il y a 1 an
tsconfig.node.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) il y a 1 an
vite.config.mts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) il y a 1 an
yarn.lock b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) il y a 1 an

README.md

frps-dashboard

Project Setup

yarn install

Compile and Hot-Reload for Development

make dev

Type-Check, Compile and Minify for Production

make build

Lint with ESLint

make lint