|
|
@@ -67,38 +67,38 @@ defineEmits<{
|
|
|
|
|
|
const backs = computed(() => [
|
|
|
{
|
|
|
- label: ui18n.t("setting.backs.0"),
|
|
|
+ label: ui18n.t("setting.backs0"),
|
|
|
type: "icon",
|
|
|
image: "icon-without",
|
|
|
value: "none",
|
|
|
},
|
|
|
{
|
|
|
- label: ui18n.t("setting.backs.1"),
|
|
|
+ label: ui18n.t("setting.backs1"),
|
|
|
type: "map",
|
|
|
image: params.laserRoot + "/profile/fusion/default/images/map.png",
|
|
|
value: "dt",
|
|
|
children: sysTiles.value.map((t) => ({ label: t.name, value: t.id })),
|
|
|
},
|
|
|
{
|
|
|
- label: ui18n.t("setting.backs.2"),
|
|
|
+ label: ui18n.t("setting.backs2"),
|
|
|
type: "img",
|
|
|
image: params.laserRoot + "/profile/fusion/default/images/pic_ltby@2x.png",
|
|
|
value: "/profile/fusion/default/images/蓝天白云.jpg",
|
|
|
},
|
|
|
{
|
|
|
- label: ui18n.t("setting.backs.3"),
|
|
|
+ label: ui18n.t("setting.backs3"),
|
|
|
type: "img",
|
|
|
image: params.laserRoot + "/profile/fusion/default/images/pic_wymb@2x.png",
|
|
|
value: "/profile/fusion/default/images/乌云密布.jpg",
|
|
|
},
|
|
|
{
|
|
|
- label: ui18n.t("setting.backs.4"),
|
|
|
+ label: ui18n.t("setting.backs4"),
|
|
|
type: "img",
|
|
|
image: params.laserRoot + "/profile/fusion/default/images/pic_yk@2x.png",
|
|
|
value: "/profile/fusion/default/images/夜空.jpg",
|
|
|
},
|
|
|
{
|
|
|
- label: ui18n.t("setting.backs.5"),
|
|
|
+ label: ui18n.t("setting.backs5"),
|
|
|
type: "img",
|
|
|
image: params.laserRoot + "/profile/fusion/default/images/pic_bw@2x.png",
|
|
|
value: "/profile/fusion/default/images/傍晚.jpg",
|