[{"id":"4a78b42b10349264","type":"tab","label":"流程 1","disabled":false,"info":"","env":[]},{"id":"70ae69524990ab10","type":"function","z":"4a78b42b10349264","name":"function 4","func":"const lunarDate = lunar.Lunar.fromDate(new Date());\n\nconst eightCharString = lunarDate.getEightChar().toString();\n\nconst responseData = {\n Lunar: {\n LYear: lunarDate.getMonthShengXiaoExact(),\n LMonth: lunarDate.getMonthInChinese(),\n LDay: lunarDate.getDayInChinese(),\n TimeInGanZhi: lunarDate.getTimeInGanZhi(),\n Week: lunarDate.getWeekInChinese(),\n LJie: lunarDate.getOtherFestivals(),\n TianGanYear: lunarDate.getYearInGanZhiExact(),\n TianGanMonth: lunarDate.getMonthInGanZhiExact(),\n TianGanDay: lunarDate.getDayInGanZhiExact(),\n DayLu: lunarDate.getDayLu(),\n JieQi: lunarDate.getPrevJieQi(true),\n Xiu: lunarDate.getXiu(),\n Animal: lunarDate.getAnimal(),\n XinLuck: lunarDate.getXiuLuck(),\n Zheng: lunarDate.getZheng(),\n Gong: lunarDate.getGong(),\n PengZuGan: lunarDate.getPengZuGan(),\n PengZuZhi: lunarDate.getPengZuZhi(),\n XiShen: lunarDate.getDayPositionXi() + ' = ' + lunarDate.getDayPositionXiDesc(),\n YangGui: lunarDate.getDayPositionYangGui() + ' = ' + lunarDate.getDayPositionYangGuiDesc(),\n YinGui: lunarDate.getDayPositionYinGui() + ' = ' + lunarDate.getDayPositionYinGuiDesc(),\n FUShen: lunarDate.getDayPositionFu() + ' = ' + lunarDate.getDayPositionFuDesc(),\n CaiShen: lunarDate.getDayPositionCai() + ' = ' + lunarDate.getDayPositionCaiDesc(),\n TaiShen: lunarDate.getDayPositionTai(),\n ChongSha: lunarDate.getDayChongDesc() + ' ' + lunarDate.getDaySha(),\n WinXingNaYear: lunarDate.getYearNaYin(),\n WuxingNaMonth: lunarDate.getMonthNaYin(),\n WuxingNaDay: lunarDate.getDayNaYin(),\n WuXingZhiXing: lunarDate.getDayNaYin() + ' ' + lunarDate.getZhiXing(),\n BaZi: eightCharString,\n Yi: lunarDate.getDayYi(),\n Ji: lunarDate.getDayJi(),\n JiShen: lunarDate.getDayJiShen(),\n XiongShen: lunarDate.getDayXiongSha(),\n YueXiang: lunarDate.getYueXiang(),\n }\n};\nmsg.payload = responseData;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[{"var":"lunar","module":"lunar-javascript"}],"x":620,"y":280,"wires":[["1b8965e5394db4e0"]]},{"id":"728e1bca1d88064a","type":"inject","z":"4a78b42b10349264","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":450,"y":280,"wires":[["70ae69524990ab10"]]},{"id":"1b8965e5394db4e0","type":"debug","z":"4a78b42b10349264","name":"debug 30","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":780,"y":280,"wires":[]}]