📄 ct_radetectspells.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/
C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
<Script file="CT_RADetectSpells.lua"/>
<Frame name="CT_RADetectSpellFrame" parent="UIParent">
<Scripts>
<OnLoad>
CT_RADetectSpells_OnLoad();
</OnLoad>
<OnEvent>
CT_RADetectSpells_OnEvent(event);
</OnEvent>
</Scripts>
</Frame>
<GameTooltip name="CT_RADST" inherits="GameTooltipTemplate">
<Scripts>
<OnLoad>
this:SetOwner(WorldFrame, "ANCHOR_NONE");
</OnLoad>
</Scripts>
</GameTooltip>
</Ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -