add dark mode

This commit is contained in:
layyback 2023-03-26 22:37:35 +08:00
parent 39f511e548
commit d5a532218a

View File

@ -50,10 +50,9 @@ jobs:
yarn global add @vue/cli
- name: Build feature
run: |
cd ./feature
yarn
npm run build
with:
path: ./feature
- name: Build & release app
run: |
npm run release