-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (22 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!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="description" content="在线象棋棋盘识别与分析系统,提供棋局识别、FEN生成、最佳走法分析等功能。" />
<meta name="keywords" content="象棋,棋盘识别,象棋分析,FEN,最佳走法,中国象棋" />
<meta name="author" content="@iFwu" />
<meta name="theme-color" content="#4a4a4a" />
<meta property="og:title" content="象棋棋盘识别与分析系统" />
<meta property="og:description" content="在线象棋棋盘识别与分析系统,提供棋局识别、FEN生成、最佳走法分析等功能。" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ifwu.github.io/xiangqi-analysis/" />
%VITE_UMAMI_SCRIPT%
<title>象棋棋盘识别与分析系统 | 在线象棋分析工具</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>