mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-27 11:43:25 +08:00
chore(app): 移除更新提示功能
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user