mirror of
https://github.com/vastxie/99AI.git
synced 2025-09-17 09:16:38 +08:00
34 lines
1.5 KiB
HTML
34 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-cmn-Hans">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
<meta http-equiv="Expires" content="0">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<!-- <title>LightAI 助手</title> -->
|
|
<title>AIWeb</title>
|
|
<meta name="description" content="AIWeb 是一个集成化的人工智能服务站点,帮助用户高效完成各种任务。">
|
|
<meta name="keywords" content="AI, 助手, 智能助手, 任务管理, 高效, 知识库">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="icon/apple-touch-icon.png">
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon-16x16.png">
|
|
<link rel="manifest" href="icon/manifest.webmanifest">
|
|
<link rel="mask-icon" href="icon/safari-pinned-tab.svg" color="#19c37d">
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
|
|
</body>
|
|
|
|
</html> |