0.0.2 • Published 4 years ago

xtt-util v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

工具类

xttLocalStorage 自定义缓存工具类, 使用方法 在main.js type=xtt_sch 缓存前缀

import { XttLocalStorage }  from 'xtt-util'
XttLocalStorage.init("xtt_sch")

Base64 encode / decode

import { Base64 }  from 'xtt-util'
Base64.encode("xtt")
Base64.decode("eHR0")

增加 methods

validate 使用方法

import { validateUpperCase }  from 'xtt-util'
validateUpperCase("SSSS")
# 上传文件
> 上传文件到腾讯云 使用方法
```js
import { UploadCos }  from 'xtt-util'
UploadCos.getStsCredentials()
UploadCos.upload()
0.0.2

4 years ago

0.0.2-3

4 years ago

0.0.2-2

4 years ago

0.0.2-1

4 years ago

0.0.2-0

4 years ago

0.0.1

4 years ago