mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-24 11:31:44 +08:00
init
This commit is contained in:
9
api/index.js
Normal file
9
api/index.js
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user