主分支添加五运六气和时辰检索

This commit is contained in:
@fawn-nine
2023-12-08 10:12:05 +08:00
6 changed files with 944 additions and 325 deletions

18
utils/getHours.js Normal file
View File

@@ -0,0 +1,18 @@
import store from '@/store/index.js'
import $http from '@/config/requestConfig.js';
// #ifdef APP-PLUS
const nowHour = new Date;
// #endif
// #ifdef H5
const nowHour = new Date;
// #endif
nowHour.hourNumber = nowHour.getHours() // 当前的小时数
var myHour = {
playBgm({mute=false}){
},
}
module.exports = {nowHour}