改为自动周期采集并优化首页导航
This commit is contained in:
+1
-2
@@ -24,8 +24,7 @@ class Settings(BaseSettings):
|
||||
github_min_stars: int = 20
|
||||
github_max_projects: int = 5
|
||||
agent_timezone: str = "Asia/Shanghai"
|
||||
agent_cron_hour: int = 8
|
||||
agent_cron_minute: int = 30
|
||||
agent_interval_minutes: int = 30
|
||||
report_dir: Path = Path("reports")
|
||||
log_file: Path = Path("logs/app.log")
|
||||
log_tail_lines: int = 200
|
||||
|
||||
Reference in New Issue
Block a user