|
@@ -62,18 +62,18 @@ watchEffect(async () => {
|
|
|
image: (await import("./images/pic_yk@2x.png")).default,
|
|
|
value: (await import("./images/夜空.jpg")).default,
|
|
|
},
|
|
|
- {
|
|
|
- label: "草地",
|
|
|
- type: "img",
|
|
|
- image: (await import("./images/pic_cd@2x.png")).default,
|
|
|
- value: (await import("./images/草地.jpg")).default,
|
|
|
- },
|
|
|
- {
|
|
|
- label: "道路",
|
|
|
- type: "img",
|
|
|
- image: (await import("./images/pic_dl@2x.png")).default,
|
|
|
- value: (await import("./images/道路.jpg")).default,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // label: "草地",
|
|
|
+ // type: "img",
|
|
|
+ // image: (await import("./images/pic_cd@2x.png")).default,
|
|
|
+ // value: (await import("./images/草地.jpg")).default,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // label: "道路",
|
|
|
+ // type: "img",
|
|
|
+ // image: (await import("./images/pic_dl@2x.png")).default,
|
|
|
+ // value: (await import("./images/道路.jpg")).default,
|
|
|
+ // },
|
|
|
{
|
|
|
label: "傍晚",
|
|
|
type: "img",
|