17 Star 103 Fork 0

加多宝 / TDengineGUI3

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
preload.js 433 Bytes
Copy Edit Raw Blame History
加多宝 authored 2022-11-14 15:07 . 初始化项目
// All of the Node.js APIs are available in the preload process.
// It has the same sandbox as a Chrome extension.
window.addEventListener('DOMContentLoaded', () => {
const replaceText = (selector, text) => {
const element = document.getElementById(selector)
if (element) element.innerText = text
}
for (const type of ['chrome', 'node', 'electron']) {
replaceText(`${type}-version`, process.versions[type])
}
})
1
https://gitee.com/wwtbnbw6688/tdengine-gui3.git
git@gitee.com:wwtbnbw6688/tdengine-gui3.git
wwtbnbw6688
tdengine-gui3
TDengineGUI3
master

Search