docs: Update contributing guide, enhance README security advice

This commit is contained in:
shiyu
2025-08-26 11:58:33 +08:00
parent a998d08a4d
commit 202c2ed5af
3 changed files with 6 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import PageCard from '../../components/PageCard';
import { UploadOutlined, DownloadOutlined } from '@ant-design/icons';
import { backupApi } from '../../api/backup';
const { Title, Paragraph, Text } = Typography;
const { Paragraph, Text } = Typography;
const BackupPage = memo(function BackupPage() {
const [loading, setLoading] = useState(false);