mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-06 17:32:25 +00:00
readme添加第三方库的说明
This commit is contained in:
parent
b5f0040550
commit
4a4b3ba7ea
24
README.md
24
README.md
|
@ -17,6 +17,30 @@
|
|||
|
||||
[stay](https://gitee.com/qypw)
|
||||
|
||||
**如何注册第三方库**
|
||||
2021021版本已经开放注册第三方库的功能,默认提供 https://github.com/qiandao-today/templates 仓库,如果需要自建第三方库,请主意一下几点:
|
||||
1. 仓库根目录必须要有 tpls_history.json 文件,需符合以下规范
|
||||
```
|
||||
{
|
||||
"version":"版本号 yyyymmdd",
|
||||
"har": {
|
||||
"必填,和name保值一致,注意要在文件里保持唯一": {
|
||||
"name": "必填",
|
||||
"author": "选题,作者",
|
||||
"url": "选填,har链接",
|
||||
"update": false,
|
||||
"comments": "选填,har文件的注释,可用来解释har所需变量的说明",
|
||||
"filename": "必填,content为空时通过此来读取har",
|
||||
"content": "选填,不填则根据 filename 的值来读取对应的har文件",
|
||||
"date": "必填, 日期",
|
||||
"version":"必填, 版本号 yyyymmdd,框架通过版本号来判断是否更新模板"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
2. 加速默认是jsdeliver 加速,只支持github的加速
|
||||
3. 模板更新规则:上一次更新的24小时以后更新,通过name判断是否存在,如果不存在直接新增,如果存在则通过version判断,版本号大于当前缓存版本则更新
|
||||
|
||||
## FAQ
|
||||
|
||||
**部分模板订阅后使用网站cookie却提示未登录?**
|
||||
|
|
Loading…
Reference in New Issue
Block a user