This commit is contained in:
icssoa
2025-08-03 15:23:44 +08:00
parent 01ea7b3e89
commit 914114aa11
18 changed files with 73 additions and 70 deletions

View File

@@ -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"
},