乡村相册

This commit is contained in:
yanran200730
2022-05-16 18:04:46 +08:00
parent 09e403d20a
commit 5c9c6d7ba4
23 changed files with 906 additions and 19 deletions

View File

@@ -0,0 +1,47 @@
export const config = [
{
name: '打卡水印',
type: '1',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/1.png'
},
{
name: '时间地点水印',
type: '2',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/2.png'
},
{
name: '巡查水印',
type: '3',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/3.png'
},
{
name: '防疫水印',
type: '4',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/4.png'
},
{
name: '网格化水印',
type: '5',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/5.png'
},
{
name: '标题水印',
type: '6',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/6.png'
},
{
name: '环境卫生水印',
type: '7',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/7.png'
},
{
name: '日历水印',
type: '8',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/8.png'
},
// {
// name: '自定义水印',
// type: '9',
// thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/1.png'
// }
]