tem

2025-08-12

情报信息图

<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>星月AI写作频道情报库信息图</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
    <style>
        body {
            font-family: 'Inter', sans-serif;
            background-color: #f0f4f8;
        }
        .chart-container {
            position: relative;
            width: 100%;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            height: 40vh;
            max-height: 400px;
        }
        @media (max-width: 768px) {
            .chart-container {
                height: 45vh;
                max-height: 350px;
            }
        }
        .kpi-card {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 1.5rem;
            border-radius: 0.75rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            text-align: center;
        }
        .kpi-value {
            font-size: 3rem;
            font-weight: 700;
            line-height: 1;
        }
        .kpi-label {
            font-size: 1rem;
            margin-top: 0.5rem;
            opacity: 0.8;
        }
        .flowchart-step {
            background-color: #ffffff;
            border: 2px solid #e2e8f0;
            border-radius: 0.5rem;
            padding: 1rem;
            text-align: center;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            transition: transform 0.2s;
        }
        .flowchart-step:hover {
            transform: translateY(-5px);
        }
        .flowchart-arrow {
            font-size: 2rem;
            color: #764ba2;
            align-self: center;
        }
    </style>
</head>
<body class="bg-gray-100 text-gray-800">

    <div class="container mx-auto p-4 md:p-8">
        <header class="text-center mb-12">
            <h1 class="text-4xl md:text-5xl font-bold text-gray-900 mb-2" style="color: #764ba2;">星月AI写作频道情报库</h1>
            <p class="text-lg text-gray-600">AI辅助网络文学创作战略手册</p>
        </header>

        <section id="platforms" class="mb-12">
            <h2 class="text-3xl font-bold text-center mb-8">三大主流变现平台概览</h2>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="bg-white rounded-lg shadow-md p-6 text-center">
                    <h3 class="text-2xl font-bold mb-3" style="color: #667eea;">番茄小说</h3>
                    <p class="text-6xl mb-4">🍅</p>
                    <p class="font-semibold">核心用户: 全年龄段男频读者</p>
                    <p>策略: 循环爽文, 曹贼文, 多重爽点叠加</p>
                    <p>变现: 广告分成, 稿费可观</p>
                </div>
                <div class="bg-white rounded-lg shadow-md p-6 text-center">
                    <h3 class="text-2xl font-bold mb-3" style="color: #667eea;">短剧剧本</h3>
                    <p class="text-6xl mb-4">🎬</p>
                    <p class="font-semibold">核心用户: 35-60岁群体</p>
                    <p>策略: 情绪大于情节, 三角结构, 强卡点</p>
                    <p>变现: 买断或分成, 爆款收益极高</p>
                </div>
                <div class="bg-white rounded-lg shadow-md p-6 text-center">
                    <h3 class="text-2xl font-bold mb-3" style="color: #667eea;">老福特 (Lofter)</h3>
                    <p class="text-6xl mb-4">💖</p>
                    <p class="font-semibold">核心用户: 年轻女性</p>
                    <p>策略: 超短篇同人, 磕CP, 强情绪</p>
                    <p>变现: 买断制, 审稿快, 快速变现</p>
                </div>
            </div>
        </section>

        <section id="kpis" class="mb-12">
             <h2 class="text-3xl font-bold text-center mb-8">关键成功指标</h2>
             <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                 <div class="kpi-card">
                     <div class="kpi-value">50万+</div>
                     <div class="kpi-label">顶尖作者月收入 (元)</div>
                 </div>
                 <div class="kpi-card">
                     <div class="kpi-value">17.8万+</div>
                     <div class="kpi-label">番茄小说首秀阅读量</div>
                 </div>
                 <div class="kpi-card">
                     <div class="kpi-value">1小时</div>
                     <div class="kpi-label">老福特最快审稿变现</div>
                 </div>
             </div>
        </section>

        <section id="ai-models" class="mb-12">
            <h2 class="text-3xl font-bold text-center mb-8">AI模型能力评级与应用</h2>
            <div class="bg-white rounded-lg shadow-md p-6">
                <p class="text-center text-gray-600 mb-6">选择正确的AI模型是高效创作的第一步。不同模型在文笔、创意和节奏感上各有千秋。</p>
                <div class="chart-container h-[50vh] max-h-[450px]">
                    <canvas id="aiModelChart"></canvas>
                </div>
            </div>
        </section>

        <section id="workflow" class="mb-12">
            <h2 class="text-3xl font-bold text-center mb-8">高阶AI写作工作流</h2>
            <div class="grid grid-cols-1 lg:grid-cols-2 gap-8">
                <div class="bg-white rounded-lg shadow-md p-6">
                    <h3 class="text-2xl font-bold mb-4 text-center" style="color: #764ba2;">“导演流”:实时指挥</h3>
                    <div class="flex flex-col space-y-4">
                        <div class="flowchart-step">
                            <p class="font-bold">1. 确立循环框架</p>
                            <p class="text-sm">如: 收后宫 -> 获奖励 -> 升级 -> 打怪</p>
                        </div>
                        <div class="flowchart-arrow">↓</div>
                        <div class="flowchart-step">
                            <p class="font-bold">2. AI分步生成大纲</p>
                            <p class="text-sm">使用“追问”功能, 一次生成3章剧情点</p>
                        </div>
                        <div class="flowchart-arrow">↓</div>
                        <div class="flowchart-step">
                            <p class="font-bold">3. AI扩写为正文</p>
                            <p class="text-sm">将剧情点扩充为完整章节</p>
                        </div>
                        <div class="flowchart-arrow">↓</div>
                        <div class="flowchart-step">
                            <p class="font-bold">4. 重复与迭代</p>
                            <p class="text-sm">实时调整指令, 动态推进故事</p>
                        </div>
                    </div>
                </div>
                <div class="bg-white rounded-lg shadow-md p-6">
                    <h3 class="text-2xl font-bold mb-4 text-center" style="color: #764ba2;">“纯AI流”:无限续写</h3>
                     <div class="flex flex-col space-y-4">
                        <div class="flowchart-step">
                            <p class="font-bold">1. 扫榜与AI拆解</p>
                            <p class="text-sm">分析爆款文核心要素</p>
                        </div>
                        <div class="flowchart-arrow">↓</div>
                        <div class="flowchart-step">
                            <p class="font-bold">2. AI生成创意与开篇</p>
                            <p class="text-sm">一键生成脑洞、简介和前三章</p>
                        </div>
                        <div class="flowchart-arrow">↓</div>
                        <div class="flowchart-step">
                            <p class="font-bold">3. 无限续写</p>
                            <p class="text-sm">关联长前文, 让AI自动生成后续</p>
                        </div>
                        <div class="flowchart-arrow">↓</div>
                        <div class="flowchart-step">
                            <p class="font-bold">4. 作者质检与微调</p>
                            <p class="text-sm">判断内容优劣, 调整或重新生成</p>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        
        <section id="fanqie-strategy" class="mb-12">
            <h2 class="text-3xl font-bold text-center mb-8">番茄小说爆款策略</h2>
            <div class="bg-white rounded-lg shadow-md p-6">
                 <p class="text-center text-gray-600 mb-6">在番茄小说平台,成功的关键在于精准把握读者爽点并将其模式化、循环化。</p>
                <div class="chart-container">
                    <canvas id="fanqieStrategyChart"></canvas>
                </div>
            </div>
        </section>

    </div>

    <script>
        const wrapLabel = (label) => {
            const maxLength = 16;
            if (label.length <= maxLength) {
                return label;
            }
            const words = label.split(' ');
            const lines = [];
            let currentLine = '';
            for (const word of words) {
                if ((currentLine + word).length > maxLength) {
                    lines.push(currentLine.trim());
                    currentLine = '';
                }
                currentLine += word + ' ';
            }
            lines.push(currentLine.trim());
            return lines;
        };
        
        const tooltipTitleCallback = (tooltipItems) => {
            const item = tooltipItems[0];
            let label = item.chart.data.labels[item.dataIndex];
            if (Array.isArray(label)) {
              return label.join(' ');
            } else {
              return label;
            }
        };

        const energeticPalette = {
            primary: '#667eea',
            secondary: '#764ba2',
            accent1: '#ff8a65',
            accent2: '#ffd54f',
            accent3: '#4dd0e1',
            neutral: '#90a4ae',
        };

        const ctxModel = document.getElementById('aiModelChart').getContext('2d');
        new Chart(ctxModel, {
            type: 'bar',
            data: {
                labels: [
                    wrapLabel('Claude 4 (短篇之王)'), 
                    wrapLabel('Gemini 2.5 Pro (长篇首选)'), 
                    wrapLabel('Gemini 2.5 Flash (创意利器)'), 
                    wrapLabel('Gemini 2.0 Pro (稳定输出)')
                ],
                datasets: [{
                    label: '综合能力评分 (满分10)',
                    data: [9.5, 9.2, 8.8, 8.5],
                    backgroundColor: [
                        energeticPalette.primary,
                        energeticPalette.secondary,
                        energeticPalette.accent1,
                        energeticPalette.accent2,
                    ],
                    borderColor: 'rgba(255, 255, 255, 0.8)',
                    borderWidth: 1
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                indexAxis: 'y',
                scales: {
                    x: {
                        beginAtZero: true,
                        max: 10,
                        grid: { color: '#e2e8f0' },
                        ticks: { color: '#4a5568' }
                    },
                    y: {
                        grid: { display: false },
                        ticks: { color: '#4a5568', font: { size: 14 } }
                    }
                },
                plugins: {
                    legend: { display: false },
                    title: {
                        display: true,
                        text: '网文创作AI模型能力对比',
                        font: { size: 18 },
                        color: '#2d3748',
                        padding: { bottom: 20 }
                    },
                    tooltip: { callbacks: { title: tooltipTitleCallback } }
                }
            }
        });

        const ctxStrategy = document.getElementById('fanqieStrategyChart').getContext('2d');
        new Chart(ctxStrategy, {
            type: 'doughnut',
            data: {
                labels: ['循环写法', '多重爽点', '情感递进', '擦边策略', '书名定生死'],
                datasets: [{
                    label: '策略重要性',
                    data: [30, 25, 20, 15, 10],
                    backgroundColor: [
                        energeticPalette.primary,
                        energeticPalette.secondary,
                        energeticPalette.accent1,
                        energeticPalette.accent2,
                        energeticPalette.accent3,
                    ],
                    hoverOffset: 4
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                plugins: {
                    legend: {
                        position: 'bottom',
                        labels: { color: '#4a5568', font: { size: 14 } }
                    },
                    title: {
                        display: true,
                        text: '番茄小说爆款核心策略构成',
                        font: { size: 18 },
                        color: '#2d3748',
                        padding: { bottom: 20 }
                    },
                    tooltip: { callbacks: { title: tooltipTitleCallback } }
                }
            }
        });
    </script>
</body>
</html>