mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-24 19:39:27 +08:00
init
This commit is contained in:
6
static/plugins/rubick-plugin-demo/preload.js
Normal file
6
static/plugins/rubick-plugin-demo/preload.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const { readFileSync } = require('fs')
|
||||
|
||||
window.readConfig = function () {
|
||||
const data = '123123'
|
||||
return data
|
||||
}
|
||||
Reference in New Issue
Block a user