chore(deps): 更新 @uni-helper/eslint-config 和 uni-env 依赖版本

This commit is contained in:
feige996
2025-08-29 09:59:34 +08:00
parent dd29d92785
commit a9ece9e7f5
2 changed files with 3 additions and 2 deletions

1
src/typings.d.ts vendored
View File

@@ -33,6 +33,7 @@ declare global {
// patch uni 类型
// 1. 补全 uni.hideToast() 的 options 类型
// 2. 补全 uni.hideLoading() 的 options 类型
// 3. 使用方式见https://github.com/unibest-tech/unibest/pull/241
declare global {
declare namespace UniNamespace {
/** 接口调用结束的回调函数(调用成功、失败都会执行) */