Skip to content

Commit c80b11a

Browse files
committed
fix to adapt upcoming post-scripts change
1 parent 42649ed commit c80b11a

1 file changed

Lines changed: 12 additions & 15 deletions

File tree

src/components/InteractiveInstaller.vue

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -235,20 +235,6 @@ const chromiumWaylandFlags = "--enable-features=UseOzonePlatform --ozone-platfor
235235

236236
<div class="step-card">
237237
<div class="step-badge">3</div>
238-
<div class="step-content">
239-
<h4>Thiết lập biến môi trường (Shell)</h4>
240-
<div v-if="isAutoHandled" class="mb-3">
241-
<el-alert title="Gói .deb sẽ tự động thiết lập biến môi trường. Bạn có thể bỏ qua bước này." type="success" :closable="false" />
242-
</div>
243-
<div class="code-container">
244-
<pre><code>{{ shellConfigCode }}</code></pre>
245-
<el-button class="copy-float" circle :icon="DocumentCopy" @click="copyToClipboard(shellConfigCode)" />
246-
</div>
247-
</div>
248-
</div>
249-
250-
<div class="step-card">
251-
<div class="step-badge">4</div>
252238
<div class="step-content">
253239
<h4>Tắt bộ gõ cũ (IBus)</h4>
254240
<div v-if="isAutoHandled" class="mb-3">
@@ -262,7 +248,18 @@ const chromiumWaylandFlags = "--enable-features=UseOzonePlatform --ozone-platfor
262248
<p class="instruction mt-2" style="font-size: 0.85rem">
263249
* Lưu ý: Hãy tắt autostart của IBus (thường là ibus-daemon hoặc ibus). Tốt nhất là gỡ cài đặt IBus nếu không sử dụng.
264250
</p>
265-
<el-alert title="Lưu ý: Bạn cần Đăng xuất và Đăng nhập lại sau bước này để cấu hình Shell có hiệu lực." type="info" :closable="false" class="mt-4" />
251+
</div>
252+
</div>
253+
254+
<div class="step-card">
255+
<div class="step-badge">4</div>
256+
<div class="step-content">
257+
<h4>Thiết lập biến môi trường (Shell)</h4>
258+
<div class="code-container">
259+
<pre><code>{{ shellConfigCode }}</code></pre>
260+
<el-button class="copy-float" circle :icon="DocumentCopy" @click="copyToClipboard(shellConfigCode)" />
261+
</div>
262+
<el-alert title="Lưu ý: Bạn cần Đăng xuất và Đăng nhập lại sau bước này để cấu hình Shell có hiệu lực." type="info" :closable="false" />
266263
</div>
267264
</div>
268265

0 commit comments

Comments
 (0)