Add help link to Server Commands

This commit is contained in:
Yukino Song
2024-09-12 12:55:58 +08:00
parent 74e079bd6e
commit 50c6e5bce5
4 changed files with 6 additions and 1 deletions

View File

@@ -142,6 +142,9 @@ function removeCmd(cmdArr, index) {
<div id="server_cmd" class="mb-3 d-flex flex-column">
<label class="form-label">{{ $t('config.server_cmd') }}</label>
<div class="form-text">{{ $t('config.server_cmd_desc') }}</div>
<div class="form-text">
<a href="https://github.com/ClassicOldSong/Apollo/wiki/Server-Commands" target="_blank">{{ $t('_common.learn_more') }}</a>
</div>
<table class="table" v-if="serverCmd.length > 0">
<thead>
<tr>