43 lines
1.4 KiB
HTML
43 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<link rel="icon" href="/favicon.ico" />
|
||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||
<title>.Net意社区</title>
|
||
<!-- 为了,icp备案-->
|
||
<!-- <title>个人成果展示</title>-->
|
||
<link rel="stylesheet" href="/src/assets/loading.css" />
|
||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5453339688995325"
|
||
crossorigin="anonymous"></script>
|
||
</head>
|
||
<body>
|
||
<div id="Loading">
|
||
<div class="loader JS_on">
|
||
<span class="binary"></span>
|
||
<span class="binary"></span>
|
||
<span class="getting-there">意社区很大,你要等一下...</span>
|
||
</div>
|
||
</div>
|
||
<div id="app"></div>
|
||
<script type="module" src="/src/main.js"></script>
|
||
</body>
|
||
|
||
<!-- 引入聊天组件脚本 -->
|
||
<script src="https://opendeep.wiki/koala-chat-widget.js"></script>
|
||
<script>
|
||
KoalaChatWidget.init({
|
||
appId: 'ccnetcore',
|
||
title: 'ccnetcore',
|
||
theme: 'light', // 或 'dark'
|
||
// 其他可选配置...
|
||
onError: (error) => {
|
||
console.error('Chat widget error:', error);
|
||
},
|
||
onValidationFailed: (domain) => {
|
||
console.error('Domain validation failed:', domain);
|
||
}
|
||
});
|
||
</script>
|
||
</html>
|