upgrade react 19, remove preact usage

This commit is contained in:
2024-12-27 15:43:48 +08:00
parent 4b36debd0b
commit 48ead03629
14 changed files with 43 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
import { createContext } from "preact";
import { createContext } from "react";
import MAP_zh_CN from "@/translate/zh_CN";
interface LangOption {