-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
26 lines (26 loc) · 997 Bytes
/
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
/*
* @Author: fanjf
* @Date: 2023-03-22 14:38:36
* @LastEditTime: 2023-03-28 08:39:33
* @LastEditors: ltinerary
* @FilePath: /janet9527/config.js
* @Description: 🎉🎉🎉
*/
// 配置信息
module.exports = {
fromDisplayText: '小范大人', // 收件箱展示的来件人名字 done
masterAccount: '[email protected]',
location: '101210301',
type: '1,2,3,5,7,9,13,15,16',
startDay: '2022-07-09',
marryDay:'2024-02-02',
moneyRange: [0, 400],
imgs: [
'https://p.sda1.dev/15/9c05c42c06e02f8228004b3ce45e0dbf/736461.png',
'https://p.sda1.dev/15/c63b2d777eb3487d2930e44ee957d30e/1287141.png',
'https://p.sda1.dev/15/48906ee01df78782f7da44fbd19c9e08/shanxi.jpg',
'https://p.sda1.dev/15/d76f3bbf1e230e6540e979aaca11bad9/微信图片_20231214191032.jpg',
'https://p.sda1.dev/15/7823c5d5b590c9cd078c1a7ed1523908/fj.png'
],//随机选取一张图片 todo
}