refactor: move web embeds to web/ directory

This commit is contained in:
fatedier
2026-01-27 02:49:20 +08:00
parent fb2c98e87b
commit b94a0caea6
26 changed files with 12629 additions and 6059 deletions

View File

@@ -6,6 +6,14 @@ jobs:
resource_class: large
steps:
- checkout
- run:
name: Build web assets (frps)
command: make install build
working_directory: web/frps
- run:
name: Build web assets (frpc)
command: make install build
working_directory: web/frpc
- run: make
- run: make alltest