refactor: 移除收藏功能及相关代码

删除用户收藏表及相关SQL定义
移除前端收藏按钮及JavaScript逻辑
清理API中收藏相关接口
更新README文档移除收藏功能说明
This commit is contained in:
2025-07-15 18:08:39 +08:00
parent 48c8148e8b
commit a6ed9fd1cb
7 changed files with 9 additions and 67 deletions

View File

@@ -213,7 +213,7 @@ php -S localhost:8000
"endpoints": {
"/api?action=list": "获取应用列表支持search、platform、age_rating、tag、page、limit参数。search搜索关键词platform平台age_rating年龄分级tag标签page页码limit每页数量",
"/api?action=app&id=1": "获取指定ID的应用详情需传入app_id参数。包含应用基础信息、版本、图片、评价和标签信息",
"/api?action=favorite": "收藏应用POST方法需app_id和user_id参数"
},
"example": "GET /api?action=list&search=游戏&limit=10"
}