mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-23 15:09:46 +00:00
减少日志
This commit is contained in:
@@ -15,7 +15,6 @@ const GlobalContext = createContext()
|
||||
* @constructor
|
||||
*/
|
||||
export function GlobalContextProvider(props) {
|
||||
console.log('global', props)
|
||||
const { children, siteInfo, categoryOptions, tagOptions } = props
|
||||
const router = useRouter()
|
||||
const [lang, updateLang] = useState(BLOG.LANG) // 默认语言
|
||||
|
||||
Reference in New Issue
Block a user