This commit is contained in:
muwoo
2021-06-02 17:17:09 +08:00
commit ce490acb6a
52 changed files with 16764 additions and 0 deletions

9
api/index.js Normal file
View File

@@ -0,0 +1,9 @@
const notice = require('./operators/notice');
const network = require('./operators/network');
const common = require('./operators/common');
window.rubick = {
notice,
network,
common,
}