feat(search): / 단축키 검색 모달 및 통합 검색 API 추가

- / 및 헤더 검색 클릭으로 모달을 열고 태그·게시물 검색을 제공.
- 태그 검색 범위를 name/slug로 제한하고 IME 조합 입력 대응을 보강.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-11 16:12:31 +09:00
parent bcf3acd432
commit ff6526c997
11 changed files with 471 additions and 14 deletions

View File

@@ -1,10 +1,13 @@
{
"name": "sori.studio",
"version": "0.0.63",
"version": "0.0.66",
"private": true,
"type": "module",
"imports": {
"#internal/nuxt/paths": "./.nuxt/paths.mjs"
"#internal/nuxt/paths": "./.nuxt/paths.mjs",
"#internal/nitro": {
"node": "./scripts/node-paths-nitro-shim.mjs"
}
},
"scripts": {
"dev": "node scripts/dev-server.js",