mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-19 02:08:37 +08:00
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
const { readFileSync } = require('fs')
|
|
|
|
window.readConfig = function () {
|
|
const data = '123123'
|
|
return data
|
|
}
|