upload project source code

This commit is contained in:
2026-04-30 18:49:43 +08:00
commit 9b394ba682
2277 changed files with 660945 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<template>
<view class="h-full flex flex-col items-center justify-center bg-[#fdfbf7] text-[#2c2c2c] font-serif relative overflow-hidden">
<view class="absolute inset-0 opacity-10 pointer-events-none bg-[url('https://www.transparenttextures.com/patterns/rice-paper.png')]"></view>
<view class="relative z-10 text-center px-8">
<text class="block text-4xl mb-3 text-[#8b2323]"></text>
<text class="block text-xl font-bold tracking-[0.3em] mb-2">智能起名模块</text>
<text class="block text-sm text-[#5a5a5a]">稍后将迁移完整表单与生成结果</text>
</view>
</view>
</template>