mirror of
https://github.com/nuxt/ui.git
synced 2026-09-14 19:51:10 +08:00
docs(showcase): add kleinezeitung.at
This commit is contained in:
@@ -150,7 +150,10 @@ export const collections = {
|
||||
url: z.string(),
|
||||
screenshotUrl: z.string().optional(),
|
||||
screenshotOptions: z.object({
|
||||
delay: z.number()
|
||||
delay: z.number().optional(),
|
||||
width: z.number().optional(),
|
||||
cookies: z.array(z.string()).optional(),
|
||||
removeElements: z.array(z.string()).optional()
|
||||
}).optional()
|
||||
}))
|
||||
})
|
||||
|
||||
@@ -29,6 +29,12 @@ items:
|
||||
url: https://www.juno.one/
|
||||
- name: Kassebil
|
||||
url: https://kassebil.dk/
|
||||
- name: Kleine Zeitung
|
||||
url: https://www.kleinezeitung.at/
|
||||
screenshotOptions:
|
||||
width: 1024
|
||||
delay: 5
|
||||
removeElements: ['[id^="piano"]']
|
||||
- name: LearnVue
|
||||
url: https://learnvue.co/
|
||||
- name: LunixPOS
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1019 KiB |
Reference in New Issue
Block a user