2023-12-14 10:15:23 +08:00
|
|
|
|
<!DOCTYPE html>
|
2025-08-04 17:07:01 +08:00
|
|
|
|
<html lang="en" class="dark">
|
|
|
|
|
|
|
|
|
|
|
|
<head>
|
2023-12-27 22:41:57 +08:00
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
2023-12-14 10:15:23 +08:00
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
2025-08-04 17:07:01 +08:00
|
|
|
|
<title>.Net意社区</title>
|
|
|
|
|
|
<!-- 为了,icp备案-->
|
|
|
|
|
|
<!-- <title>个人成果展示</title>-->
|
|
|
|
|
|
<link rel="stylesheet" href="/src/assets/loading.css" />
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
2025-08-05 14:09:39 +08:00
|
|
|
|
<body style="background: linear-gradient(135deg, #0a0a0a 0%, #0d1520 30%, #0a0a0a 70%, #0f1520 100%), linear-gradient(135deg, rgba(0, 255, 136, 0.03) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 255, 136, 0.02) 100%);">
|
2025-08-04 17:07:01 +08:00
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 引入聊天组件脚本 -->
|
2025-08-04 22:35:45 +08:00
|
|
|
|
<!-- <script async src="https://opendeep.wiki/koala-chat-widget.js"></script>
|
2025-08-04 17:07:01 +08:00
|
|
|
|
<script>
|
|
|
|
|
|
function loadChatWidget() {
|
|
|
|
|
|
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);
|
|
|
|
|
|
}
|
|
|
|
|
|
});
|
|
|
|
|
|
}
|
|
|
|
|
|
// 页面加载完成后再加载聊天组件
|
|
|
|
|
|
window.addEventListener('load', loadChatWidget);
|
2025-08-04 22:35:45 +08:00
|
|
|
|
</script> -->
|
2025-07-05 01:06:19 +08:00
|
|
|
|
|
2025-08-04 17:07:01 +08:00
|
|
|
|
</html>
|