mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 08:37:42 +00:00
Fix: word-break in launch logs
This commit is contained in:
parent
8d16fdf637
commit
b160c8dc4d
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user