Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tangly1024/NotionNext
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylarod committed Jun 1, 2024
2 parents f476d18 + 0541bb0 commit 96af15a
Show file tree
Hide file tree
Showing 246 changed files with 7,952 additions and 5,773 deletions.
2 changes: 1 addition & 1 deletion .env.local
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables
NEXT_PUBLIC_VERSION=4.4.6
NEXT_PUBLIC_VERSION=4.5.4


# 可在此添加环境变量,去掉最左边的(# )注释即可
Expand Down
1 change: 1 addition & 0 deletions blog.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const BLOG = {
APPEARANCE: process.env.NEXT_PUBLIC_APPEARANCE || 'light', // ['light', 'dark', 'auto'], // light 日间模式 , dark夜间模式, auto根据时间和主题自动夜间模式
APPEARANCE_DARK_TIME: process.env.NEXT_PUBLIC_APPEARANCE_DARK_TIME || [18, 6], // 夜间模式起至时间,false时关闭根据时间自动切换夜间模式

TAG_SORT_BY_COUNT: true, // 标签是否按照文章数量倒序排列,文章多的标签排在前。
IS_TAG_COLOR_DISTINGUISHED:
process.env.NEXT_PUBLIC_IS_TAG_COLOR_DISTINGUISHED === 'true' || true, // 对于名称相同的tag是否区分tag的颜色

Expand Down
Loading

0 comments on commit 96af15a

Please sign in to comment.