diff --git a/static/components/NapCat.ts b/static/components/NapCat.ts index d047e095..6486fe3a 100644 --- a/static/components/NapCat.ts +++ b/static/components/NapCat.ts @@ -4,8 +4,6 @@ import { SettingButton } from "./SettingButton"; import { SettingSwitch } from "./SettingSwitch"; import { SettingSelect } from "./SettingSelect"; -// @ts-ignore 引入Css 能不能优雅点 神经这样写 -import StyleRaw from "../assets/NapCat.css"; function aprilFoolsEgg(node: Element) { async function onSettingWindowCreated(view: Element) { const isEmpty = (value: any) => value === undefined || value === undefined || value === '' @@ -32,7 +30,6 @@ function aprilFoolsEgg(node: Element) { const doc = parser.parseFromString( [ '
', - ``, `
`, diff --git a/static/index.html b/static/index.html index b31008ec..7f88deb1 100644 --- a/static/index.html +++ b/static/index.html @@ -1,21 +1,23 @@ - + + - - - - + + + + - - Plugin iframe + NapCat-WebUi + - + + \ No newline at end of file