Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: gkmas icon #62

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .env
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
VITE_ASSETS_SERVER=https://service.sc-viewer.top/convert/cache
VITE_NAME_SERVICE_SERVER=https://service.sc-viewer.top/name
VITE_VOICE_SERVICE_SERVER=https://service.sc-viewer.top/search-voices
VITE_BGM_SERVICE_SERVER=https://service.sc-viewer.top/search-bgm
# VITE_ASSETS_SERVER=https://service.sc-viewer.top/convert/cache
# VITE_NAME_SERVICE_SERVER=https://service.sc-viewer.top/name
# VITE_VOICE_SERVICE_SERVER=https://service.sc-viewer.top/search-voices
# VITE_BGM_SERVICE_SERVER=https://service.sc-viewer.top/search-bgm
VITE_GITHUB_RAW_PROXY=https://service.sc-viewer.top/raw
VITE_GITHUB_API_PROXY=https://service.sc-viewer.top/api
VITE_GITHUB_PROXY=https://service.sc-viewer.top/github
VITE_CUSTOM_SERVER=https://service.sc-viewer.top/custom
VITE_TRANSLATE_ENDPOINT=https://service.sc-viewer.top/translate

VITE_EVENT_VIEWER_SITE=https://event.sc-viewer.top
# VITE_EVENT_VIEWER_SITE=https://event.sc-viewer.top

VITE_TRANSLATION_INDEX_URL=https://raw.githubusercontent.com/biuuu/ShinyColors/gh-pages/story-path.json
VITE_TRANSLATION_DIR=https://github.com/ShinyGroup/SCTranslationData/blob/master/data/story
VITE_PRETRANSLATION_DIR=https://github.com/ShinyGroup/SCPreTranslationData/blob/main/data
VITE_TRANSLATION_INDEX_URL=https://raw.githubusercontent.com/imas-tools/gakuen-adapted-translation-data/main/index.json
VITE_TRANSLATION_DIR=https://github.com/imas-tools/gakuen-adapted-translation-data/blob/main
VITE_PRETRANSLATION_DIR=https://github.com/imas-tools/GakumasPreTranslation/blob/main/data

VITE_DEV_CLIENT_ID=160aaa1e1eaa7deebce9
VITE_DEV_CLIENT_SECRET=0a25442a292cad8db226fe4e363d3f858bb6cc90
VITE_DEV_CLIENT_ID=Ov23ctqTAWCvkNic3Z3I
VITE_DEV_CLIENT_SECRET=fe2303ab874a4a4d3ff70f80e43e043799c119f7
VITE_DEV_HOSTNAME=127.0.0.1
VITE_CLIENT_ID=d3fe73d4d944c0972530
VITE_CLIENT_SECRET=caff67d9071f6ef6db79ecdc1cab9b3a964489d7
VITE_HOSTNAME=sc-viewer.top
VITE_CLIENT_ID=Ov23ctwitftdiB4JfeDh
VITE_CLIENT_SECRET=6bc7d470391a525b3259113792ca936ba57cb33d
VITE_HOSTNAME=gkmas.sc-viewer.top
57 changes: 0 additions & 57 deletions .github/workflows/game-updates.yml

This file was deleted.

Loading