Checklist.love 侦爱清单
这是一个基于Github Issue的清单小应用。
它能教你怎样查对方的手机,怎么查、在哪查。
<script>
window.config = {
organization: false, // 默认是 false,如果你的项目是属于 GitHub 组织 的,请设置为 true
order: 'CREATED_AT', // 文章排序,以 创建时间 或者 更新时间,可选值 'UPDATED_AT','CREATED_AT'
title: '侦爱清单', // 博客标题
user: 'xiongbao', // GitHub 用户名,必须
repository: 'checklist.love', // GitHub 项目名,指定文章内容来源 issues,必须
authors: '熊宝', // 博客作者,以 ',' 分割,GitHub 用户名默认包含在内
ignores: '17,13', // 文章忽略的 issues ID
host: 'checklist.love', // 博客的主域名,不填自动获取,请注意这个值会影响 hash 的值
hash: '', // 必须,需自己去生成,方法见下。
perpage: 10, // 分页
}
</script>
token
用于 GitHub API 请求验证,在 这里 获取你的 token。
请注意这个 token 只需要只读权限,只需勾选以下两项
read:user Read all user profile data
user:email Access user email addresses (read-only)
如果你的项目是属于一个组织的,还需要勾选一个权限
read:org Read org and team membership
添加 token 说明,然后点击 Generate token
,即可
打开 Checklist.love 网站,并打开 开发者工具
界面
在开发者工具的 console
tab 页面,输入 js 代码 window.encrypt('你的token', '你的主域名')
得到的字符就是 hash
串