Merge branches 'master' and 'master' of https://git.theluyuan.com/luyuan/ptSend

This commit is contained in:
2023-08-07 19:59:46 +08:00
9 changed files with 144 additions and 35 deletions

File diff suppressed because one or more lines are too long

View File

@@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
<meta name="referrer" content="never">
<script type="module" crossorigin src="./assets/index-b619957d.js"></script>
<link rel="stylesheet" href="./assets/index-6ef103ac.css">
<script type="module" crossorigin src="./assets/index-ccfbebb1.js"></script>
<link rel="stylesheet" href="./assets/index-e0450ab1.css">
</head>
<body>
<div id="app"></div>

View File

@@ -128,7 +128,7 @@ async function getInfo(id, i) {
vid = id
img.value = i
let res = await getVideoInfo(id)
info.value = res.data.format
info.value = res.data.format.replace('img1.doubanio','img9.doubanio')
year.value = res.data.year
imdb = res.data.imdb_link || ""
console.info(res.data.trans_title.length)
@@ -239,4 +239,4 @@ async function addsubscribe() {
.image {
width: 100%;
display: block;
}</style>
}</style>