feat: follow llm.txt

This commit is contained in:
2025-12-18 10:27:40 +08:00
parent 819fa7f218
commit 674c562831
25 changed files with 2775 additions and 106 deletions

View File

@@ -77,6 +77,12 @@ type ContentVisibility string
// ENUM( main, cover, preview )
type ContentAssetRole string
const (
// DefaultContentPreviewSeconds is the default preview duration in seconds when content.preview_seconds is unset/invalid.
// 默认试看时长(秒):当未配置或传入非法值时使用。
DefaultContentPreviewSeconds int32 = 60
)
// content_prices
// swagger:enum DiscountType