first commit

This commit is contained in:
编码猿
2024-09-27 01:06:04 +08:00
commit cbed24c40d
205 changed files with 8732 additions and 0 deletions

View File

@@ -0,0 +1 @@
c19a74f2-c9dd-44fd-ae5d-9d4ce7fb780d

View File

@@ -0,0 +1,10 @@
TESTS = test/*.js
REPORTER = spec
TIMEOUT = 5000
MOCHA = ./node_modules/mocha/bin/mocha
test:
@npm install
@$(MOCHA) --reporter $(REPORTER) --timeout $(TIMEOUT) $(MOCHA_OPTS) $(TESTS)
.PHONY: test

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
46d94b12-2686-44c9-8a09-9991ff9a7448

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

View File

@@ -0,0 +1,46 @@
{
"name": "bmob开发文档",
"version": "0.2.6",
"description": "简单介绍Bmob以及如何注册、下载、嵌入使用SDK的方法等等",
"main": "index.js",
"scripts": {
"test": "make test"
},
"bin": {
"doxmate": "bin/doxmate",
"doxmate-build": "bin/doxmate-build",
"doxmate-theme": "bin/doxmate-theme"
},
"keywords": [
"documentation",
"dox"
],
"dependencies": {
"dox": "*",
"commander": "*",
"marked": "*",
"ejs": "*",
"ncp": "*"
},
"devDependencies": {
"should": "*",
"mocha": "*"
},
"author": "Jackson Tian",
"contributors": [
"JacksonTian <shyvo1987@gmail.com> (https://github.com/JacksonTian)",
"youxiachai <youxiachai@gmail.com> (https://github.com/youxiachai)"
],
"license": "MIT",
"directories": {
"doc": "doc",
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/JacksonTian/doxmate.git"
},
"bugs": {
"url": "https://github.com/JacksonTian/doxmate/issues"
}
}