Dustella 4fc70895fa
Some checks are pending
Test / build (lts/*, ubuntu-latest) (push) Waiting to run
Test / build (lts/*, windows-latest) (push) Waiting to run
refactor: routes
2025-02-20 14:55:37 +08:00

15 lines
242 B
Vue

<route lang="json">
{
"meta": {
"title": "流星雷达",
"description": "潮汐波统计",
"group": "流星雷达",
"item_name": "潮汐波统计"
}
}
</route>
<template>
<RadarSingle wave-type="潮汐波" />
</template>