前端重构

This commit is contained in:
2023-02-03 00:21:17 +08:00
parent 2fdff3cb33
commit 3c6d8df6d6
31 changed files with 4649 additions and 705 deletions

View File

@@ -18,7 +18,15 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'yarn'
cache-dependency-path: frontend
- name: Build Frontend
run: |
make assets
- name: Build Yggdrasil Server
uses: crazy-max/ghaction-xgo@v2
with: