PinPuYi.vue
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 3m24s
/ playwright (push) Successful in 1m23s
/ surge (push) Successful in 2m43s
/ lint-build-and-check (push) Successful in 5m25s

This commit is contained in:
严浩
2025-04-25 16:49:26 +08:00
parent e10538baca
commit 1c73834dc8
2 changed files with 65 additions and 10 deletions

View File

@ -6,7 +6,7 @@ definePage({ meta: { title: '频谱仪', hidden: !$__DEV__ } });
</script>
<template>
<template v-if="$__DEV__">
<template v-if="true">
<PinPuYi />
</template>
<template v-else> 🤡 </template>