From 8301ededa6f851c9756eb138403889dfb22c6e06 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Mon, 7 Jul 2025 20:38:17 +0800 Subject: [PATCH] feat(stage-web): dynamic stage-web theme color Co-authored-by: Makito <5277268+sumimakito@users.noreply.github.com> --- .gitignore | 8 ++++++++ apps/stage-web/index.html | 9 +++++++++ apps/stage-web/package.json | 1 + .../src/components/Widgets/AnimatedWave.vue | 2 +- apps/stage-web/src/pages/index.vue | 19 ++++++++++++++++++- apps/stage-web/vite.config.ts | 9 ++++++++- cspell.config.yaml | 1 + pnpm-lock.yaml | 8 ++++++++ 8 files changed, 54 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ace4b51e9..9e604c19b 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,14 @@ apps/stage-web/public/assets/fonts/ *.ogg *.mp3 +# Credentials +cert*/ +*.pem +*.crt +*.cer +*.key +*.p12 + twitter-session.json # Make it easy for devenv users to override their local environment. diff --git a/apps/stage-web/index.html b/apps/stage-web/index.html index 2c925918b..664af94b5 100644 --- a/apps/stage-web/index.html +++ b/apps/stage-web/index.html @@ -8,7 +8,16 @@ + +