perf:发布版本1.0.2

This commit is contained in:
曾文豪
2023-03-06 16:05:24 +08:00
parent 917db45f33
commit 271f873902
7 changed files with 248 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
export const hello = () => {
console.log("Hello world1.0.1");
import HttpUtil from "./src/https/HttpUtil";
import Common from "./src/utils/Common";
import Storage from "./src/utils/Storage";
export default {
HttpUtil,
Common,
Storage,
}