test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2023-12-14 13:39:51 +08:00
parent 23d56963e4
commit b1709958e4

View File

@ -17,7 +17,6 @@ function parser() {
}
logger('食谱加载成功');
const keys = data.shift()
console.log(keys)
recipeData = data.map(d => {
const res = {}
keys.forEach((key, index) => {
@ -42,6 +41,6 @@ export default async function getDb() {
}
}
getDb().then((res) => {
console.log(recipeData)
})
// getDb().then((res) => {
// console.log(recipeData)
// })