feat: 初始化随机图片服务项目
添加核心功能模块包括: - 服务入口文件 app.js - 图片服务、缓存管理、页数检测等核心服务 - 日志工具和定时任务调度器 - 项目配置文件和文档
This commit is contained in:
18
.env.example
Normal file
18
.env.example
Normal file
@@ -0,0 +1,18 @@
|
||||
# 服务端口
|
||||
PORT=3000
|
||||
|
||||
# 缓存配置
|
||||
CACHE_DIR=./cache
|
||||
MAX_CACHE_SIZE_MB=1024
|
||||
|
||||
# API 配置
|
||||
SOMEACG_API_BASE=https://someacg.vercel.app/api
|
||||
SOMEACG_CDN_BASE=https://cdn.someacg.top/graph/origin
|
||||
|
||||
# 页数检测配置
|
||||
MAX_PAGE_DETECTION_TIMEOUT=30000
|
||||
MAX_RETRY_ATTEMPTS=3
|
||||
|
||||
# 日志配置
|
||||
LOG_LEVEL=info
|
||||
LOG_FILE=./logs/app.log
|
||||
Reference in New Issue
Block a user