Skip to content

Commit 37abde4

Browse files
ChanMoclaude
andcommitted
Release v0.5.0: 重构为服务层架构
- 提取 LibraryService 处理媒体文件扫描和路径解析 - 提取 FavoriteService 管理收藏功能 - 提取 RecommendService 处理加权随机推荐算法 - 提取 ThumbnailService 处理缩略图生成 - 简化 app.py,专注于路由和视图逻辑 - 优化模板代码 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c76c985 commit 37abde4

9 files changed

Lines changed: 847 additions & 1081 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,4 @@ cython_debug/
163163
node_modules/
164164

165165
.DS_Store
166+
default/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "TikLocal"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
description = "A local media server that combines the features of TikTok and Pinterest"
55
authors = ["ChanMo <chan.mo@outlook.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)