fatedier 6d4d8e616d fix encryption and compresion in dashboard (#3682) hai 1 ano
..
public 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) %!s(int64=2) %!d(string=hai) anos
src 6d4d8e616d fix encryption and compresion in dashboard (#3682) hai 1 ano
.eslintrc.cjs 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) %!s(int64=2) %!d(string=hai) anos
.gitignore 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) %!s(int64=2) %!d(string=hai) anos
.prettierrc.json 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) %!s(int64=2) %!d(string=hai) anos
Makefile 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) %!s(int64=2) %!d(string=hai) anos
README.md fe8374e99b web/frpc: upgrade vue and element-plus (#3322) hai 1 ano
auto-imports.d.ts df12cc2b9d fix broken server api and dashboard info (#3662) hai 1 ano
components.d.ts 31f40aa913 web/frpc&frps: support dark mode (#3327) hai 1 ano
env.d.ts 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) %!s(int64=2) %!d(string=hai) anos
index.html 31f40aa913 web/frpc&frps: support dark mode (#3327) hai 1 ano
package.json 738c53ce47 web: fix el-popover bug (#3413) hai 1 ano
tsconfig.config.json 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) %!s(int64=2) %!d(string=hai) anos
tsconfig.json 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) %!s(int64=2) %!d(string=hai) anos
vite.config.ts 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) %!s(int64=2) %!d(string=hai) anos
yarn.lock 738c53ce47 web: fix el-popover bug (#3413) hai 1 ano

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