Update templates/index.html
Browse files- templates/index.html +1 -2
templates/index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title
|
7 |
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
8 |
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
9 |
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
@@ -123,7 +123,6 @@
|
|
123 |
.solution-box:hover .copy-btn {
|
124 |
opacity: 1;
|
125 |
}
|
126 |
-
/* 在现有的 style 标签中添加 */
|
127 |
.prose {
|
128 |
font-size: 1rem;
|
129 |
line-height: 1.75;
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>题目识别与解答系统(带公式识别与渲染)</title>
|
7 |
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
8 |
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
9 |
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
|
|
123 |
.solution-box:hover .copy-btn {
|
124 |
opacity: 1;
|
125 |
}
|
|
|
126 |
.prose {
|
127 |
font-size: 1rem;
|
128 |
line-height: 1.75;
|