Skip to content

Commit a36f536

Browse files
committed
修改导航栏和页脚中的标题,并添加仓库链接
1 parent 81539a4 commit a36f536

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

office-website/src/components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ const Footer: React.FC = () => {
127127
<FooterContent>
128128
<FooterTop>
129129
<FooterColumn>
130-
<FooterLogo href="/">
130+
<FooterLogo href="https://github.com/JSREI/typescript-userscript-template" target="_blank">
131131
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
132132
<path d="M12 2L2 7L12 12L22 7L12 2Z" fill="#3B82F6" />
133133
<path d="M2 17L12 22L22 17" stroke="#3B82F6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
134134
<path d="M2 12L12 17L22 12" stroke="#3B82F6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
135135
</svg>
136-
<span>TS UserScript</span>
136+
<span>Typescript Userscript Template</span>
137137
</FooterLogo>
138138
<FooterDescription>
139139
Typescript Userscript Template是一个用于开发油猴脚本的现代化模板,帮助开发者轻松创建高质量的用户脚本。

office-website/src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const Header: React.FC = () => {
160160
<path d="M2 17L12 22L22 17" stroke="#3B82F6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
161161
<path d="M2 12L12 17L22 12" stroke="#3B82F6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
162162
</svg>
163-
<span>TS Userscript</span>
163+
<span>Typescript Userscript Template</span>
164164
</Logo>
165165

166166
<NavLinks>

0 commit comments

Comments
 (0)