App Version
This commit is contained in:
parent
eceda21af2
commit
b402b4b798
@ -113,6 +113,12 @@ body, button {
|
||||
font-family: 'Avenir Medium';
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
#frameTitleVersion {
|
||||
font-size: 10px;
|
||||
font-family: 'Avenir Medium';
|
||||
letter-spacing: 0.5px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* Windows frame button dock. */
|
||||
#frameButtonDockWin {
|
||||
|
@ -14,6 +14,7 @@
|
||||
<div id="frameContentWin">
|
||||
<div id="frameTitleDock">
|
||||
<span id="frameTitleText">沼ランチャー</span>
|
||||
<span id="frameTitleVersion">v<%=appver%></span>
|
||||
</div>
|
||||
<div id="frameButtonDockWin">
|
||||
<button class="frameButton fMb" id="frameButton_minimize" tabIndex="-1">
|
||||
|
1
index.js
1
index.js
@ -113,6 +113,7 @@ function createWindow() {
|
||||
})
|
||||
|
||||
ejse.data('bkid', Math.floor((Math.random() * fs.readdirSync(path.join(__dirname, 'app', 'assets', 'images', 'backgrounds')).length)))
|
||||
ejse.data('appver', app.getVersion())
|
||||
|
||||
win.loadURL(url.format({
|
||||
pathname: path.join(__dirname, 'app', 'app.ejs'),
|
||||
|
Loading…
Reference in New Issue
Block a user