no message

This commit is contained in:
A1300399510
2024-12-03 17:53:36 +08:00
parent 70f4c35039
commit 44aeb78e4f
6 changed files with 551 additions and 5 deletions

View File

@@ -33,7 +33,7 @@
let $baseURL = "https://ansnid.oss-cn-shenzhen.aliyuncs.com/forum"
document.addEventListener('DOMContentLoaded', function() {
const script = document.createElement('script');
script.src = '/js/jweixin-1.3.2.js';
script.src = './js/jweixin-1.3.2.js';
document.head.appendChild(script);
});
</script>