feat: 导航收藏网站 v1.0

- 左侧边栏分类导航
- 紫蓝渐变背景
- 精致卡片设计
- 网站增删改查、收藏功能
- 搜索过滤
- 后端: Flask + MySQL
- 前端: React + Vite
This commit is contained in:
小龙
2026-04-06 14:42:37 +00:00
parent a1951c3aeb
commit 4d36e80695
16 changed files with 1051 additions and 653 deletions
+9 -3
View File
@@ -5,9 +5,15 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>导航收藏夹</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
/* 系统字体栈 */
@font-face {
font-family: 'System UI';
font-style: normal;
font-weight: 400;
src: local('SF Pro Text'), local('Segoe UI'), local('Roboto'), local('Helvetica Neue'), local('Arial');
}
</style>
</head>
<body>
<div id="root"></div>