mirror of
https://github.com/smallevilbeast/ntchat.git
synced 2026-07-02 06:54:13 +08:00
添加使用例子
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--炫彩界面库-窗口布局文件-->
|
||||
<head>
|
||||
<bindJsFile value="" />
|
||||
</head>
|
||||
<windowUI center="true" content="ntchat界面演示" enableLayout="true" layout.horizon="true" padding="5,5,5,5" rect="20,20,761,571" windowStyle="2031" showT="true">
|
||||
<editUI drawBorder="true" layout.height="fill" layout.width=":1" multiLine="true" name="edit_log" rect="246,187,100,20" scrollBarShowH="false" scrollBarShowV="true" showT="true" expandT="true" />
|
||||
<elementUI layout.float="true" layout.height="fill" rect="219,85,200,100" transparent="true" showT="true" expandT="true">
|
||||
<editUI content="filehelper" name="edit_wxid" rect="65,106,116,27" showT="true" expandT="true" />
|
||||
<editUI content="消息来自ntchat" name="edit_content" rect="65,151,116,27" showT="true" expandT="true" />
|
||||
<shapeText content="wxid" layout.height="20" layout.width="auto" rect="18,110,61,20" showT="true" expandT="true" />
|
||||
<shapeText content="消息" layout.height="20" layout.width="auto" rect="20,156,61,20" showT="true" expandT="true" />
|
||||
<buttonUI content="发送消息" name="btn_send" rect="93,192,60,25" showT="true" expandT="true" />
|
||||
<buttonUI content="打开微信" name="btn_open" rect="47,31,120,25" showT="true" expandT="true" />
|
||||
</elementUI>
|
||||
</windowUI>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg t="1639215066678" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5900"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style>
|
||||
</defs>
|
||||
|
||||
<path d="M512 512m-403.2 0a403.2 403.2 0 1 0 806.4 0 403.2 403.2 0 1 0-806.4 0Z" fill="#F9D65D" p-id="5901">
|
||||
</path>
|
||||
|
||||
<path d="M512 608c-19.2 0-38.4-19.2-38.4-38.4V288c0-19.2 19.2-38.4 38.4-38.4s38.4 19.2 38.4 38.4
|
||||
V576c0 12.8-19.2 32-38.4 32z" fill="#FFFFFF" p-id="5902">
|
||||
</path>
|
||||
|
||||
<path d="M512 736m-44.8 0a44.8 44.8 0 1 0 89.6 0 44.8 44.8 0 1 0-89.6 0Z" fill="#FFFFFF" p-id="5903">
|
||||
</path>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 772 B |
Reference in New Issue
Block a user