diff --git a/src/components/Library/LibraryFileDialog.vue b/src/components/Library/LibraryFileDialog.vue
index c3e1c7d..c09f266 100644
--- a/src/components/Library/LibraryFileDialog.vue
+++ b/src/components/Library/LibraryFileDialog.vue
@@ -220,49 +220,6 @@ const submitForm = async () => {
.md-editor {
height: auto;
}
-
- .generate-question {
- display: flex;
- flex-direction: column;
- gap: 10px;
-
- .generate-action {
- display: flex;
- align-items: center;
- gap: 10px;
- }
- }
-
- .question-list {
- display: flex;
- flex-direction: column;
- gap: 10px;
-
- .question-card {
- .el-card__body {
- display: flex;
- flex-direction: column;
- gap: 10px;
- }
-
- .question-title {
- font-weight: 600;
- }
-
- .question-options {
- padding-left: 16px;
- }
-
- .question-answer {
- color: #67c23a;
- font-size: 13px;
- }
-
- .question-action {
- text-align: right;
- }
- }
- }
}
}
diff --git a/src/components/Library/LibraryFileList.vue b/src/components/Library/LibraryFileList.vue
index 5b17fd0..8ddf28d 100644
--- a/src/components/Library/LibraryFileList.vue
+++ b/src/components/Library/LibraryFileList.vue
@@ -15,9 +15,11 @@
- 编辑
+ 编辑
训练
- 删除
+ 删除
@@ -30,6 +32,7 @@ import { Delete, Edit, Picture, Document, Aim } from '@element-plus/icons-vue'
import { useLibraryStore } from '@/stores/library.ts'
import { usePracticeStore } from '@/stores/practice.ts'
import { useQuestionStore } from '@/stores/question.ts'
+import { useAppStore } from '@/stores/app.ts'
import type { ILibraryFile } from '@/types/library.ts'
import LibraryFilter from '@/components/Library/LibraryFilter.vue'
import { computed } from 'vue'
@@ -40,6 +43,7 @@ import { ElLoading, ElMessage } from 'element-plus'
const libraryStore = useLibraryStore()
const practiceStore = usePracticeStore()
const questionStore = useQuestionStore()
+const appStore = useAppStore()
const filterLibraryFileList = computed(() => {
const subject = libraryStore.selectedSubject
diff --git a/src/components/question/QuestionList.vue b/src/components/question/QuestionList.vue
index f9a3a46..947e048 100644
--- a/src/components/question/QuestionList.vue
+++ b/src/components/question/QuestionList.vue
@@ -119,7 +119,7 @@ const addMistakeList = async () => {
gap: 16px;
.question-list {
- padding: 10px;
+ padding: 0 10px;
background: #fff;
border-radius: 12px;
diff --git a/src/layout/AppLogo.vue b/src/layout/AppLogo.vue
new file mode 100644
index 0000000..16adc2d
--- /dev/null
+++ b/src/layout/AppLogo.vue
@@ -0,0 +1,16 @@
+
+
+ 🧠 智能学习助手
+ 🧠
+
+
+
+
diff --git a/src/layout/AppMenu.vue b/src/layout/AppMenu.vue
new file mode 100644
index 0000000..c0ce01f
--- /dev/null
+++ b/src/layout/AppMenu.vue
@@ -0,0 +1,35 @@
+
+
+
+
+
diff --git a/src/layout/index.vue b/src/layout/index.vue
index a190009..dd1a172 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -1,50 +1,29 @@
-
-
-
-
- 🧠 智能学习助手
- 🧠
-
+
+
+
+
-
-
+
+
+