新增功能

This commit is contained in:
Your Name
2026-03-09 09:55:04 +08:00
parent 7b76671988
commit 02ae537b4c
12 changed files with 2019 additions and 22 deletions
+9
View File
@@ -51,6 +51,15 @@
}
}
</style>
<script>
// 动态加载 Chat UIKit 样式
(function() {
var link = document.createElement('link');
link.rel = 'stylesheet';
link.href = 'https://web.sdk.qcloud.com/im/assets/latest/index.css';
document.head.appendChild(link);
})();
</script>
</head>
<body>
<div id="app">