fix:修改书籍数据

This commit is contained in:
zyronon
2025-08-12 02:02:56 +08:00
parent c6e07b3b75
commit e687f72214
6 changed files with 51 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
"private": true,
"version": "0.0.0",
"scripts": {
"start": "vite",
"dev": "vite",
"test": "",
"build": "vite build",

View File

@@ -676,8 +676,6 @@
}
]
},
{
"id": "F4wm63",
"title": "A wet night",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2847,7 +2847,7 @@ export const enArticle: DictResource[] = [
category: '文章学习',
tags: ['新概念英语'],
url: 'NCE_4.json',
length: 3,
length: 1,
translateLanguage: 'common',
language: 'en',
type: DictType.article

View File

@@ -93,7 +93,7 @@ const {
<div class="absolute text-2xl text-align-center w-full">{{ runtimeStore.editDict.name }}</div>
<div class="flex">
<BaseButton :loading="studyLoading||loading" type="info" @click="isEdit = true">编辑</BaseButton>
<!-- <BaseButton type="info" @click="router.push('batch-edit-article')">文章管理</BaseButton>-->
<BaseButton type="info" @click="router.push('batch-edit-article')">文章管理</BaseButton>
<BaseButton :loading="studyLoading||loading" @click="addMyStudyList">学习</BaseButton>
</div>
</div>