生成今日音游黄历数据。
黄历统一标识码。Identifier
今日日期。
用于计算每日开始时间的时区。
黄历字典。Dict
每日黄历的数据。
const date = new Date()const result = new Tungshing(new Identifier(`${id}$${BOT_TOKEN}`), date)console.log(`今天是${date.toLocaleDateString('zh-CN', { dateStyle: 'full', timeZone: 'Asia/Shanghai' })}农历${date.toLocaleDateString('ja-JP-u-ca-chinese-nu-hanidec', { timeZone: 'Asia/Shanghai' })}黄历姬掐指一算,您今天:宜 ${result.activity[0].action}:${result.activity[0].reason}忌 ${result.activity[1].action}:${result.activity[1].reason}黄历姬为您推荐:今日音游:${result.daily}打手机或平板音游最佳朝向:${result.direction}街机音游黄金位:${result.slot}黄历 ID:${result.identifier.toString('bagua')}`)
今日运势
[ { action: '收歌', reason: '又有资本可以炫耀了。' }, { action: '炫耀成绩', reason: '容易被群友拉黑或报复。' },]
今日音游
'maimai'
移动端音游朝向
'东'
'头朝下'
街机音游黄金位
'P1'
'维修位'
Generated using TypeDoc
生成今日音游黄历数据。
黄历统一标识码。Identifier
今日日期。
用于计算每日开始时间的时区。
黄历字典。Dict
每日黄历的数据。