webinterface.xml

来自「工作流」· XML 代码 · 共 28 行

XML
28
字号
<?xml version="1.0"?>
<web-interface>

  <image name="web/helloworld1.gif" mime-type="image/gif" width="104" height="155" />

  <!-- ================ -->
  <!-- == ACTIVITIES == -->
  <!-- ================ -->
  <activity-state name="start">
    <image-coordinates>
      <x1>43</x1>
      <y1>0</y1>
      <x2>65</x2>
      <y2>21</y2>
    </image-coordinates>
  </activity-state>

  <activity-state name="first activity state">
    <image-coordinates>
      <x1>0</x1>
      <y1>51</y1>
      <x2>101</x2>
      <y2>78</y2>
    </image-coordinates>
  </activity-state>
  
</web-interface>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?