Auto merge main into i18n

This commit is contained in:
GitHub Actions 2025-06-22 02:05:05 +00:00
commit 33bceda1bc
2 changed files with 20 additions and 8 deletions

View File

@ -27,12 +27,12 @@
" },", " },",
"}", "}",
"</route>\n", "</route>\n",
"<template>",
" <view class=\"\">$2</view>",
"</template>\n",
"<script lang=\"ts\" setup>", "<script lang=\"ts\" setup>",
"//$3", "//$3",
"</script>\n", "</script>\n",
"<template>",
" <view class=\"\">$2</view>",
"</template>\n",
"<style lang=\"scss\" scoped>", "<style lang=\"scss\" scoped>",
"//$4", "//$4",
"</style>\n", "</style>\n",
@ -41,16 +41,28 @@
"Print unibest style": { "Print unibest style": {
"scope": "vue", "scope": "vue",
"prefix": "st", "prefix": "st",
"body": ["<style lang=\"scss\" scoped>", "//", "</style>\n"], "body": [
"<style lang=\"scss\" scoped>",
"//",
"</style>\n"
],
}, },
"Print unibest script": { "Print unibest script": {
"scope": "vue", "scope": "vue",
"prefix": "sc", "prefix": "sc",
"body": ["<script lang=\"ts\" setup>", "//$3", "</script>\n"], "body": [
"<script lang=\"ts\" setup>",
"//$3",
"</script>\n"
],
}, },
"Print unibest template": { "Print unibest template": {
"scope": "vue", "scope": "vue",
"prefix": "te", "prefix": "te",
"body": ["<template>", " <view class=\"\">$1</view>", "</template>\n"], "body": [
"<template>",
" <view class=\"\">$1</view>",
"</template>\n"
],
}, },
} }

View File

@ -30,7 +30,7 @@
"pagePath": "pages/index/index", "pagePath": "pages/index/index",
"text": "%tabbar.home%", "text": "%tabbar.home%",
"icon": "home", "icon": "home",
"iconType": "wot" "iconType": "uiLib"
}, },
{ {
"iconPath": "static/tabbar/example.png", "iconPath": "static/tabbar/example.png",