chore: 初始化项目仓库
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export default defineEventHandler(async () => {
|
||||
try {
|
||||
const raw = await $fetch<string>('https://keai.icu/apiwyy/api', { responseType: 'text' })
|
||||
return JSON.parse(raw as string)
|
||||
} catch {
|
||||
return null
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user