feat: 发布 v0.5.0 加密存储与匿名同步

This commit is contained in:
2026-06-23 01:48:01 +02:00
parent 81a70137a9
commit e3825c5a4e
20 changed files with 1091 additions and 70 deletions
+8 -1
View File
@@ -1,5 +1,5 @@
'use client';
import { Search } from 'lucide-react';
import { Bot, Search } from 'lucide-react';
import { useState, useCallback } from 'react';
import Link from 'next/link';
@@ -53,6 +53,13 @@ export default function QuestionnaireList() {
<div className="container px-4 py-6 max-w-6xl mx-auto">
<h1 className="text-2xl font-medium mb-6">{t('title')}</h1>
<div className="mb-5 flex gap-3 border bg-muted/30 p-3 text-sm leading-6 text-muted-foreground">
<Bot className="mt-0.5 h-4 w-4 shrink-0 text-foreground" />
<p>
ChatGPT
</p>
</div>
{/* Search bar */}
<div className="mb-4 relative">
<Search className="absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground" />