password auto focus

This commit is contained in:
tangly1024.com
2023-06-13 17:22:28 +08:00
parent 980f02260c
commit 04d380966c
9 changed files with 71 additions and 5 deletions

View File

@@ -2,12 +2,18 @@ import { NotionRenderer } from 'react-notion-x'
import dynamic from 'next/dynamic'
// import mediumZoom from '@fisch0920/medium-zoom'
import React, { useEffect } from 'react'
import { Code } from 'react-notion-x/build/third-party/code'
// import { Code } from 'react-notion-x/build/third-party/code'
import TweetEmbed from 'react-tweet-embed'
import 'katex/dist/katex.min.css'
import { mapImgUrl } from '@/lib/notion/mapImage'
const Code = dynamic(() =>
import('react-notion-x/build/third-party/code').then(async (m) => {
return m.Code
}), { ssr: false }
)
const Equation = dynamic(() =>
import('@/components/Equation').then(async (m) => {
// 化学方程式