初始化
Some checks failed
Update pnpm Dependencies / update-dependencies (push) Has been cancelled

This commit is contained in:
2025-09-18 17:04:40 +08:00
parent dc88818dd2
commit 5966ed4b98
32 changed files with 18247 additions and 3108 deletions

View File

@@ -14,4 +14,4 @@ export const PostURL = (postId: string) => `https://${Config.SiteDomain}/blog/${
export const SearchURL = (keyword: string) => `https://${Config.SiteDomain}/search/?q=${keyword}`;
const year = getCurrentTime().year;
export const CopyrightAnnouncement = `COPYRIGHT © ${Config.YearStart === year ? year : `${Config.YearStart}-${year}`} ${Config.AuthorName} ALL RIGHTS RESERVED`;
export const CopyrightAnnouncement = `版权 © ${Config.YearStart === year ? year : `${Config.YearStart}-${year}`} ${Config.AuthorName} 版权所有`;