-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] 当配置了 waline 评论时,无法根据 URL 最后一级访问文章对应位置 #349
Comments
@Lruihao 用下面这个配置可以复现吗(自己部署的评论区) [params.page.comment.waline]
enable = true
serverURL = "https://comment.fordece.cn"
pageview = true # FixIt 0.2.15 | NEW
emoji = [
"https://unpkg.com/@waline/[email protected]/bilibili",
"https://unpkg.com/@waline/[email protected]/tieba",
"//unpkg.com/@waline/[email protected]/weibo"
]
meta = ["nick", "mail", "link"]
requiredMeta = []
login = "enable"
wordLimit = 0
pageSize = 10
imageUploader = true # FixIt 0.2.15 | NEW
highlighter = true # FixIt 0.2.15 | NEW
comment = true # FixIt 0.2.15 | NEW
texRenderer = false # FixIt 0.2.16 | NEW
search = true # FixIt 0.2.16 | NEW
recaptchaV3Key = "" # FixIt 0.2.16 | NEW
reaction = false # FixIt 0.2.18 | NEW |
|
Lruihao
added
question
Further information is requested
and removed
bug
Something isn't working
labels
Nov 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug 描述你遇到的错误
场景:
#标题
的 URL 分享给其他人时(如:截图里的#服务器安全
)Expected behavior 期待的行为
等大佬修复
Screenshots 屏幕截图
关于评论的配置:
enable = false 时可以正常转跳
Build Environment 构建环境
Preview Environment 预览环境
Additional Information 补充信息
waline 使用了独立部署的后端
The text was updated successfully, but these errors were encountered: