首页分析页

This commit is contained in:
liu
2026-08-15 00:58:02 +08:00
parent 8368c51e3f
commit 7517d4a023
183 changed files with 1551 additions and 1510 deletions
@@ -52,16 +52,6 @@ return new class extends Migration
$table->comment('小程序首页促销推荐卡片');
});
}
// 文件分组:客户端配置图片(幂等,已有库补充分组记录)
DB::table('sys_file_group')->insertOrIgnore([
'id' => 12,
'name' => '客户端配置',
'sort' => 11,
'describe' => '小程序首页轮播图/宫格导航/促销卡片图片',
'created_at' => now(),
'updated_at' => now(),
]);
}
/**