diff --git a/src/App.vue b/src/App.vue index fc9f4331..5f8c12ec 100644 --- a/src/App.vue +++ b/src/App.vue @@ -38,7 +38,7 @@ onBeforeMount(() => { // 输出应用版本号 const appStore = useAppStore(); console.info( - `%c ${t('common.title')} %c ${appStore.appCode} - ${appStore.appVersion} `, + `%c ${t('common.desc')} %c ${appStore.appCode} - ${appStore.appVersion} `, 'color: #fadfa3; background: #030307; padding: 4px 0;', 'color: #030307; background: #fadfa3; padding: 4px 0;' ); diff --git a/src/assets/background_dark.jpg b/src/assets/background_dark.jpg index 1b64e7df..e47b1a76 100644 Binary files a/src/assets/background_dark.jpg and b/src/assets/background_dark.jpg differ diff --git a/src/components/IntlTelInput/index.vue b/src/components/IntlTelInput/index.vue index 7a6d7d90..314a7a05 100644 --- a/src/components/IntlTelInput/index.vue +++ b/src/components/IntlTelInput/index.vue @@ -1,9 +1,9 @@