14 lines
444 B
HTML
14 lines
444 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>股票AI分析系统</title>
|
|
<link rel="icon" href="/favicon.ico">
|
|
<meta name="description" content="股票AI分析系统 - 基于Vue 3 + TypeScript + Naive UI">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html> |