update
This commit is contained in:
parent
c7ef8012aa
commit
de5240a7f0
4 changed files with 7 additions and 10 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
14
package.json
14
package.json
|
@ -32,24 +32,24 @@
|
|||
"build": "astro build --config ./source/astro.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^3.1.6",
|
||||
"@astrojs/node": "^8.3.3",
|
||||
"@astrojs/vue": "^4.5.0",
|
||||
"@astrojs/mdx": "^3.1.8",
|
||||
"@astrojs/node": "^8.3.4",
|
||||
"@astrojs/vue": "^4.5.2",
|
||||
"@iconoir/vue": "^7.9.0",
|
||||
"@minpluto/zorn": "^0.4.5",
|
||||
"@minpluto/zorn": "^0.4.51",
|
||||
"@nurodev/astro-bun": "^1.1.5",
|
||||
"@openpanel/sdk": "^1.0.0",
|
||||
"@supabase/supabase-js": "^2.45.4",
|
||||
"@xexiu/astro-modal": "^0.5.9",
|
||||
"astro": "^4.15.6",
|
||||
"astro": "^4.16.2",
|
||||
"astro-analytics": "^2.7.0",
|
||||
"astro-i18next": "^1.0.0-beta.21",
|
||||
"astro-tooltips": "^0.6.2",
|
||||
"astro-useragent": "^4.0.2",
|
||||
"rss-to-json": "^2.1.1",
|
||||
"undici": "^6.19.8"
|
||||
"undici": "^6.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass": "^1.78.0"
|
||||
"sass": "^1.79.5"
|
||||
}
|
||||
}
|
|
@ -5,7 +5,6 @@ import {
|
|||
} from '@utils/GetConfig'
|
||||
|
||||
const InvidiousDataInfomation = await fetch(DEFAULT_MEDIA_DATA_PROXY + '/api/v1/stats').then((response) => response.json());
|
||||
console.log(InvidiousDataInfomation)
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -22,8 +22,6 @@ if(Creator.data.isLive == true) {
|
|||
} else if(Creator.data.isLive == false) {
|
||||
var IsLive = false
|
||||
}
|
||||
|
||||
console.log(Creator.data.isLive)
|
||||
---
|
||||
|
||||
<Base>
|
||||
|
|
Reference in a new issue