Compare commits
No commits in common. "43d87b40f7b83bccd88671e11487342c8f40d1a4" and "86101e01d112f63ff17cedad119dedf070f0a8ee" have entirely different histories.
43d87b40f7
...
86101e01d1
@ -1,9 +1,9 @@
|
||||
import { IAppAPIParam, IAnyData } from "./core/Api";
|
||||
import { IAppAPIParam } from "./core/Api";
|
||||
import { IAppStorageParam, Storage, IStorageData } from "./core/Storage";
|
||||
import { Logger, LevelLogLabel, LifeCycleLogLabel } from "./core/Logger";
|
||||
|
||||
|
||||
App<IAppAPIParam & IAppStorageParam & IAnyData>({
|
||||
App<IAppAPIParam & IAppStorageParam>({
|
||||
|
||||
/**
|
||||
* API 模块需要的全局数据
|
||||
|
Loading…
Reference in New Issue
Block a user