first commit

This commit is contained in:
编码猿
2024-09-27 00:52:52 +08:00
commit d5a61090de
72 changed files with 11656 additions and 0 deletions

8
whtml-cli/lib/config.js Executable file
View File

@@ -0,0 +1,8 @@
module.exports = {
url:'https://api.bmob.cn/1/classes/UserInfo',
headers: {
'X-Bmob-Application-Id': '9c0303c570ad8cb841e375ce660f5937',
'X-Bmob-REST-API-Key':'007c31d8977af340dd254f4dc4046005',
'Content-Type': 'application/json'
}
}