Commit a95693c2 authored by antoor's avatar antoor

Remove update-libs

移除更新资源文件
parent 6a90c068
html, body, #container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
#container {
display: flex;
align-items: center;
}
#left {
height: 100%;
padding: 10px;
}
#left > img {
height: 100%;
}
#right {
border-left: 1px solid rgba(158, 158, 158, 0.33);
padding-left: 10px;
}
#name {
font-size: 26px;
margin: 10px 0;
color: #009688;
font-family: sans-serif;
}
#version {
font-size: 14px;
font-family: sans-serif;
color: #9E9E9E;
}
#status {
font-size: 14px;
font-family: sans-serif;
color: #00BCD4;
margin: 5px 0;
}
'use strict';
const electron = require('electron');
const ipcRenderer = electron.ipcRenderer;
// 获取版本号
document.querySelector('#version').innerText = 'v' + ipcRenderer.sendSync('update-getVersion');
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment