Skip to content

Commit

Permalink
Fix: 修复兼容性问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Jul 29, 2024
1 parent 82e2220 commit d375d7c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -714,8 +714,8 @@ disableThemeInject = false
# whether to show the full text content in RSS
# 是否在 RSS 中显示全文内容
rssFullText = false
# FixIt 0.2.13 | NEW Page style ["narrow", "normal", "wide", ...)
# FixIt 0.2.13 | 新增 页面样式 ["narrow", "normal", "wide", ...)
# FixIt 0.3.10 | CHANGED Page style ["narrow", "normal", "wide", ...)
# FixIt 0.3.10 | 更改 页面样式 ["narrow", "normal", "wide", ...)
pageStyle = "normal"
# FixIt 0.2.17 | CHANGED Auto Bookmark Support
# If true, save the reading progress when closing the page.
Expand Down
2 changes: 1 addition & 1 deletion content/en/documentation/advanced/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In `assets/css/_custom.scss`, you can add some css style code to customize the s

### Page Style {#page-style}

{{< version 0.2.13 >}}
{{< version 0.3.10 changed >}}

The FixIt theme provides a page width configuration option `pageStyle` and three values.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ mDevtools
linkToReport = true
# whether to show the full text content in RSS
rssFullText = false
# {{< version 0.2.13 >}} Page style ["narrow", "normal", "wide", ...]
# {{< version 0.3.10 changed >}} Page style ["narrow", "normal", "wide", ...]
pageStyle = "normal"
# {{< version 0.2.17 changed >}} Auto Bookmark Support
# If true, save the reading progress when closing the page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ mDevtools
linkToReport = true
# 是否在 RSS 中显示全文内容
rssFullText = false
# {{< version 0.2.13 >}} 页面样式 ["narrow", "normal", "wide", ...]
# {{< version 0.3.10 changed >}} 页面样式 ["narrow", "normal", "wide", ...]
pageStyle = "normal"
# {{< version 0.2.17 changed >}} 开启自动书签支持
# 如果为 true,则在关闭页面时保存阅读进度
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/hugo-fixit/docs
go 1.20

require (
github.com/hugo-fixit/FixIt v0.3.10-0.20240728091145-66b86d97cfa5 // indirect
github.com/hugo-fixit/FixIt v0.3.10-0.20240729121040-ed2f5f6d1031 // indirect
github.com/hugo-fixit/component-projects v1.1.2 // indirect
github.com/hugo-fixit/shortcode-caniuse v1.1.3 // indirect
github.com/hugo-fixit/shortcode-rewards v1.0.4 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/hugo-fixit/FixIt v0.3.10-0.20240728091145-66b86d97cfa5 h1:mWJ0sRqdm5pEorPBkMloEp0WY0aXqqj8cuqOOqcfP4o=
github.com/hugo-fixit/FixIt v0.3.10-0.20240728091145-66b86d97cfa5/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU=
github.com/hugo-fixit/FixIt v0.3.10-0.20240729121040-ed2f5f6d1031 h1:/bBtHiMvID+JsK2N2kXP4S6htK1MBaNBylIYqpFm5zk=
github.com/hugo-fixit/FixIt v0.3.10-0.20240729121040-ed2f5f6d1031/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU=
github.com/hugo-fixit/component-projects v1.1.2 h1:hKJ+1CM6Y0wEdA8Pnn8MSZel+ukYtUvzC3VQk+AFSl4=
github.com/hugo-fixit/component-projects v1.1.2/go.mod h1:nXW0R37REwpfwUD1I4RtB5QW71vw66nRyB9uEpYxr+c=
github.com/hugo-fixit/shortcode-caniuse v1.1.3 h1:U1YBJz5SI/d1BBQhHcD0eVgJdCcpzK2usSizPiu+a4w=
Expand Down

0 comments on commit d375d7c

Please sign in to comment.