Skip to content

Commit 0d34197

Browse files
committed
feat: 修改about描述
1 parent d3ef522 commit 0d34197

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

config/about.ts

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,24 @@
11
export const heroTitle = {
22
template: [
3-
{
4-
type: 'h1',
5-
text: `Hi , I'm `,
6-
class: ' font-light text-4xl font-900 inline-block',
7-
},
3+
{ type: 'h1', text: `Hi, I'm `, class: ' font-light text-4xl font-900 inline-block' },
84
{ type: 'h1', text: `zw`, class: ' text-4xl font-bold inline-block' },
95
{
106
type: 'h1',
117
text: `👋`,
128
class:
139
' font-light text-4xl font-bold inline-block hover:scale-[1.05] cursor-pointer origin-center transition-all',
1410
},
15-
{ type: 'h1', text: ` `, class: ' h-0 w-0 scale-0' },
16-
{
17-
type: 'span',
18-
text: 'A ',
19-
class: 'font-light text-4xl font-900 inline-block mt-[5px]',
20-
},
11+
{ type: 'h1', text: ` `, class: ' h-0 w-0 leading-none' },
2112
{
2213
type: 'span',
23-
text: ' JavaScript ',
14+
text: 'A Javascript',
2415
class: 'font-light text-4xl font-900 inline-block mt-[5px]',
2516
},
2617
{
2718
type: 'code',
28-
text: '<Learner />',
19+
text: ' <Developer />',
2920
class:
30-
' inline-block font-medium mx-2 text-3xl rounded p-2 bg-gray-200 dark:bg-gray-800/0 hover:dark:bg-gray-800/100 bg-opacity-0 hover:bg-opacity-100 transition-background duration-200',
21+
' inline-block font-medium mx-2 text-3xl rounded p-2 bg-gray-200 dark:bg-gray-800/0 hover:dark:bg-gray-800/100 bg-opacity-0 hover:bg-opacity-100 transition-background duration-200"><div><span class="inline-block whitespace-pre',
3122
},
3223
],
3324
};

0 commit comments

Comments
 (0)