显示 changelog

This commit is contained in:
fofolee
2022-05-16 01:44:27 +08:00
parent 432c25b1e2
commit ea53de2665
3 changed files with 43 additions and 40 deletions

View File

@@ -454,7 +454,10 @@ window.showUb = {
},
docs: function(path = '') {
runUbrowser(docsRepoUrl + '/pt589p' + path)
}
},
changelog: function(path = '') {
runUbrowser(docsRepoUrl + '/ucnd2o' + path)
},
}
window.clipboardReadText = () => electron.clipboard.readText()