添加 test.md

This commit is contained in:
2025-11-29 09:59:05 +08:00
commit c8e8763ad9

15
test.md Normal file
View File

@@ -0,0 +1,15 @@
```html
<body>
<img src="https://placehold.co/600x400" />
<div id="demo" style="color:white;font-size:12px">123</div>
<button id="send" class="ui-button ui-widget ui-corner-all">发送“你好”</button>
<script>
$("#demo").text(JSON.stringify(window.$mujian.ai.chat.project))
fetch("https://www.baidu.com");
$("#send").click(async () => {
window.$mujian.ai.chat.complete('你好');
});
</script>
</body>
```