feat: 兼容 armv7 docker 镜像构建

This commit is contained in:
Baobhan Sith
2025-05-02 20:53:04 +08:00
parent 4b2978346e
commit 2abc81dbc7
5 changed files with 30 additions and 24 deletions
@@ -4,7 +4,7 @@ import { Terminal, ITerminalAddon, IDisposable } from 'xterm';
import { useAppearanceStore } from '../stores/appearance.store';
import { useSettingsStore } from '../stores/settings.store';
import { storeToRefs } from 'pinia';
import { FitAddon } from 'xterm-addon-fit';
import { FitAddon } from '@xterm/addon-fit'; // Updated import path
import { WebLinksAddon } from 'xterm-addon-web-links';
import { SearchAddon, type ISearchOptions } from '@xterm/addon-search';
import 'xterm/css/xterm.css';