feat: 新增代码生成菜单和空页面

This commit is contained in:
ray
2024-07-13 08:55:13 +08:00
parent 57c866f42f
commit b322428830
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<template>
<div class="app-container">
<el-alert type="info" show-icon class="text-lg font-bold">
前后端代码生成器开发中敬请期待...
</el-alert>
</div>
</template>
<script setup lang="ts">
defineOptions({
name: "Generator",
});
</script>
<style lang="scss" scoped></style>