File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed
Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " enspire " : patch
3+ ---
4+
5+ Navbar bugfix
Original file line number Diff line number Diff line change @@ -73,7 +73,15 @@ const sidebarData = ref({
7373 ? [
7474 {
7575 title: ' 社团文件' ,
76- url: ' /forms/files' ,
76+ url: ' #' ,
77+ icon: ' lucide:file-text' ,
78+ isActive: true ,
79+ items: [
80+ {
81+ title: ' 社团文件' ,
82+ url: ' /forms/files' ,
83+ },
84+ ],
7785 },
7886 {
7987 title: ' 活动记录' ,
Original file line number Diff line number Diff line change @@ -9,13 +9,6 @@ import { v4 as uuidv4 } from 'uuid'
99import { useForm } from ' vee-validate'
1010import * as z from ' zod'
1111
12- // ZOD!
13- const formSchema = toTypedSchema (z .object ({
14- file: z
15- .instanceof (FileList )
16- .refine (file => file ?.length === 1 , ' File is required.' ),
17- }))
18-
1912definePageMeta ({
2013 middleware: [' auth' ],
2114})
You can’t perform that action at this time.
0 commit comments