mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
✨ Initial commit with Sveltekit + format files
This commit is contained in:
+33
-33
@@ -1,34 +1,34 @@
|
||||
export type tCategory =
|
||||
| 'All'
|
||||
| 'AI'
|
||||
| 'Software'
|
||||
| 'Hardware'
|
||||
| 'Library'
|
||||
| 'Hosting'
|
||||
| 'Framework'
|
||||
| 'Devtool'
|
||||
| 'Monorepo'
|
||||
| 'CMS'
|
||||
| 'Database'
|
||||
| 'Compiler'
|
||||
| 'Crypto'
|
||||
| 'Cybersecurity'
|
||||
| 'Social'
|
||||
| 'Entertainment'
|
||||
| 'Browser'
|
||||
| 'Language'
|
||||
| 'Education'
|
||||
| 'Design'
|
||||
| 'Community'
|
||||
| 'Marketplace'
|
||||
| 'Music'
|
||||
| 'Vercel'
|
||||
| 'Google'
|
||||
| 'Payment'
|
||||
| 'VoidZero'
|
||||
| 'Authentication'
|
||||
| 'IoT'
|
||||
| 'Config'
|
||||
| 'Secrets'
|
||||
| 'IaC'
|
||||
| 'Analytics';
|
||||
| "All"
|
||||
| "AI"
|
||||
| "Software"
|
||||
| "Hardware"
|
||||
| "Library"
|
||||
| "Hosting"
|
||||
| "Framework"
|
||||
| "Devtool"
|
||||
| "Monorepo"
|
||||
| "CMS"
|
||||
| "Database"
|
||||
| "Compiler"
|
||||
| "Crypto"
|
||||
| "Cybersecurity"
|
||||
| "Social"
|
||||
| "Entertainment"
|
||||
| "Browser"
|
||||
| "Language"
|
||||
| "Education"
|
||||
| "Design"
|
||||
| "Community"
|
||||
| "Marketplace"
|
||||
| "Music"
|
||||
| "Vercel"
|
||||
| "Google"
|
||||
| "Payment"
|
||||
| "VoidZero"
|
||||
| "Authentication"
|
||||
| "IoT"
|
||||
| "Config"
|
||||
| "Secrets"
|
||||
| "IaC"
|
||||
| "Analytics";
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import type { tCategory } from './categories';
|
||||
import type { tCategory } from "./categories";
|
||||
|
||||
export type ThemeOptions = {
|
||||
dark: string;
|
||||
|
||||
Reference in New Issue
Block a user