19 lines
660 B
HTML
19 lines
660 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<meta name="theme-color" content="#667eea">
|
|
<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">
|
|
<title>AI助手</title>
|
|
<link rel="stylesheet" href="style.css?v=2.7.2">
|
|
<link rel="manifest" href="manifest.json">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="marked.min.js?v=2.7.2"></script>
|
|
<script src="app.js?v=2.7.2"></script>
|
|
</body>
|
|
</html> |