Skip to content
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5f6212b
feat(响应式布局): 添加屏幕断点并更新导航响应式逻辑
Apr 20, 2026
6cb6b1b
style(SubscriptionView): 修复侧边栏布局并移除dist/index.html
Apr 20, 2026
30166d0
feat(ui): 替换emoji为lucide图标并添加移动端标签导航
Apr 20, 2026
43d3a78
feat: 重构发现频道功能并优化剪贴板工具
Apr 20, 2026
5f16206
Merge branch 'main' of https://github.com/SummerRay160/GithubStarsMan…
Apr 20, 2026
ea61f9d
feat(订阅): 添加订阅相关类型定义和状态管理
Apr 20, 2026
4dd924b
feat: 添加项目常量文件并优化多个组件功能
Apr 20, 2026
bcb6c97
feat(字体): 添加Inter字体文件并配置为默认字体
Apr 20, 2026
c285f7f
feat(DiscoveryView): 添加频道样式映射并优化图标显示
Apr 20, 2026
f81dba3
build: 升级 @vitejs/plugin-react 依赖至 6.0.0 版本
Apr 20, 2026
a4a360e
refactor(vite配置): 优化构建分块策略并移除注释
Apr 20, 2026
0e78f1e
Update src/store/useAppStore.ts
SummerRay160 Apr 20, 2026
4285674
Update src/components/DiscoveryView.tsx
SummerRay160 Apr 20, 2026
42cc4e6
Update src/services/githubApi.ts
SummerRay160 Apr 20, 2026
935dfc6
feat: 添加请求取消功能并优化数据管理
Apr 20, 2026
febb6d6
Merge branch 'main' of https://github.com/SummerRay160/GithubStarsMan…
Apr 20, 2026
c656c20
feat(discovery): 实现完整的分页功能与UI优化
Apr 21, 2026
585fe2a
feat: 优化性能并添加RSS趋势功能
Apr 21, 2026
1023723
feat: 添加RSS时间范围支持并优化暂停/停止逻辑
Apr 21, 2026
75eecc5
fix(DiscoveryView): 修复切换频道时页码重置问题
Apr 21, 2026
73a8fd0
feat: 重构项目发现功能并优化UI交互
Apr 21, 2026
839fbf3
fix: 修复 DiscoveryView 切换频道时的白屏问题
AmintaCCCP Apr 22, 2026
ca9cf0f
chore: 添加 DiscoveryView 调试日志和错误边界
AmintaCCCP Apr 22, 2026
d8d3669
chore: 修复 discoveryChannels null 检查和错误边界日志读取
AmintaCCCP Apr 22, 2026
99096a7
fix: 修复 discoveryChannels.find() 空指针问题
AmintaCCCP Apr 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions dist/index.html

This file was deleted.

3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GitHub Stars Manager - AI-Powered Repository Management</title>
<meta name="description" content="Intelligent management of your GitHub starred repositories with AI-powered analysis and release tracking" />
<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" />
<!-- Font Awesome CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Material Icons CDN -->
Expand Down
Loading
Loading