novel-doomsday-resurgence/inkos.tomato.json

112 lines
3.9 KiB
JSON

{
"name": "inkos-tomato-config",
"version": "1.0.0",
"description": "番茄小说专用配置",
"platform": "tomato",
"target": {
"readers": "mobile_young",
"age_group": "18-35",
"reading_habit": "碎片化阅读,追求爽感"
},
"writing_style": {
"genre": "urban_apocalypse",
"subgenre": "rebirth_stockpiling",
"pacing": "fast",
"dialogue_ratio": 0.4,
"description_ratio": 0.3,
"action_ratio": 0.3,
"emotional_intensity": "high"
},
"paragraph_rules": {
"min_length_chinese": 35,
"max_length_chinese": 150,
"max_consecutive_short": 3,
"short_paragraph_warning_ratio": 0.3,
"ideal_paragraph_length": 50,
"dialogue_format": "separate_line",
"dialogue_min_length": 15
},
"chapter_rules": {
"min_word_count": 2500,
"max_word_count": 3500,
"ideal_word_count": 3000,
"golden_points_per_chapter": 3,
"emotional_hooks_per_chapter": 2,
"plot_advancement_per_chapter": "significant",
"cliffhanger_required": true
},
"content_quality": {
"爽点_requirements": {
"chapter_1": ["重生确认", "先知优势展现", "时间紧迫感建立", "第一个目标设定"],
"chapter_2_3": ["第一个爽点兑现", "小反派打脸", "资源初步获取", "升级体系建立"],
"subsequent_chapters": ["保持爽点密度", "持续升级", "冲突推进", "期待管理"]
},
"emotional_arc": {
"required": true,
"min_intensity_change": 0.5,
"max_flat_chapters": 2,
"release_interval": 3
},
"character_development": {
"protagonist_growth": "continuous",
"antagonist_complexity": "medium",
"supporting_characters": "functional_but_lively",
"dialogue_authenticity": "high"
},
"plot_pacing": {
"conflict_per_chapter": 1,
"resolution_interval": 2,
"major_twist_interval": 10,
"arc_completion_interval": 30
}
},
"prohibited_patterns": {
"ai_patterns": ["列表式结构", "机械重复", "模板化表达"],
"writing_cliches": ["一片寂静", "显然", "毫无疑问", "众所周知"],
"format_errors": ["破折号——", "过多省略号……", "不规范对话格式"],
"content_issues": ["爽点虚化", "弧线平坦", "配角工具人化", "读者期待管理失败"]
},
"optimization_targets": {
"reading_experience": {
"mobile_friendly": true,
"audio_book_compatible": true,
"retention_rate_target": 0.7,
"chapter_completion_target": 0.8
},
"platform_performance": {
"tomato_algorithm_friendly": true,
"trending_keywords": ["重生", "囤货", "末世", "爽文"],
"update_frequency": "daily",
"chapter_timing": "evening_peak"
},
"monetization": {
"ad_revenue_optimized": true,
"audio_revenue_optimized": true,
"premium_content_ready": false,
"ip_adaptation_potential": "medium"
}
},
"monitoring": {
"real_time_checks": ["paragraph_length", "爽点_density", "emotional_arc", "dialogue_quality"],
"periodic_reviews": ["chapter_audit", "plot_coherence", "character_consistency", "reader_feedback"],
"auto_fix": ["merge_short_paragraphs", "enhance_golden_points", "adjust_pacing", "enrich_characters"],
"alerts": ["quality_drop", "audit_failure", "reader_complaints", "trend_change"]
},
"integration": {
"inkos_version": ">=1.0.0",
"compatibility": ["tomato-novel", "urban_apocalypse"],
"api_endpoints": {
"quality_check": "/api/quality/check",
"auto_fix": "/api/fix/apply",
"audit_result": "/api/audit/result",
"reader_feedback": "/api/feedback/collect"
},
"data_sources": ["inkos_logs", "chapter_files", "audit_results", "external_metrics"]
},
"maintenance": {
"config_update_frequency": "weekly",
"rule_adjustment_frequency": "monthly",
"performance_review_frequency": "quarterly",
"major_overhaul_frequency": "yearly"
}
}