fatedier f3a71bc08f show tcpmux proxies on the frps dashboard (#4152) преди 8 месеца
..
public 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) преди 1 година
src f3a71bc08f show tcpmux proxies on the frps dashboard (#4152) преди 8 месеца
.eslintrc.cjs 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) преди 1 година
.gitignore 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) преди 1 година
.prettierrc.json 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) преди 1 година
Makefile 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) преди 1 година
README.md fe8374e99b web/frpc: upgrade vue and element-plus (#3322) преди 1 година
auto-imports.d.ts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) преди 10 месеца
components.d.ts f3a71bc08f show tcpmux proxies on the frps dashboard (#4152) преди 8 месеца
env.d.ts 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) преди 1 година
index.html 31f40aa913 web/frpc&frps: support dark mode (#3327) преди 1 година
package.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) преди 10 месеца
tsconfig.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) преди 10 месеца
tsconfig.node.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) преди 10 месеца
vite.config.mts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) преди 10 месеца
yarn.lock b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) преди 10 месеца

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