📄 titanmail.xml
字号:
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Script file="Localization.lua"/>
<Script file="TitanMail.lua"/>
<Frame parent="UIParent">
<Frames>
<Button name="TitanPanelMailButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
<Scripts>
<OnLoad>
TitanPanelMailButton_OnLoad();
TitanPanelButton_OnLoad();
</OnLoad>
<OnEvent>
TitanPanelMailButton_OnEvent();
</OnEvent>
</Scripts>
</Button>
<Button name="TitanPanelMailRightButton" inherits="TitanPanelIconTemplate" frameStrata="FULLSCREEN" toplevel="true">
<Scripts>
<OnLoad>
TitanPanelMailRightButton_OnLoad();
TitanPanelButton_OnLoad();
</OnLoad>
</Scripts>
</Button>
</Frames>
</Frame>
</Ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -