tangly1024

Results 202 comments of tangly1024

很好的想法,感谢分享! Notion确实有自带评论,但似乎要登录Notion才能评论; 如果访客没有Notion账号,该如何评论呢。 ![image](https://github.com/tangly1024/NotionNext/assets/15920488/a28a6da1-3788-4675-b33d-d590ad263bf5)

https://51xmi.com/zh/0816114105 拜读了作者的文章,确实是很棒的方案。 作者也完全开源了相关代码,值得研究一下: https://github.com/goldeye0351/notion-blog

不需要icon的话可以remove,显示icon功能是给有需要的人用的 :-P ![image](https://github.com/tangly1024/NotionNext/assets/15920488/026905cd-2061-4821-a7b0-8a97b8d7768a)

> 宠物有办法不显示吗?手机端上显示有点占位置。 关闭宠物可参考《[Live2D宠物插件]》(https://docs.tangly1024.com/article/notion-next-plugin-live2d)

降级为旧版构建环境,然后点击重试 ![image](https://github.com/tangly1024/NotionNext/assets/15920488/80afe59c-178f-4c6e-9fa1-7031298692f4) ![image](https://github.com/tangly1024/NotionNext/assets/15920488/d98ba1d3-b048-4d8c-882c-4a646286d023)

blog.config.js 第16行,需要将中文逗号改为英文逗号: ![image](https://github.com/tangly1024/NotionNext/assets/15920488/528b37e4-8a77-43a8-9f23-9afedbeaeb84) https://github.com/likemuuxi/NotionNext/edit/main/blog.config.js

暂不支持配置的方式,但可以尝试通过修改代码实现。 /themes/hexo/components/Logo.js 是左上角文字的代码,您可以尝试将文字部分也替换成图片即可。

您好,修改 /themes/hexo/components/Logo.js 文件即可 以下是示例代码: ``` import { siteConfig } from '@/lib/config' import Link from 'next/link' const Logo = props => { return ( {/* eslint-disable-next-line @next/next/no-img-element */} {siteConfig('TITLE') } )...

我自己是用手动排序,数据库中创建多个视图,第一个视图给网站用,可以在这里定义排序。后面的视图用来自己平时看。 ![image](https://github.com/tangly1024/NotionNext/assets/15920488/fc846a5c-25b4-46bf-bc2d-061c86ae1530)

无法更新此补丁,如果NextJs升级到更新的版本,Link组件就不支持中文 详见此bug https://github.com/tangly1024/NotionNext/issues/1864