当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
2 Star 0 Fork 0

瀑布小石 / USR通知助手
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
preload.js 433 Bytes
一键复制 编辑 原始数据 按行查看 历史
瀑布小石 提交于 2019-12-09 21:13 . 初始化
// 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])
}
})
JavaScript
1
https://gitee.com/waterlyx/notification_assistant.git
git@gitee.com:waterlyx/notification_assistant.git
waterlyx
notification_assistant
USR通知助手
master

搜索帮助