chore(AppNaiveUIProvider): 移除 BUILD_TIME 常量声明
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 2m0s
CI/CD Pipeline / build-and-deploy (push) Successful in 3m55s

This commit is contained in:
严浩
2025-10-30 22:34:32 +08:00
parent d6e05a8b44
commit da80cad976

View File

@@ -30,9 +30,6 @@ declare global {
$nMessage?: import('naive-ui').MessageProviderInst;
$nNotification?: import('naive-ui').NotificationProviderInst;
}
/** Build time of the project */
export const BUILD_TIME: string;
}
</script>