Started the base Electron project
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
9
assets/coffee/index.coffee
Normal file
9
assets/coffee/index.coffee
Normal file
@ -0,0 +1,9 @@
|
||||
si = require('systeminformation')
|
||||
|
||||
window.onload = () ->
|
||||
si.cpu()
|
||||
.then((data) ->
|
||||
console.log(data)
|
||||
).catch((error) ->
|
||||
console.error(error)
|
||||
)
|
2
assets/coffee/sentry.coffee
Normal file
2
assets/coffee/sentry.coffee
Normal file
@ -0,0 +1,2 @@
|
||||
@loadPage = (pagePath) ->
|
||||
window.location.href = pagePath + '.html'
|
Reference in New Issue
Block a user