【宠物挂件】 怎么改点击宠物跳转的地址 #2146
Answered
by
tangly1024
tangly1024
asked this question in
Q&A
-
点击博客的挂件宠物,默认会切换主题,如果希望点击后跳转到别的页面怎么办? |
Beta Was this translation helpful? Give feedback.
Answered by
tangly1024
Mar 6, 2024
Replies: 1 comment 1 reply
-
警告,这是未被配置支持的功能,通过修改源代码实现,可能会出现未知的编译错误。 修改/components/Live2D.js 文件的两行代码修改位置1第33行: NotionNext/components/Live2D.js Lines 33 to 37 in a33bf9f 修改为
修改位置2第12行 NotionNext/components/Live2D.js Line 12 in a33bf9f 修改为:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tangly1024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
警告,这是未被配置支持的功能,通过修改源代码实现,可能会出现未知的编译错误。
修改/components/Live2D.js 文件的两行代码
修改位置1
第33行:
NotionNext/components/Live2D.js
Lines 33 to 37 in a33bf9f
修改为
修改位置2
第12行
NotionNext/components/Live2D.js
Line 12 in a33bf9f
修改为: