mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 15:54:03 +01:00
feat: update UI configurations and enhance skills data structure for improved functionality
This commit is contained in:
@@ -57,7 +57,7 @@ export const collections = {
|
||||
type: 'data',
|
||||
source: 'skills.json',
|
||||
schema: z.object({
|
||||
items: z.object({
|
||||
body: z.array(z.object({
|
||||
id: z.string(),
|
||||
name: z.object({
|
||||
en: z.string(),
|
||||
@@ -68,7 +68,7 @@ export const collections = {
|
||||
name: z.string(),
|
||||
icon: z.string(),
|
||||
})),
|
||||
}),
|
||||
})),
|
||||
}),
|
||||
}),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user