diff --git a/README.md b/README.md new file mode 100644 index 0000000..e0ff0fb --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# 使用方法 + +```bash +npm install git+http://git.kingsome.cn/zhanghongliang/jcfw.git +``` \ No newline at end of file diff --git a/src/cocos-creator.d.ts b/src/cocos-creator.d.ts new file mode 100644 index 0000000..4580dec --- /dev/null +++ b/src/cocos-creator.d.ts @@ -0,0 +1,6 @@ +import { JCFW } from "./jcfw"; + +declare namespace cc { + export type jc = JCFW; + export type gg = {}; +} \ No newline at end of file