mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-08 19:54:05 +08:00
10 lines
192 B
JavaScript
10 lines
192 B
JavaScript
const notice = require('./operators/notice');
|
|
const network = require('./operators/network');
|
|
const common = require('./operators/common');
|
|
|
|
window.rubick = {
|
|
notice,
|
|
network,
|
|
common,
|
|
}
|