feat: scaffold Vue3 Element Plus frontend with mobile base

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
肉末
2026-07-14 13:01:21 +08:00
parent c92bcb0074
commit 81d6b377c7
23 changed files with 2530 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<script setup lang="ts">
</script>
<template>
<div>
<h2>内容详情</h2>
<p>详情页占位</p>
</div>
</template>