{{ loginMethod === 'email' ? '快捷验证' : (loginMethod === 'reset' ? '重置密码' : (isRegMode ? '注册账号' : '密码登录')) }}

{{ isEditing ? '编辑帖子内容' : '发布新想法' }}

{{ editorUploadHint }}
{{ viewedUser.profile.nickname ? viewedUser.profile.nickname.charAt(0).toUpperCase() : viewedUser.profile.username.charAt(0).toUpperCase() }}

{{ viewedUser.profile.nickname || viewedUser.profile.username }} 管理员

@{{ viewedUser.profile.username }}

该用户暂未发表任何内容
{{p.title}}
{{p.created_at}}
暂无公开的点赞记录
{{p.title}}
发布者: {{p.nickname || p.author}}
暂无公开的收藏记录
{{p.title}}
发布者: {{p.nickname || p.author}}

forum 讨论串

{{ (threadRoot.nickname || threadRoot.author).charAt(0).toUpperCase() }}
{{ threadRoot.nickname || threadRoot.author }}
{{ threadRoot.created_at }}
正在回复 @{{ threadReplyTo.name }}
{{ (r.nickname || r.author).charAt(0).toUpperCase() }}
{{ r.nickname || r.author }} ↳ 回复 {{ r.reply_to }}
{{ r.created_at }}
暂无回复
已加载全部回复
{{ ann.priority === 'high' ? 'warning' : ann.priority === 'medium' ? 'campaign' : 'info' }}
系统公告 {{ ann.priority === 'high' ? '紧急' : ann.priority === 'medium' ? '重要' : '一般' }}
{{ ann.created_at }}

{{ ann.content }}

置顶 {{ p.title }}

{{ p.created_at }}

{{ plainTextFromMarkdown(p.content) }}

visibility {{ p.views }} favorite {{ p.likes }} bookmark 收藏
{{ (p.nickname || p.author).charAt(0).toUpperCase() }}
{{ p.nickname || p.author }}
inbox

这里空空如也

{{ detail.post.title }}

{{ (detail.post.nickname || detail.post.author).charAt(0).toUpperCase() }}
{{ detail.post.nickname || detail.post.author }} · {{ detail.post.ip_location }}
发布于 {{ detail.post.created_at }} visibility {{ detail.post.views }}

forum 交流讨论

{{ (root.nickname || root.author).charAt(0).toUpperCase() }}
{{ root.nickname || root.author }} · {{ root.ip_location }}
{{ root.created_at }}
@{{ reply.nickname || reply.author }}
{{ reply.created_at }}
chat_bubble_outline

暂无评论,来说点什么吧

私人信函

{{ m.sender }} → {{ m.receiver }} {{ m.created_at }}

{{ m.content }}

我的通知

暂无任何通知
系统通知 {{ n.created_at }}

{{ n.content }}

全局公告管理

{{ ann.content }}

审计日志

时间操作人动作目标/详情
{{ log.created_at }} {{ log.admin_user }} {{ log.action_type }} {{ log.target }} - {{ log.details }}

系统管理中枢

危险操作区:初始化系统

重置数据库将清空所有数据。

用户名系统角色账号状态操作管理
{{ u.username }} {{ u.role==='admin'?'管理员':'普通成员' }} 正常 被禁言 被封禁
{{ me.nickname ? me.nickname.charAt(0).toUpperCase() : me.u.charAt(0).toUpperCase() }}

{{ me.nickname || me.u }}

@{{ me.u }}

{{ me.r === 'admin' ? '系统管理员' : '社区成员' }}

账号状态正常

manage_accounts 个人资料设置

mail 账号安全 (换绑邮箱)

当前绑定: {{ me.email || '未绑定' }}

{{ currentAnnouncement && currentAnnouncement.priority === 'high' ? 'warning' : currentAnnouncement && currentAnnouncement.priority === 'medium' ? 'campaign' : 'info' }} 公告详情

系统公告 {{ currentAnnouncement.priority === 'high' ? '紧急' : currentAnnouncement.priority === 'medium' ? '重要' : '一般' }}
{{ currentAnnouncement.created_at }}
{{ currentAnnouncement.content }}
发布者: {{ currentAnnouncement.author }}

api 开发者 · 开放平台

Key 创建成功!请立即保存,此值仅显示一次:

{{ apiKeyCreated }}

每人最多5个有效Key,默认限速60次/分钟、1000次/天

key_off 暂无 API Key,点击上方按钮申请
{{ k.name }}
{{ k.api_key_masked }}
{{ k.status === 'active' ? '有效' : '已吊销' }}
限速: {{ k.rate_limit }}/min 日限额: {{ k.daily_limit }} 今日已用: {{ k.daily_used }} 累计: {{ k.total_requests }}
创建: {{ k.created_at }} · 最后使用: {{ k.last_used_at }}

Base URL

https://kk.yunluod.top/?api=v1/

认证方式

在请求头中携带 API Key:

Authorization: Bearer yl_your_api_key_here

或在请求参数中传递:

?api=v1/posts&api_key=yl_your_api_key_here
{{ ep.method }} /v1/{{ ep.path }}

{{ ep.desc }}

参数: {{ ep.params }}

响应格式

{
  "success": true,
  "data": [...]
}

错误码

401UNAUTHORIZED - 未提供API Key
401INVALID_KEY - API Key无效或已停用
429RATE_LIMITED - 请求频率超限
429DAILY_LIMITED - 今日调用次数已达上限
404NOT_FOUND - 资源不存在

响应头

X-RateLimit-Limit - 每分钟请求上限
X-RateLimit-Remaining - 剩余请求数
X-DailyLimit-Limit - 每日请求上限
X-DailyLimit-Remaining - 今日剩余请求数
请先申请 API Key
日期 端点 调用次数
{{ u.dt }} {{ u.endpoint }} {{ u.cnt }}
暂无调用记录