update: phone style

This commit is contained in:
Vick Scarlet
2026-08-13 16:31:16 +08:00
parent 71daeb3368
commit 4be851a591
11 changed files with 129 additions and 40 deletions
+4 -3
View File
@@ -1,4 +1,5 @@
import { useRemake } from '@remake/hooks'
import { TextSvg } from '@/components/TextSvg'
import { ThemeToggle } from '@/components/ThemeToggle'
import './Home.css'
@@ -7,10 +8,10 @@ export default function Home() {
return (
<div className="screen home">
<div className="title">
<h1></h1>
<h2></h2>
<TextSvg text="人生重开模拟器" className="main" />
<TextSvg text="这垃圾人生一秒也不想待了" className="sub" />
</div>
<button className="primary" onClick={remake}>
<button className="primary focus" onClick={remake}>
</button>
<ThemeToggle />