first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
const Bmob = require("hydrogen-js-sdk");
class BmobUtils {
constructor () {
Bmob.initialize("961e3acb659d5e29", "714500","c6c8bdf682027398a82139212cfb8bc9");
this.bmob = Bmob;
}
}
module.exports = new BmobUtils();