feat: 收藏关注系统 v1.0.0 - 支持CLI/API/Web三种操作模式

This commit is contained in:
2026-04-12 01:34:13 +08:00
commit 184cc5b56b
26 changed files with 2953 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Metadata-Version: 2.1
Name: xian-favor
Version: 1.0.0
Summary: Xian Favor - 收藏关注系统
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.8
UNKNOWN

View File

@@ -0,0 +1,15 @@
README.md
pyproject.toml
setup.py
xian_favor/__init__.py
xian_favor/__main__.py
xian_favor/api.py
xian_favor/cli.py
xian_favor/config.py
xian_favor/db.py
xian_favor.egg-info/PKG-INFO
xian_favor.egg-info/SOURCES.txt
xian_favor.egg-info/dependency_links.txt
xian_favor.egg-info/entry_points.txt
xian_favor.egg-info/requires.txt
xian_favor.egg-info/top_level.txt

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,3 @@
[console_scripts]
xian_favor = xian_favor.cli:main

View File

@@ -0,0 +1,2 @@
flask-cors>=4.0.0
flask>=2.3.0

View File

@@ -0,0 +1 @@
xian_favor