@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.
- package/dist/constant/image.d.ts +2 -0
- package/dist/constant/index.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DEFAULT_USER_AVATAR } from './image';
|
package/dist/index.d.ts
CHANGED
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,
|