1 Star 0 Fork 38

qujinxing/ccc-tnt-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ui.d.ts 3.21 KB
一键复制 编辑 原始数据 按行查看 历史
伍拾陆 提交于 2023-07-25 19:07 . 插件增加排除 RedPointComp
import { LoadingTips } from "./assets/bundles/common-bundle/scripts/prefabs/LoadingTips"
import { VMItem } from "./assets/bundles/mvvm-example/scripts/VMItem"
import { RedPointCompProxy } from "./assets/bundles/red-point-example/scripts/RedPointCompProxy"
import { AlchemyPopup } from "./assets/bundles/red-point-example/scripts/view/AlchemyPopup"
import { DanfangPopup } from "./assets/bundles/red-point-example/scripts/view/DanfangPopup"
import { MailPopup } from "./assets/bundles/red-point-example/scripts/view/MailPopup"
import { AutoCloseWindow } from "./assets/bundles/window-example/scripts/AutoCloseWindow"
import { DialogWindow } from "./assets/bundles/window-example/scripts/DialogWindow"
import { UIEmbedItem } from "./assets/bundles/window-example/scripts/embeds/UIEmbedItem"
import { UIEmbedPanel1 } from "./assets/bundles/window-example/scripts/embeds/UIEmbedPanel1"
import { UIEmbedPanel2 } from "./assets/bundles/window-example/scripts/embeds/UIEmbedPanel2"
import { UIEmbedPanel3 } from "./assets/bundles/window-example/scripts/embeds/UIEmbedPanel3"
import { EmbedWindow } from "./assets/bundles/window-example/scripts/EmbedWindow"
import { PauseWindow } from "./assets/bundles/window-example/scripts/PauseWindow"
import { TopMenuBar } from "./assets/bundles/window-example/scripts/topMenuBar/TopMenuBar"
import { VictoryWindow } from "./assets/bundles/window-example/scripts/VictoryWindow"
declare global {
interface LoadingTipsOptions{}
interface VMItemOptions{}
interface RedPointCompProxyOptions{}
interface AlchemyPopupOptions{}
interface DanfangPopupOptions{}
interface MailPopupOptions{}
interface AutoCloseWindowOptions{}
interface DialogWindowOptions{}
interface UIEmbedItemOptions{}
interface UIEmbedPanel1Options{}
interface UIEmbedPanel2Options{}
interface UIEmbedPanel3Options{}
interface EmbedWindowOptions{}
interface PauseWindowOptions{}
interface TopMenuBarOptions{}
interface VictoryWindowOptions{}
interface GlobalWindowType{
"AlchemyPopup": {
ctor: AlchemyPopup,
options: AlchemyPopupOptions,
}
"DanfangPopup": {
ctor: DanfangPopup,
options: DanfangPopupOptions,
}
"MailPopup": {
ctor: MailPopup,
options: MailPopupOptions,
}
"AutoCloseWindow": {
ctor: AutoCloseWindow,
options: AutoCloseWindowOptions,
}
"DialogWindow": {
ctor: DialogWindow,
options: DialogWindowOptions,
}
"EmbedWindow": {
ctor: EmbedWindow,
options: EmbedWindowOptions,
}
"PauseWindow": {
ctor: PauseWindow,
options: PauseWindowOptions,
}
"VictoryWindow": {
ctor: VictoryWindow,
options: VictoryWindowOptions,
}
}
interface GlobalUIType{
"LoadingTips": {
ctor: LoadingTips,
options: LoadingTipsOptions,
}
"VMItem": {
ctor: VMItem,
options: VMItemOptions,
}
"RedPointCompProxy": {
ctor: RedPointCompProxy,
options: RedPointCompProxyOptions,
}
"UIEmbedItem": {
ctor: UIEmbedItem,
options: UIEmbedItemOptions,
}
"UIEmbedPanel1": {
ctor: UIEmbedPanel1,
options: UIEmbedPanel1Options,
}
"UIEmbedPanel2": {
ctor: UIEmbedPanel2,
options: UIEmbedPanel2Options,
}
"UIEmbedPanel3": {
ctor: UIEmbedPanel3,
options: UIEmbedPanel3Options,
}
"TopMenuBar": {
ctor: TopMenuBar,
options: TopMenuBarOptions,
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qujinxing/ccc-tnt-framework.git
git@gitee.com:qujinxing/ccc-tnt-framework.git
qujinxing
ccc-tnt-framework
ccc-tnt-framework
master

搜索帮助