feat: new

This commit is contained in:
ex_zhangwenlei@exiot.cmcc
2024-01-06 00:53:50 +08:00
parent f66a1d2ae9
commit 4076bbe72e
27 changed files with 1094 additions and 158 deletions

View File

@@ -0,0 +1,16 @@
<script setup lang='ts'>
import useStore from '@/store'
const prizeConfig = useStore().prizeConfig
</script>
<template>
<div>
List
</div>
</template>
<style lang='scss' scoped>
</style>