This commit is contained in:
Jerry Yan 2022-07-25 16:52:24 +08:00
parent c44445c08a
commit b44edb1e3c
2 changed files with 2 additions and 1 deletions

View File

@ -193,7 +193,7 @@
</tr>
<tr>
<td>视频描述</td>
<td>{{ config.video.desc }}</td>
<td style="white-space: pre-wrap;min-width: 375px;max-width: 100vw;width: 750px;">{{ config.video.desc }}</td>
</tr>
<tr>
<td>视频分区</td>

View File

@ -1,4 +1,5 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/modern-normalize/1.1.0/modern-normalize.css" type="text/css" rel="stylesheet" />
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/vue/3.2.31/vue.global.js" type="application/javascript"></script>
<script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-y/axios/0.26.0/axios.js" type="application/javascript"></script>