feat: add picture mode

This commit is contained in:
葛胤池 2022-12-10 19:45:54 +08:00
parent 6f0e62b54d
commit 70044eb6c0
21 changed files with 663 additions and 371 deletions

5
config/index.js Normal file
View file

@ -0,0 +1,5 @@
const SESSION_TOKEN = ''
export const Config = {
token: SESSION_TOKEN
}