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,12 @@
<template>
<view class="h-full flex flex-col items-center justify-center bg-[#050508] text-[#d4af37] font-serif relative overflow-hidden">
<view class="absolute inset-0 bg-[radial-gradient(ellipse_at_center,_var(--tw-gradient-stops))] from-[#1a1a2e] via-[#050508] to-[#000] opacity-80"></view>
<view class="absolute inset-0 bg-[url('https://www.transparenttextures.com/patterns/stardust.png')] opacity-20"></view>
<view class="relative z-10 text-center px-8">
<view class="text-5xl mb-4"></view>
<text class="block text-xl font-bold tracking-[0.4em] mb-2">命盘解析生成中</text>
<text class="block text-sm text-[#e2e2e2]/80">分析时间预计1-2分钟可点击返回按钮退出并在我的方案中查看结果</text>
</view>
</view>
</template>