Fix: word-break in launch logs

This commit is contained in:
LmeSzinc 2023-09-10 04:21:17 +08:00
parent 8d16fdf637
commit b160c8dc4d
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import fs from 'fs';
*/
const getAlasABSPath = (
files: string[] = ['**/config/deploy.yaml', '**/config/deploy.template.yaml'],
rootName: string | string[] = ['AzurLaneAutoScript', 'Alas'],
rootName: string | string[] = ['AzurLaneAutoScript', 'Alas', 'StarRailCopilot'],
) => {
const path = require('path');
const sep = path.sep;

View File

@ -12,7 +12,7 @@
<pre
v-for="logInfo in logInfos"
:key="logInfo"
class="text-xs text-gray-400 w-full max-w-full whitespace-pre-wrap"
class="text-xs text-gray-400 w-full max-w-full whitespace-pre-wrap break-all"
>{{ logInfo }}</pre>
</main>
</div>