This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' of github.com:swordCodePractice/InternetQuestionBank
- Loading branch information
Showing
16 changed files
with
510 additions
and
3,467 deletions.
There are no files selected for viewing
28 changes: 14 additions & 14 deletions
28
uniCloud-aliyun/cloudfunctions/explain-cache-clear-timeout/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "explain-cache-clear-timeout", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"explain": "file:../common/explain", | ||
"explain-cache": "file:../common/explain-cache" | ||
} | ||
"name": "explain-cache-clear-timeout", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"explain": "file:../common/explain", | ||
"explain-cache": "file:../common/explain-cache" | ||
} | ||
} |
28 changes: 14 additions & 14 deletions
28
uniCloud-aliyun/database/certificationApplyOrder.schema.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"bsonType": "object", | ||
"required": [], | ||
"permission": { | ||
"read": false, | ||
"create": false, | ||
"update": false, | ||
"delete": false | ||
}, | ||
"properties": { | ||
"_id": { | ||
"description": "ID,系统自动生成" | ||
} | ||
} | ||
{ | ||
"bsonType": "object", | ||
"required": [], | ||
"permission": { | ||
"read": false, | ||
"create": false, | ||
"update": false, | ||
"delete": false | ||
}, | ||
"properties": { | ||
"_id": { | ||
"description": "ID,系统自动生成" | ||
} | ||
} | ||
} |
Oops, something went wrong.