Files
coco-app/.vscode/settings.json
BiggerRain cb4f1ac4b1 feat: add categories and icons (#107)
* feat: add search data type

* feat: add search store

* feat: search result add category

* chore: UI adjustments

* chore: UI adjustments

* chore: add css duration

* feat: add type icon & add categories

* feat: add doc click open url

* chore: remove debug

* chore: optimize page details
2025-01-21 19:37:15 +08:00

52 lines
807 B
JSON

{
"cSpell.words": [
"ahooks",
"autolaunch",
"Avenir",
"callout",
"clsx",
"codegen",
"dyld",
"fullscreen",
"headlessui",
"Icdbb",
"icns",
"INFINI",
"inputbox",
"katex",
"khtml",
"localstorage",
"lucide",
"maximizable",
"Minimizable",
"nord",
"nowrap",
"nspanel",
"nsstring",
"partialize",
"Raycast",
"rehype",
"rgba",
"serde",
"tailwindcss",
"tauri",
"titlebar",
"tpddns",
"traptitech",
"unlisten",
"unlistener",
"unminimize",
"uuidv",
"VITE",
"webviews",
"yuque",
"zustand"
],
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
},
"i18n-ally.localesPaths": [
"src/locales"
]
}