mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
Update main.js
This commit is contained in:
parent
424a8ebde8
commit
359b2c4ae3
@ -40,7 +40,7 @@ export function main() {
|
|||||||
function __setAppText() {
|
function __setAppText() {
|
||||||
$("app-text").innerHTML = `
|
$("app-text").innerHTML = `
|
||||||
<span class="code-comment"># On Linux using Chromium/Chrome via any terminal:<br>
|
<span class="code-comment"># On Linux using Chromium/Chrome via any terminal:<br>
|
||||||
$</span> \`which chromium 2>/dev/null || which chrome 2>/dev/null || which google-chrome` --app="${window.location.href}"<br>
|
$</span> \`which chromium 2>/dev/null || which chrome 2>/dev/null || which google-chrome 2>/dev/null` --app="${window.location.href}"<br>
|
||||||
<br>
|
<br>
|
||||||
<span class="code-comment"># On MacOS using Terminal application:<br>
|
<span class="code-comment"># On MacOS using Terminal application:<br>
|
||||||
$</span> /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app="${window.location.href}"<br>
|
$</span> /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app="${window.location.href}"<br>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user