feat: 初始化项目需求目录及页面文件

This commit is contained in:
lilinyuan
2024-05-09 16:14:48 +08:00
parent bfe24e1207
commit 0e0d206cc7
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<template>
<div>
需求征集
</div>
</template>
<script setup lang="jsx">
</script>
<style lang="scss" scoped>
</style>

View File

@@ -0,0 +1,13 @@
<template>
<div>
需求汇总
</div>
</template>
<script setup lang="jsx">
</script>
<style lang="scss" scoped>
</style>