Skip to content

Commit ba0d29f

Browse files
authored
homepage (#154)
1 parent ff7042f commit ba0d29f

14 files changed

+217
-80
lines changed

app/page.tsx

+209-79
Large diffs are not rendered by default.

app/ui/global.css

+7
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@ input[type='number']::-webkit-outer-spin-button {
2020
.custom-margin-left {
2121
margin-left: 500px;
2222
/* 自定义的左边距 */
23+
}
24+
25+
@font-face {
26+
font-family: 'HarmonyOS Sans SC';
27+
src: url('/fonts/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
28+
font-weight: 400;
29+
font-style: normal;
2330
}

components/sign-in.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default function SignInButton() {
128128
clipRule="evenodd"
129129
/>
130130
</svg>
131-
登录
131+
Login With GitHub
132132
</button>
133133
);
134134
}

images/demo.png

-360 KB
Binary file not shown.

images/main.png

-266 KB
Binary file not shown.

public/images/homepage/Frame.png

766 Bytes
Loading

public/images/homepage/ai-powered.png

44.7 KB
Loading
41.4 KB
Loading
690 Bytes
Loading
8.29 KB
Loading

public/images/homepage/logo-top.png

9.12 KB
Loading
2.87 KB
Loading
Loading
1.02 MB
Loading

0 commit comments

Comments
 (0)