From 659e5933157c15d4df0392a20993562772c44017 Mon Sep 17 00:00:00 2001
From: Swanky <413564165@qq.com>
Date: Mon, 4 Mar 2024 22:58:45 +0800
Subject: [PATCH] 1
---
components/layer-checkbox.vue | 74 +++++++++
main.js | 2 +
pages/index/index.vue | 280 ++++++++++++++++++++--------------
static/layer-cd.png | Bin 0 -> 2872 bytes
static/layer-ffzy.png | Bin 0 -> 3849 bytes
static/layer-stxfgc.png | Bin 0 -> 3082 bytes
static/layer-zzy.png | Bin 0 -> 2970 bytes
7 files changed, 238 insertions(+), 118 deletions(-)
create mode 100644 components/layer-checkbox.vue
create mode 100644 static/layer-cd.png
create mode 100644 static/layer-ffzy.png
create mode 100644 static/layer-stxfgc.png
create mode 100644 static/layer-zzy.png
diff --git a/components/layer-checkbox.vue b/components/layer-checkbox.vue
new file mode 100644
index 0000000..2d2d925
--- /dev/null
+++ b/components/layer-checkbox.vue
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+ {{label}}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/main.js b/main.js
index 5fc19d9..6224581 100644
--- a/main.js
+++ b/main.js
@@ -2,8 +2,10 @@ import Vue from 'vue'
import App from './App'
import imageButton from './components/image-button.vue'
import customAttr from './components/custom-attr.vue'
+import layerCheckbox from './components/layer-checkbox'
Vue.component('image-button', imageButton)
Vue.component('custom-attr', customAttr)
+Vue.component('layer-checkbox', layerCheckbox)
Vue.config.productionTip = false
App.mpType = 'app'
diff --git a/pages/index/index.vue b/pages/index/index.vue
index e60a6f1..746ee77 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -32,14 +32,19 @@
-