릴리스: v1.4.35 에디터 검색과 공유 프리뷰 보강

This commit is contained in:
2026-04-03 01:06:30 +09:00
parent 15c03835ef
commit 5eb08e1757
7 changed files with 185 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ const route = useRoute()
const router = useRouter()
const auth = useAuthStore()
const { toasts, dismissToast } = useToast()
const RIGHT_RAIL_COPYRIGHT_URL = 'https://zenn.town/@murabito'
const RIGHT_RAIL_COPYRIGHT_URL = 'https://x.com/zennbox'
const currentTopicId = computed(() => route.params.topicId || '')
const leftRailCollapsed = ref(false)