first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1 @@
67ef0137-0f07-4037-80ea-b78b82aa102c

View File

@@ -0,0 +1,85 @@
module.exports = {
baseUrl: 'https://m.meishij.net',
HomeClassType: function (type = 1, page = 1) {
return `https://m.meishij.net/ajax/index_search_new.php?callback=jQuery2140868703264037048_1597809875093&format=json&type=${type}&page=${page}&_=1597809875094`
},
// 菜谱视频大全
VideoList: function (page = 1) {
return `https://m.meishij.net/shipin/index.php?callback=jQuery21408367060449076322_1597835324516&format=json&ajax=1&page=${page}&_=1597835324517`;
},
SearchWord: function (q = '', page = 1) {
return `https://m.meishij.net/search.php?q=${q}&ajax=1&page=${page}`
},
leftType: [
{
url: '/fenlei/shiyongfenlei/',
title: '实用分类',
position: 0,
},
{
url: '/fenlei/meirisancan/',
title: '每日三餐',
position: -50,
},
{
url: '/fenlei/zhushidaquan/',
title: '主食',
position: -75,
},
{
url: '/fenlei/jiachangcaipu/',
title: '家常菜谱',
position: -100,
},
{
url: '/caixi/',
title: '中华菜系',
position: -125,
},
{
url: '/xiaochi/',
title: '各地小吃',
position: -150,
},
{
url: '/fenlei/waiguocaipu/',
title: '外国菜谱',
position: -175,
},
{
url: '/fenlei/hongbei/',
title: '烘焙',
position: -200,
},
{
url: '/renqun/',
title: '人群',
position: -225,
},
{
url: '/fenlei/chuju/',
title: '厨具',
position: -250,
},
{
url: '/fenlei/changjing/',
title: '场景',
position: -275,
},
{
url: '/zangfutiaoli/',
title: '脏腑调理',
position: -325,
},
{
url: '/fenlei/gongyi/',
title: '工艺',
position: -375,
},
{
url: '/fenlei/kouwei/',
title: '口味',
position: -425,
}
],
}