fix: polish ecommerce generation states

This commit is contained in:
2026-06-12 18:15:58 +08:00
parent ad4bca31b1
commit 1f97167023
3 changed files with 44 additions and 23 deletions
+1 -4
View File
@@ -503,10 +503,7 @@ function App() {
<CloseOutlined />
</button>
<span className="ecommerce-auth-modal__logo" aria-hidden="true">
<i />
<i />
<i />
<i />
<img src="https://stringtest.oss-cn-hangzhou.aliyuncs.com/logo.png" alt="" />
</span>
<h2 id="ecommerce-auth-title">{authMode === "login" ? "欢迎回来" : "创建账号"}</h2>
<p className="ecommerce-auth-modal__subtitle">{authMode === "login" ? "登录后继续你的 AI 创作之旅" : "注册即可免费体验全部功能"}</p>