Initial commit

This commit is contained in:
sjk
2025-11-17 13:32:54 +08:00
commit e788eab6eb
1659 changed files with 171560 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
// const images = [
// {
// img: 'https://tdesign.gtimg.com/miniprogram/template/retail/home/v2/banner1.png',
// text: '1',
// },
// {
// img: 'https://tdesign.gtimg.com/miniprogram/template/retail/home/v2/banner2.png',
// text: '2',
// },
// {
// img: 'https://tdesign.gtimg.com/miniprogram/template/retail/home/v2/banner3.png',
// text: '3',
// },
// {
// img: 'https://tdesign.gtimg.com/miniprogram/template/retail/home/v2/banner4.png',
// text: '4',
// },
// {
// img: 'https://tdesign.gtimg.com/miniprogram/template/retail/home/v2/banner5.png',
// text: '5',
// },
// {
// img: 'https://tdesign.gtimg.com/miniprogram/template/retail/home/v2/banner6.png',
// text: '6',
// },
// ];
const images = [
'https://tdesign.gtimg.com/miniprogram/template/retail/home/v2/banner1.png',
'https://tdesign.gtimg.com/miniprogram/template/retail/home/v2/banner2.png',
'https://tdesign.gtimg.com/miniprogram/template/retail/home/v2/banner3.png',
'https://tdesign.gtimg.com/miniprogram/template/retail/home/v2/banner4.png',
'https://tdesign.gtimg.com/miniprogram/template/retail/home/v2/banner5.png',
'https://tdesign.gtimg.com/miniprogram/template/retail/home/v2/banner6.png',
];
export function genSwiperImageList() {
return images;
}