mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-19 03:09:14 +08:00
6 lines
82 B
TypeScript
6 lines
82 B
TypeScript
export default defineEventHandler(async () => {
|
|
return {
|
|
v: Version,
|
|
}
|
|
})
|