From c945f1cea167361f8dcc81703d1a06bdabc4d70a Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 25 Dec 2020 14:47:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0cc=E7=9A=84=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ src/cocos-creator.d.ts | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 README.md create mode 100644 src/cocos-creator.d.ts 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