-
Notifications
You must be signed in to change notification settings - Fork 156
/
Config.js
44 lines (43 loc) · 1.91 KB
/
Config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: deep-blue; icon-glyph: plus;
/*
* Author: evilbutcher
* Github: https://github.com/evilbutcher
*/
module.exports = {
bilibili: () => 0, //👈就改这个数字。B站榜单对应关系:0全站,1动画,3音乐,4游戏,5娱乐,36科技,119鬼畜,129舞蹈。
blnum: () => 6, //自定义B站显示数量
blrancolor: () => true, //是否开启B站随机颜色
dbnum: () => 6, //自定义豆瓣显示数量
dbrancolor: () => true, //是否开启豆瓣随机颜色
rrnum: () => 6, //自定义人人影视显示数量
rrrancolor: () => true, //是否开启人人影视随机颜色
rsslink: () =>
"https://github.com/GideonSenku/Scriptable/commits/master.atom", //👈就改引号里的链接。
rssnum: () => 6, //自定义RSS显示数量
rssrancolor: () => true, //是否开启RSS随机颜色
wbnum: () => 6, //自定义微博显示数量
wbrancolor: () => true, //是否开启微博随机颜色
zhnum: () => 6, //自定义知乎显示数量
zhrancolor: () => true, //是否开启知乎随机颜色
nasaapi: () => "686BJ2YbpYYmyxvbk312vmj5EuMcOp8gaVTeVs0t", //填写NASA API Key
imglink: () => "http://api.dujin.org/bing/1366.php", //NASA备用图片地址,可自定义
imglink2: () => "https://source.unsplash.com/random", //NASA备用图片地址,可自定义
checkintitle: () => "", //填写签到标题
checkinloginurl: () => "", //填写签到登陆链接
checkinemail: () => "", //填写签到邮箱
checkinpwd: () => "", //填写签到密码
apps: () => [
"1443988620|hk",
"1312014438 cn",
"499470113/vn",
"1314212521-jp",
"1282297037_au",
"932747118:ie",
"1116905928",
"1373567447",
], //app跟踪id
reg: () => "cn", //默认区域:美国us 中国cn 香港hk
lastnumberofcar: () => "3" //北京尾号限行脚本填写汽车尾号
};