File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
office-website/src/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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是一个用于开发油猴脚本的现代化模板,帮助开发者轻松创建高质量的用户脚本。
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments