mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: remove unuse
This commit is contained in:
parent
9fce617c57
commit
07e8acd003
@ -3,8 +3,6 @@ import { SettingItem } from "./SettingItem";
|
|||||||
import { SettingButton } from "./SettingButton";
|
import { SettingButton } from "./SettingButton";
|
||||||
import { SettingSwitch } from "./SettingSwitch";
|
import { SettingSwitch } from "./SettingSwitch";
|
||||||
import { SettingSelect } from "./SettingSelect";
|
import { SettingSelect } from "./SettingSelect";
|
||||||
|
|
||||||
function aprilFoolsEgg(node: Element) {
|
|
||||||
async function onSettingWindowCreated(view: Element) {
|
async function onSettingWindowCreated(view: Element) {
|
||||||
const isEmpty = (value: any) => value === undefined || value === undefined || value === ''
|
const isEmpty = (value: any) => value === undefined || value === undefined || value === ''
|
||||||
//@ts-ignore 等待替换为异步Http获取 带上Token
|
//@ts-ignore 等待替换为异步Http获取 带上Token
|
||||||
@ -415,5 +413,4 @@ function aprilFoolsEgg(node: Element) {
|
|||||||
window.llonebot.setConfig(true, config)
|
window.llonebot.setConfig(true, config)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
|
||||||
export { onSettingWindowCreated }
|
export { onSettingWindowCreated }
|
Loading…
x
Reference in New Issue
Block a user