墨韵 AI 一键写小说

让 AI 替你写完整本小说

玄幻、仙侠、都市、科幻…… 输入设定,一杯咖啡的时间,一本 10 万字作品出炉。

{{ stats.userCount||'—' }}已注册作者
{{ stats.chapterCount||'—' }}已生成章节
{{ stats.novelCount||'—' }}作品总数

热门作品

{{ genreLabel(n.genre) }}

{{ n.title }}

{{ n.description || '一部 AI 创作的' + genreLabel(n.genre) + '小说' }}

📖 {{ n.chapter_count }} 章 ✍️ {{ formatNum(n.word_count) }} 字

作品展厅

{{ genreLabel(n.genre) }}

{{ n.title }}

{{ n.description || '一部 AI 创作的' + genreLabel(n.genre) + '小说' }}

📖 {{ n.chapter_count }} 章 ✍️ {{ formatNum(n.word_count) }} 字

登录墨韵

还没账号?立即注册

免费注册

已有账号?直接登录

创作中心

开始一本新书

我的作品

还没有作品,左边创建一本
{{ n.title }} {{ genreLabel(n.genre) }} {{ statusLabel(n.status) }}
{{ n.chapter_count }} 章 / {{ formatNum(n.word_count) }} 字

{{ currentNovel.title }}

{{ currentNovel.description }}

{{ genreLabel(currentNovel.genre) }} {{ currentNovel.chapter_count }} 章 {{ formatNum(currentNovel.word_count) }} 字
{{ genStep }}
{{ genStream }}

章节列表

第 {{ c.chapter_no }} 章 {{ c.title }} {{ chapterStatusLabel(c.status) }}
{{ c.word_count }} 字 · {{ formatTime(c.created_at) }}
← 返回作品

第 {{ currentChapter.chapter_no }} 章 {{ currentChapter.title }}

{{ currentChapter.word_count }} 字 · {{ formatTime(currentChapter.created_at) }}
章节内容为空

我的资料

用户名:{{ me.username }}

昵称:{{ me.nickname }}

会员等级: 免费用户 VIP{{ me.vipLevel }}(到期:{{ formatTime(me.vipExpire) }})

今日已用:{{ me.todayChars }} / {{ me.vipLevel>0 ? '50000' : '2000' }} 字

累计创作:{{ me.totalChars }} 字

兑换卡密开通 VIP

本站只通过卡密开通 VIP,不接在线支付。前往官方发卡平台购买,付款后自动发货 16 位卡密:

🛒 前往购买卡密(墨韵 AI 官方)

卡密类型:

7 天卡 —— 适合尝鲜体验

月卡(30 天) —— 适合正式创作

卡密一次兑换即绑定账号,不能转赠。续费会自动叠加有效期。

🔒 管理员登录

仅限管理员账号登录(与主站用户隔离)

不是管理员?返回首页

🚫 无权限

当前账号 {{ user.nickname }} 不是管理员,无法访问后台。

后台管理

{{ adminStats.userCount }}用户总数
{{ adminStats.novelCount }}作品总数
{{ adminStats.chapterCount }}已生成章节
{{ adminStats.todayNewUsers }}今日新增用户
¥{{ adminStats.totalIncome }}总收入

💰 成本核算(决定赚不赚钱)

¥{{ adminStats.todayCost.toFixed(2) }} 今日 API 成本 {{ formatNum(adminStats.todayTokens) }} token
¥{{ adminStats.monthCost.toFixed(2) }} 本月 API 成本 {{ formatNum(adminStats.monthTokens) }} token
{{ adminStats.monthCostIncomeRatio }}% 成本/收入比 健康区间 < 30%
¥{{ adminStats.totalCost.toFixed(2) }} 累计烧了 {{ formatNum(adminStats.totalTokens) }} token

最近 30 天每日成本

{{ d.date.slice(5) }}

还没数据,等用户开始创作就有了

TOP 10 烧钱用户(30 天)

用户会员消耗 tokenAPI 成本调用次数
{{ u.nickname || u.username }} #{{ u.id }} VIP{{ u.vip_level }}免费 {{ formatNum(u.total_tokens) }} ¥{{ Number(u.total_cost).toFixed(2) }} {{ u.calls }}

还没数据

按模型分(30 天)

模型token成本占比
{{ m.model }} {{ formatNum(m.tokens) }} ¥{{ Number(m.cost).toFixed(2) }} {{ totalModelTokens ? Math.round(m.tokens / totalModelTokens * 100) : 0 }}%

👥 用户管理({{ adminUsers.length }} 人)

ID 用户名 昵称 手机 会员 到期 今日用量 累计创作 角色 注册时间 操作
#{{ u.id }} {{ u.username }} {{ u.nickname || '-' }} {{ u.phone || '-' }} VIP{{ u.vip_level }} 免费 {{ u.vip_expire ? u.vip_expire.slice(0,10) : '-' }} {{ formatNum(u.today_chars) }} / {{ u.vip_level>0 ? 50000 : 2000 }} {{ formatNum(u.total_chars) }} 管理员 普通 {{ u.created_at ? u.created_at.slice(0,10) : '-' }}

📚 书籍管理({{ adminNovels.length }} 本)

ID 书名 作者 类型 章节 字数 状态 公开 演示 更新时间 操作
#{{ n.id }} {{ n.title }} {{ n.user_nickname || n.username || '?' }} {{ genreLabel(n.genre) }} {{ n.chapter_count || 0 }} 章 {{ formatNum(n.word_count) }} 待生成 连载中 已完结 暂停 公开 私密 演示 - {{ n.updated_at ? n.updated_at.slice(0,10) : '-' }}

生成新卡密

✅ 已生成 {{ generatedCodes.length }} 张(批次 {{ generatedBatch }})

点击卡密复制,可一键复制全部:

{{ c }}

批次汇总(最近 50 批)

批次类型面值备注总数未用已用禁用生成时间
{{ b.batch_no }} {{ b.days }} 天 ¥{{ Number(b.face_value).toFixed(2) }} {{ b.note || '-' }} {{ b.total }} {{ b.unused }} {{ b.used }} {{ b.disabled }} {{ formatTime(b.created_at) }}

卡密列表

卡密类型面值状态使用者兑换时间批次操作
{{ c.code }} {{ c.days }} 天 ¥{{ Number(c.face_value).toFixed(2) }} 未用 已用 禁用 {{ c.used_by ? '#' + c.used_by : '-' }} {{ c.used_at ? formatTime(c.used_at) : '-' }} {{ c.batch_no }}

暂无卡密

页面不存在

回首页
{{ toast.msg }}