feat: 发布 v0.5.0 加密存储与匿名同步
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user