File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ const prefix = locale === "en" ? "/en" : "";
3434 </div >
3535 <!-- Open Source -->
3636 <div >
37- <h4 class =" text-xs font-semibold text-text-muted uppercase tracking-wider mb-2.5 sm:mb-3" >{ locale === " en" ? " Open Source" : " 开源社区 " } </h4 >
37+ <h4 class =" text-xs font-semibold text-text-muted uppercase tracking-wider mb-2.5 sm:mb-3" >{ locale === " en" ? " Open Source" : " 开源项目 " } </h4 >
3838 <ul class =" space-y-2 text-sm" >
39- <li ><a href =" https://github.com/doocs/advanced-java" target =" _blank" rel =" noopener" class =" text-text-dim hover:text-accent-light transition-colors no-underline" >{ locale === " en " ? " Java Advanced " : " Java 进阶 " } </a ></li >
40- <li ><a href =" https://github.com/doocs/leetcode" target =" _blank" rel =" noopener" class =" text-text-dim hover:text-accent-light transition-colors no-underline" >LeetCode </a ></li >
41- <li ><a href =" https://github.com/doocs/md" target =" _blank" rel =" noopener" class =" text-text-dim hover:text-accent-light transition-colors no-underline" >{ locale === " en " ? " Markdown " : " MD " } </a ></li >
39+ <li ><a href =" https://github.com/doocs/advanced-java" target =" _blank" rel =" noopener" class =" text-text-dim hover:text-accent-light transition-colors no-underline" >doocs/advanced-java </a ></li >
40+ <li ><a href =" https://github.com/doocs/leetcode" target =" _blank" rel =" noopener" class =" text-text-dim hover:text-accent-light transition-colors no-underline" >doocs/leetcode </a ></li >
41+ <li ><a href =" https://github.com/doocs/md" target =" _blank" rel =" noopener" class =" text-text-dim hover:text-accent-light transition-colors no-underline" >doocs/md </a ></li >
4242 </ul >
4343 </div >
4444 <!-- More -->
You can’t perform that action at this time.
0 commit comments