优化
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
></cl-image>
|
||||
</view>
|
||||
|
||||
<text class="text-2xl text-primary-500 dark:!text-white mr-auto ml-2 flex-1"
|
||||
>cool-unix</text
|
||||
>
|
||||
<text class="text-xl text-primary-500 dark:!text-white mr-auto ml-2 flex-1">
|
||||
{{ config.name }}
|
||||
</text>
|
||||
|
||||
<view
|
||||
class="bg-primary-500 h-8 w-8 rounded-full flex flex-row items-center justify-center"
|
||||
@@ -71,6 +71,7 @@ import { t } from "@/locale";
|
||||
import { computed } from "vue";
|
||||
import Tabbar from "@/components/tabbar.uvue";
|
||||
import { useUi } from "@/uni_modules/cool-ui";
|
||||
import { config } from "@/config";
|
||||
|
||||
const ui = useUi();
|
||||
const refs = useRefs();
|
||||
@@ -358,12 +359,12 @@ const data = computed<Item[]>(() => {
|
||||
path: "/pages/demo/other/qrcode"
|
||||
},
|
||||
{
|
||||
label: "签名",
|
||||
label: t("签名"),
|
||||
icon: "sketching",
|
||||
path: "/pages/demo/other/sign"
|
||||
},
|
||||
{
|
||||
label: "图片裁剪",
|
||||
label: t("图片裁剪"),
|
||||
icon: "crop-line",
|
||||
path: "/pages/demo/other/cropper"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user