增加cc的定义
This commit is contained in:
parent
6704f6568d
commit
c945f1cea1
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# 使用方法
|
||||
|
||||
```bash
|
||||
npm install git+http://git.kingsome.cn/zhanghongliang/jcfw.git
|
||||
```
|
6
src/cocos-creator.d.ts
vendored
Normal file
6
src/cocos-creator.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import { JCFW } from "./jcfw";
|
||||
|
||||
declare namespace cc {
|
||||
export type jc = JCFW;
|
||||
export type gg = {};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user