mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
Working on arthome
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import type { ParsedContent } from '@nuxt/content'
|
||||
import { z } from 'zod'
|
||||
|
||||
export const COLORS = ['gray', 'slate', 'zinc', 'neutral', 'stone', 'red', 'orange', 'amber', 'yellow', 'lime', 'green', 'emerald', 'teal', 'cyan', 'sky', 'blue', 'indigo', 'violet', 'purple', 'fuchsia', 'pink', 'rose']
|
||||
@@ -61,22 +60,6 @@ export interface TabType {
|
||||
link: string
|
||||
}
|
||||
|
||||
// todo: delete
|
||||
export interface AppType extends ParsedContent {
|
||||
primary?: boolean
|
||||
name: string
|
||||
nuxt?: string
|
||||
url: string
|
||||
icon: string
|
||||
color: string
|
||||
tags: Tag[]
|
||||
}
|
||||
|
||||
export interface Tag {
|
||||
name: string
|
||||
color: string
|
||||
}
|
||||
|
||||
export interface OpenWeatherType {
|
||||
weather: Array<{
|
||||
description: string
|
||||
|
||||
Reference in New Issue
Block a user