Skip to content
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

Closed
For-December opened this issue Jul 25, 2023 · 3 comments
Assignees
Labels
question Further information is requested wontfix This will not be worked on

Comments

@For-December
Copy link

For-December commented Jul 25, 2023

Describe the bug 描述你遇到的错误

场景:

  • 前提:使用 waline 评论
  • 将带有 #标题 的 URL 分享给其他人时(如:截图里的 #服务器安全
  • 预期结果是打开链接直接跳转到此标题位置
  • 实际却是打开链接后在文章起始处

Expected behavior 期待的行为

等大佬修复

Screenshots 屏幕截图

image
关于评论的配置:
enable = false 时可以正常转跳

image

Build Environment 构建环境

  • hugo:0.115.4_extended
  • 主题:FixIt 0.2.18

Preview Environment 预览环境

  • OS: [Windows 10]
  • Brower [Chrome, Edge]

Additional Information 补充信息

waline 使用了独立部署的后端

@For-December For-December added the bug Something isn't working label Jul 25, 2023
@Lruihao Lruihao self-assigned this Oct 26, 2023
@Lruihao Lruihao added this to the v0.2.18-lts milestone Oct 26, 2023
@Lruihao
Copy link
Member

Lruihao commented Oct 27, 2023

未知原因,无法复现。

QQ20231027-103006-HD

@Lruihao Lruihao added the wontfix This will not be worked on label Oct 27, 2023
@Lruihao Lruihao removed this from the v0.2.18-lts milestone Oct 27, 2023
@For-December
Copy link
Author

For-December commented Nov 14, 2023

@Lruihao 用下面这个配置可以复现吗(自己部署的评论区)
其他配置默认就行,只改serverURL https://comment.fordece.cn

[params.page.comment.waline]
        enable = true
        serverURL = "https://comment.fordece.cn"
        pageview = true # FixIt 0.2.15 | NEW
        emoji = [
        "https://unpkg.com/@waline/emojis@1.1.0/bilibili",
        "https://unpkg.com/@waline/emojis@1.1.0/tieba",
        "//unpkg.com/@waline/emojis@1.1.0/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
Copy link
Member

Lruihao commented Nov 16, 2023

用下面这个配置可以复现吗(自己部署的评论区) 其他配置默认就行,只改serverURL https://comment.fordece.cn

还是无法复现,https://fixit-git-waline-test-cell-x.vercel.app/documentation/getting-started/#ask-for-help

@Lruihao Lruihao added question Further information is requested and removed bug Something isn't working labels Nov 16, 2023
@Lruihao Lruihao closed this as not planned Won't fix, can't repro, duplicate, stale Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wontfix This will not be worked on
Projects
Archived in project
Development

No branches or pull requests

2 participants