File tree Expand file tree Collapse file tree 3 files changed +208
-217
lines changed
Expand file tree Collapse file tree 3 files changed +208
-217
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " notion-next" ,
3- "version" : " 4.9.1 " ,
3+ "version" : " 4.9.2 " ,
44 "homepage" : " https://github.com/tangly1024/NotionNext.git" ,
55 "license" : " MIT" ,
66 "engines" : {
6262 "lodash.throttle" : " ^4.1.1" ,
6363 "memory-cache" : " ^0.2.0" ,
6464 "next" : " ^14.2.30" ,
65- "notion-client" : " 7.3.0 " ,
66- "notion-utils" : " 7.4.3 " ,
65+ "notion-client" : " 7.7.1 " ,
66+ "notion-utils" : " 7.7.1 " ,
6767 "react" : " ^18.3.1" ,
6868 "react-dom" : " ^18.3.1" ,
6969 "react-facebook" : " ^8.1.4" ,
7070 "react-hotkeys-hook" : " ^4.6.2" ,
71- "react-notion-x" : " 7.4.2 " ,
71+ "react-notion-x" : " 7.7.1 " ,
7272 "react-share" : " ^5.2.2" ,
7373 "react-tweet-embed" : " ~2.0.0"
7474 },
Original file line number Diff line number Diff line change @@ -2067,11 +2067,11 @@ code.language-mermaid {
20672067.notion-simple-table-row {
20682068}
20692069
2070- /* 表格头 */
2071- .notion-simple-table tr : first-child td {
2070+ /* 表格头 新版notion不用 */
2071+ /* .notion-simple-table tr:first-child td {
20722072 background-color: #f5f6f8;
20732073 @apply text-center font-bold dark:bg-gray-800 !important;
2074- }
2074+ } */
20752075
20762076.notion-simple-table td {
20772077 border : 1px solid var (# eee ) !important ;
You can’t perform that action at this time.
0 commit comments