From 2b6218e84b4f082fa58bf53a2b587ea288d9e934 Mon Sep 17 00:00:00 2001 From: Timi Date: Fri, 19 Dec 2025 11:41:57 +0800 Subject: [PATCH] support custom copyright text --- src/components/root-layout/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/root-layout/index.vue b/src/components/root-layout/index.vue index 91833de..f735af9 100644 --- a/src/components/root-layout/index.vue +++ b/src/components/root-layout/index.vue @@ -1,7 +1,7 @@ @@ -16,6 +16,7 @@ withDefaults(defineProps<{ icp?: string; domain?: string; author?: string; + text?: string; }>(), { });