This commit is contained in:
Korbs 2024-10-13 17:00:39 -04:00
parent c7ef8012aa
commit de5240a7f0
4 changed files with 7 additions and 10 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -32,24 +32,24 @@
"build": "astro build --config ./source/astro.js" "build": "astro build --config ./source/astro.js"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^3.1.6", "@astrojs/mdx": "^3.1.8",
"@astrojs/node": "^8.3.3", "@astrojs/node": "^8.3.4",
"@astrojs/vue": "^4.5.0", "@astrojs/vue": "^4.5.2",
"@iconoir/vue": "^7.9.0", "@iconoir/vue": "^7.9.0",
"@minpluto/zorn": "^0.4.5", "@minpluto/zorn": "^0.4.51",
"@nurodev/astro-bun": "^1.1.5", "@nurodev/astro-bun": "^1.1.5",
"@openpanel/sdk": "^1.0.0", "@openpanel/sdk": "^1.0.0",
"@supabase/supabase-js": "^2.45.4", "@supabase/supabase-js": "^2.45.4",
"@xexiu/astro-modal": "^0.5.9", "@xexiu/astro-modal": "^0.5.9",
"astro": "^4.15.6", "astro": "^4.16.2",
"astro-analytics": "^2.7.0", "astro-analytics": "^2.7.0",
"astro-i18next": "^1.0.0-beta.21", "astro-i18next": "^1.0.0-beta.21",
"astro-tooltips": "^0.6.2", "astro-tooltips": "^0.6.2",
"astro-useragent": "^4.0.2", "astro-useragent": "^4.0.2",
"rss-to-json": "^2.1.1", "rss-to-json": "^2.1.1",
"undici": "^6.19.8" "undici": "^6.20.0"
}, },
"devDependencies": { "devDependencies": {
"sass": "^1.78.0" "sass": "^1.79.5"
} }
} }

View file

@ -5,7 +5,6 @@ import {
} from '@utils/GetConfig' } from '@utils/GetConfig'
const InvidiousDataInfomation = await fetch(DEFAULT_MEDIA_DATA_PROXY + '/api/v1/stats').then((response) => response.json()); const InvidiousDataInfomation = await fetch(DEFAULT_MEDIA_DATA_PROXY + '/api/v1/stats').then((response) => response.json());
console.log(InvidiousDataInfomation)
--- ---

View file

@ -22,8 +22,6 @@ if(Creator.data.isLive == true) {
} else if(Creator.data.isLive == false) { } else if(Creator.data.isLive == false) {
var IsLive = false var IsLive = false
} }
console.log(Creator.data.isLive)
--- ---
<Base> <Base>