📄 clock.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">
<!-- 黑眼圈 description 05.01.26 Cube -->
<!-- Edit 05.02.25 黑眼圈 -->
<Script file="Clock.lua"/>
<Script file="localization.lua"/>
<!-- Cube Copyright (C) 2005 -->
<Frame name="ClockFrame" frameStrata="HIGH" toplevel="false" enableMouse="true" movable="true" parent="UIParent">
<Size>
<AbsDimension x="100" y="32"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="894" y="-166"/>
</Offset>
</Anchor>
</Anchors>
<Layers>
<Layer level="ARTWORK">
<Texture file="Interface\AddOns\Clock\skins\Clock-Background">
</Texture>
</Layer>
<Layer level="OVERLAY">
<FontString name="ClockText" inherits="TextStatusBarText" wraponspaces="true">
<Size>
<AbsDimension x="128" y="12"/>
</Size>
<Anchors>
<Anchor point="CENTER">
<Offset>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
</Layer>
</Layers>
<Scripts>
<OnLoad>
Clock_OnLoad();
</OnLoad>
<OnUpdate>
Clock_OnUpdate(arg1);
</OnUpdate>
<OnEvent>
Clock_OnEvent();
</OnEvent>
<OnDragStart>
Clock_OnDragStart();
</OnDragStart>
<OnDragStop>
Clock_OnDragStop();
</OnDragStop>
<OnMouseUp>
Clock_OnDragStop();
</OnMouseUp>
</Scripts>
</Frame>
</Ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -