chore(app): 移除更新提示功能

This commit is contained in:
dubai
2026-01-11 14:11:21 +08:00
parent 1d78fec144
commit d9d3118879
2 changed files with 7 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import { App, ConfigProvider, theme } from 'ant-design-vue';
import { antdLocale } from '#/locales';
import { useUploadTip } from './upload-tip';
// import { useUploadTip } from './upload-tip';
defineOptions({ name: 'App' });
@@ -31,7 +31,7 @@ const tokenTheme = computed(() => {
};
});
useUploadTip();
// useUploadTip();
</script>
<template>