first
This commit is contained in:
28
commons/utils/ak.js
Normal file
28
commons/utils/ak.js
Normal file
@@ -0,0 +1,28 @@
|
||||
/**
|
||||
* 统一工具类 (all utils x ) aux ( 谐音 ) [ window 无法创建此命名的文件 放弃。 = = ]
|
||||
* 统一使用: all Kit 简称 ak.
|
||||
*
|
||||
* @author terrfly
|
||||
* @site https://www.jeepay.vip
|
||||
* @date 2022/12/12 18:38
|
||||
*/
|
||||
|
||||
import go from './go.js'
|
||||
import emit from './emit.js'
|
||||
import ent from './ent.js'
|
||||
import cal from './cal.js'
|
||||
import dataKit from './dataKit.js'
|
||||
import timer from './timer.js'
|
||||
import infoBox from './infoBox.js'
|
||||
|
||||
const ak = {
|
||||
go: go,
|
||||
emit: emit,
|
||||
ent: ent,
|
||||
cal: cal,
|
||||
timer: timer,
|
||||
infoBox: infoBox,
|
||||
}
|
||||
|
||||
export default ak
|
||||
|
||||
Reference in New Issue
Block a user