Haotian Zou f63b4d5c29 fix: change absolute path to relative path (#4038) před 11 měsíci
..
public 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) před 2 roky
src f63b4d5c29 fix: change absolute path to relative path (#4038) před 11 měsíci
.eslintrc.cjs 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) před 2 roky
.gitignore 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) před 2 roky
.prettierrc.json 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) před 2 roky
Makefile 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) před 2 roky
README.md fe8374e99b web/frpc: upgrade vue and element-plus (#3322) před 1 rokem
auto-imports.d.ts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) před 1 rokem
components.d.ts 3529158f31 proxy supports configuring annotations, which will be displayed in the frps dashboard (#4000) před 11 měsíci
env.d.ts 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) před 2 roky
index.html 31f40aa913 web/frpc&frps: support dark mode (#3327) před 1 rokem
package.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) před 1 rokem
tsconfig.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) před 1 rokem
tsconfig.node.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) před 1 rokem
vite.config.mts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) před 1 rokem
yarn.lock b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) před 1 rokem

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