diff --git a/.vscode/vue3.code-snippets b/.vscode/vue3.code-snippets
index 621b9e2..51bab9f 100644
--- a/.vscode/vue3.code-snippets
+++ b/.vscode/vue3.code-snippets
@@ -27,12 +27,12 @@
" },",
"}",
"\n",
- "",
- " $2",
- "\n",
"\n",
+ "",
+ " $2",
+ "\n",
"\n",
@@ -41,16 +41,28 @@
"Print unibest style": {
"scope": "vue",
"prefix": "st",
- "body": ["\n"],
+ "body": [
+ "\n"
+ ],
},
"Print unibest script": {
"scope": "vue",
"prefix": "sc",
- "body": ["\n"],
+ "body": [
+ "\n"
+ ],
},
"Print unibest template": {
"scope": "vue",
"prefix": "te",
- "body": ["", " $1", "\n"],
+ "body": [
+ "",
+ " $1",
+ "\n"
+ ],
},
-}
+}
\ No newline at end of file
diff --git a/src/pages.json b/src/pages.json
index 9b32bb1..1fe326b 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -30,7 +30,7 @@
"pagePath": "pages/index/index",
"text": "首页",
"icon": "home",
- "iconType": "wot"
+ "iconType": "uiLib"
},
{
"iconPath": "static/tabbar/example.png",