Skip to content

Commit 9d2a098

Browse files
authored
wip
1 parent 083d156 commit 9d2a098

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/pages/doc.vue

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ const categories = ref<Category[]>([
8080
link: 'https://pan.quark.cn/s/07e25ee6de9f',
8181
},
8282
{
83-
name: '新概念合集',
84-
description: '包含前面的内容',
85-
difficulty: '',
83+
name: '新概念资源合集',
84+
description: '',
85+
difficulty: '包含前面所有的内容',
8686
link: 'https://pan.quark.cn/s/6b12da160020',
8787
},
8888
],
@@ -129,9 +129,8 @@ const categories = ref<Category[]>([
129129
link: 'https://pan.quark.cn/s/5ba146c46180',
130130
},
131131
{
132-
name: '电视/电影合集',
133-
description: '包含前面的内容',
134-
difficulty: '',
132+
name: '电视/电影资源合集',
133+
difficulty: '包含前面所有的内容',
135134
link: 'https://pan.quark.cn/s/84ecb30b700b', //159
136135
// link: 'https://pan.quark.cn/s/e9b62b79c48c',
137136
},
@@ -272,7 +271,7 @@ const openLink = (url: string) => {
272271
<div class="text-center mb-8">
273272
<h1 class="text-4xl font-bold mb-4">英语学习资源分享</h1>
274273
<p class="text-lg text-gray-600 dark:text-gray-300 max-w-3xl mx-auto">
275-
以下是我整理的英语学习资源,希望对大家有所帮助!
274+
以下是整理的一些英语学习资源,希望对大家有所帮助!
276275
</p>
277276
</div>
278277

@@ -353,8 +352,8 @@ const openLink = (url: string) => {
353352
<li>所有资源均来自互联网收集,仅供学习交流使用</li>
354353
<li>
355354
如果链接失效,请及时<a :href="`https://v.wjx.cn/vm/ev0W7fv.aspx#`" target="_blank"
356-
>告知</a
357-
>,我会尽快更新
355+
>告知</a
356+
>,我会尽快更新
358357
</li>
359358
</ul>
360359
</div>

src/pages/setting/Setting.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ function transferOk() {
387387
:loading="importLoading">导入数据恢复</BaseButton>
388388
<input type="file"
389389
id="import"
390+
class="w-0 h-0 opacity-0"
390391
accept="application/json,.zip,application/zip"
391392
@change="importData">
392393
</div>

0 commit comments

Comments
 (0)