@minto-ai/tools 1.0.663 → 1.0.665

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ declare const DEFAULT_USER_AVATAR = "https://1-future-tuzai.obs.cn-southwest-2.myhuaweicloud.com/web_image/default.png";
2
+ export { DEFAULT_USER_AVATAR };
@@ -0,0 +1 @@
1
+ export { DEFAULT_USER_AVATAR } from './image';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import { Locale } from './i18n';
2
2
  export * from './array';
3
3
  export * from './browser';
4
+ export * from './constant';
4
5
  export * from './core';
5
6
  export * from './file';
6
7
  export * from './function';
package/dist/index.js CHANGED
@@ -13768,6 +13768,7 @@ function isMobile() {
13768
13768
  function isPc() {
13769
13769
  return !isMobile();
13770
13770
  }
13771
+ var DEFAULT_USER_AVATAR = "https://1-future-tuzai.obs.cn-southwest-2.myhuaweicloud.com/web_image/default.png";
13771
13772
  function isNumber(value) {
13772
13773
  return typeof value === "number";
13773
13774
  }
@@ -16692,6 +16693,7 @@ const index = {
16692
16693
  };
16693
16694
  export {
16694
16695
  CompressFileSuffixEnum,
16696
+ DEFAULT_USER_AVATAR,
16695
16697
  DocumentFileSuffixEnum,
16696
16698
  FileSuffixEnum,
16697
16699
  ImageFileSuffixEnum,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@minto-ai/tools",
3
3
  "type": "module",
4
- "version": "1.0.663",
4
+ "version": "1.0.665",
5
5
  "description": "明途公共工具库",
6
6
  "author": "hcc",
7
7
  "license": "ISC",