tangly1024
|
da5875d27a
|
Merge pull request #1843 from tangly1024/fix/build-contextmenu
fix build
|
2024-01-31 13:49:25 +08:00 |
|
tangly1024
|
8998e046ee
|
fix build
|
2024-01-31 13:48:45 +08:00 |
|
tangly1024
|
16c4822dbb
|
Merge pull request #1841 from tangly1024/feat/menu-copy
自定义菜单右键加入复制功能
|
2024-01-31 11:32:20 +08:00 |
|
tangly1024.com
|
195b54e661
|
自定义菜单右键加入复制功能
|
2024-01-31 11:32:01 +08:00 |
|
tangly1024
|
1bb329dfac
|
Merge pull request #1840 from tangly1024/fix/plog-modal-toggle
plog 模态框隐藏
|
2024-01-31 11:18:26 +08:00 |
|
tangly1024.com
|
e90ba11a02
|
plog 模态框隐藏
|
2024-01-31 11:01:12 +08:00 |
|
tangly1024
|
003b358528
|
Merge pull request #1836 from tangly1024/feat/next-algolia-search
Next主题支持algolia全文搜索
|
2024-01-30 23:14:33 +08:00 |
|
tangly1024
|
9ab287cb86
|
Next主题支持algolia全文搜索
|
2024-01-30 23:14:00 +08:00 |
|
tangly1024
|
bb147e4e38
|
Merge pull request #1835 from tangly1024/fix/heo-404
heo 404
|
2024-01-30 22:45:53 +08:00 |
|
tangly1024
|
a69b8e3d6c
|
heo 404
|
2024-01-30 22:45:25 +08:00 |
|
tangly1024
|
6ed10003bc
|
Merge pull request #1834 from tangly1024/fix/heo-cover-post
Fix/heo cover post
|
2024-01-30 22:33:57 +08:00 |
|
tangly1024
|
ad24ea1f48
|
fix page-cover-missing
|
2024-01-30 22:33:05 +08:00 |
|
tangly1024
|
d869d5c273
|
eslint
|
2024-01-30 21:07:24 +08:00 |
|
tangly1024.com
|
9e48df78d4
|
4.2.1
|
2024-01-30 19:10:48 +08:00 |
|
tangly1024
|
51d8c198de
|
Merge pull request #1575 from emengweb/main
Fix Add NAV Theme card Add Default Image
|
2024-01-30 19:09:54 +08:00 |
|
tangly1024.com
|
707ff892d5
|
fix build
|
2024-01-30 19:08:43 +08:00 |
|
tangly1024.com
|
4996cfd002
|
little fix
|
2024-01-30 19:07:30 +08:00 |
|
tangly1024.com
|
e63e82cbba
|
Merge branch 'main' into pr/emengweb/1575
|
2024-01-30 18:53:34 +08:00 |
|
tangly1024.com
|
c7324c2c9f
|
little fix
|
2024-01-30 18:53:19 +08:00 |
|
tangly1024.com
|
6d600ec76b
|
Merge branch 'main' into pr/emengweb/1575
|
2024-01-30 18:53:11 +08:00 |
|
tangly1024.com
|
69fbde8328
|
little fix
|
2024-01-30 18:45:39 +08:00 |
|
tangly1024
|
0478320834
|
Merge pull request #1723 from Olimiya/main
修复部分文章无法加载的问题
|
2024-01-30 18:38:19 +08:00 |
|
tangly1024.com
|
44ffb88b12
|
Merge branch 'main' of https://github.com/olimiya/notionnext into pr/Olimiya/1723
|
2024-01-30 18:36:54 +08:00 |
|
tangly1024.com
|
92828aa5ba
|
log
|
2024-01-30 18:36:51 +08:00 |
|
tangly1024.com
|
103643bfae
|
Merge branch 'main' into pr/Olimiya/1723
|
2024-01-30 18:34:19 +08:00 |
|
tangly1024.com
|
3b81794558
|
fix: 修复部分文章无法加载的问题,原因是Notion API加载时block上限1000
修复思路是在加载所有文章时,会首先一次性加载数据库中所有block,此时因为上限1000会发生溢出。之后会读取所有page的IDs,然后逐个获取page对应的block。此时如果发现ID查找不到(说明发生了溢出),则再调用API去逐一获取这些溢出了的page。可能这不是最优解。
修改的代码包括:
1. getDataBaseInfoByNotionAPI中添加上述判断逻辑。
2. 修改getPageProperties函数签名,直接传入block对应的value,而不是block数组。
|
2024-01-30 18:33:56 +08:00 |
|
tangly1024
|
d149af4a52
|
Merge pull request #1804 from ayonliu/deploy/afffans.com
修复nav主题下category和tag下文章链接不对的bug
|
2024-01-30 18:25:03 +08:00 |
|
tangly1024
|
421d3c5db7
|
Merge pull request #1817 from siuze/patch-1
fix bug: 自定义数据库type字段属性后无法正确生成未显式定义slug的文章的路径
|
2024-01-30 18:19:15 +08:00 |
|
tangly1024.com
|
85c8a15b1e
|
Merge branch 'main' into pr/siuze/1817
|
2024-01-30 18:18:45 +08:00 |
|
tangly1024
|
1801d80d76
|
Merge pull request #1821 from RylanBot/patch
Fix:callout 图片溢出
|
2024-01-30 18:16:59 +08:00 |
|
tangly1024.com
|
4aa2fc3a3e
|
Merge branch 'main' into pr/RylanBot/1821
|
2024-01-30 18:16:38 +08:00 |
|
tangly1024
|
4bb9a2d121
|
Merge pull request #1826 from velor2012/feat
Fix:页面多次渲染问题
|
2024-01-30 18:10:41 +08:00 |
|
tangly1024.com
|
7951ec9633
|
gitbook version
|
2024-01-30 18:09:55 +08:00 |
|
tangly1024.com
|
b5bfdcba4b
|
theme 优化
|
2024-01-30 18:05:37 +08:00 |
|
tangly1024.com
|
51d3cdc9fc
|
Merge branch 'feat' of https://github.com/velor2012/notionnext into pr/velor2012/1826
|
2024-01-30 17:39:16 +08:00 |
|
tangly1024.com
|
c1ee671e3e
|
fix themes
|
2024-01-30 17:37:35 +08:00 |
|
velor2012
|
411a5e5f94
|
Merge branch 'main' into feat
|
2024-01-30 13:51:25 +08:00 |
|
tangly1024.com
|
cde922a578
|
Merge branch 'main' into pr/velor2012/1826
|
2024-01-30 13:42:00 +08:00 |
|
tangly1024.com
|
c9d622e7e5
|
build
|
2024-01-30 13:05:30 +08:00 |
|
tangly1024.com
|
b415446aa6
|
theme 加载优化
|
2024-01-30 12:50:13 +08:00 |
|
tangly1024.com
|
7b56f15d4d
|
Merge branch 'main' into pr/velor2012/1826
|
2024-01-30 11:06:40 +08:00 |
|
tangly1024
|
6264e63162
|
Merge pull request #1827 from velor2012/fix/twioo-init
Fix:twioo初始化问题
|
2024-01-30 11:03:23 +08:00 |
|
tangly1024
|
7f01d87245
|
Merge pull request #1831 from tangly1024/feat/clarity
支持微软clarity
|
2024-01-30 11:00:17 +08:00 |
|
tangly1024.com
|
48bf3012e8
|
支持微软clarity
|
2024-01-30 10:58:47 +08:00 |
|
Rylan
|
e19e775c9f
|
🐛 修复 callout 图片溢出
|
2024-01-29 21:06:15 +08:00 |
|
tangly1024.com
|
f89e3a66bf
|
Next Theme - WWAds
|
2024-01-29 19:04:45 +08:00 |
|
velor2012
|
b9db8bc813
|
Update _app.js
|
2024-01-29 17:06:55 +08:00 |
|
velor2012
|
05d6f0b065
|
Update Twikoo.js
|
2024-01-29 16:41:04 +08:00 |
|
velor2012
|
9001edd693
|
修改布局
|
2024-01-29 16:09:27 +08:00 |
|
tangly1024
|
bc93ccc50f
|
Tabs 组件微调
|
2024-01-27 09:42:40 +08:00 |
|