no message

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-12-12 16:59:46 +08:00
parent 88fafe076b
commit a7e4a6f9b4
5 changed files with 5 additions and 4 deletions

1
css/katex.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -3,7 +3,6 @@
padding: 0; padding: 0;
box-sizing: border-box; box-sizing: border-box;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-style: normal;
word-break: break-word; word-break: break-word;
} }
a { a {

View File

@@ -4,7 +4,7 @@
box-sizing: border-box; box-sizing: border-box;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
// font-weight: 400; // font-weight: 400;
font-style: normal; // font-style: normal;
word-break: break-word; word-break: break-word;
} }

1
js/katex.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -10,8 +10,8 @@
<link href="https://framework.x-php.com/gter/forum/css/normalize.min.css" rel="stylesheet"> <link href="https://framework.x-php.com/gter/forum/css/normalize.min.css" rel="stylesheet">
<link href="https://framework.x-php.com/gter/forum/css/editorStyle.css" rel="stylesheet"> <link href="https://framework.x-php.com/gter/forum/css/editorStyle.css" rel="stylesheet">
<script src="https://framework.x-php.com/gter/forum/js/vue.global.js"></script> <script src="https://framework.x-php.com/gter/forum/js/vue.global.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.css"> <link rel="stylesheet" href="/css/katex.min.css">
<script src="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.js"></script> <script src="/js/katex.min.js"></script>
<!-- <link rel="stylesheet" href="/css/textbus.min.css"> --> <!-- <link rel="stylesheet" href="/css/textbus.min.css"> -->
<!-- <script src="/js/textbus.min.js"></script> --> <!-- <script src="/js/textbus.min.js"></script> -->