Skip to content

Commit 61ca0e5

Browse files
committed
Fix sth troll
1 parent 827a2c2 commit 61ca0e5

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

src/views/Home.vue

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { ref, onMounted, onUnmounted } from 'vue';
33
import { ElMessage } from 'element-plus';
44
import {
5-
Link,
65
Menu,
76
Download,
87
Lightning,
@@ -225,7 +224,7 @@ const contributors: Contributor[] = [
225224
226225
// --- COMMANDS ---
227226
const commands: Record<string, string> = {
228-
arch: '# Dùng yay\nyay -S fcitx5-lotus\n\n# Hoặc dùng paru\nparu -S fcitx5-lotus',
227+
arch: '# Dùng yay\nyay -S fcitx5-lotus-bin\n\n# Hoặc dùng paru\nparu -S fcitx5-lotus-bin',
229228
debian: `CODENAME=$(grep '^VERSION_CODENAME=' /etc/os-release | cut -d'=' -f2)\nsudo mkdir -p /etc/apt/keyrings\ncurl -fsSL https://fcitx5-lotus.pages.dev/pubkey.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/fcitx5-lotus.gpg\necho "deb [signed-by=/etc/apt/keyrings/fcitx5-lotus.gpg] https://fcitx5-lotus.pages.dev/apt/$CODENAME $CODENAME main" | sudo tee /etc/apt/sources.list.d/fcitx5-lotus.list\nsudo apt update && sudo apt install fcitx5-lotus`,
230229
ubuntu: `CODENAME=$(grep '^UBUNTU_CODENAME=' /etc/os-release | cut -d'=' -f2)\nsudo mkdir -p /etc/apt/keyrings\ncurl -fsSL https://fcitx5-lotus.pages.dev/pubkey.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/fcitx5-lotus.gpg\necho "deb [signed-by=/etc/apt/keyrings/fcitx5-lotus.gpg] https://fcitx5-lotus.pages.dev/apt/$CODENAME $CODENAME main" | sudo tee /etc/apt/sources.list.d/fcitx5-lotus.list\nsudo apt update && sudo apt install fcitx5-lotus`,
231230
fedora: `RELEASEVER=$(grep '^VERSION_ID=' /etc/os-release | cut -d'=' -f2)\nsudo rpm --import https://fcitx5-lotus.pages.dev/pubkey.gpg\nsudo dnf config-manager addrepo --from-repofile=https://fcitx5-lotus.pages.dev/rpm/fedora/fcitx5-lotus-$RELEASEVER.repo\nsudo dnf install fcitx5-lotus`,
@@ -842,8 +841,8 @@ const copyToClipboard = async (text: string | undefined): Promise<void> => {
842841
<pre><code>{{ commands.hyprland }}</code></pre>
843842
</div>
844843
<p class="mt-4 mb-2 instruction">
845-
<strong>Chromium/Brave:</strong> Chạy ứng dụng kèm các cờ
846-
sau
844+
<strong>Chromium/Electron:</strong> Chạy ứng dụng kèm các
845+
flag sau
847846
</p>
848847
<div class="code-block my-2">
849848
<pre><code>{{ commands.chromium }}</code></pre>
@@ -1038,7 +1037,8 @@ const copyToClipboard = async (text: string | undefined): Promise<void> => {
10381037
<a href="https://github.com/LotusInputMethod/fcitx5-lotus/releases"
10391038
>Releases</a
10401039
>
1041-
<a href="https://github.com/LotusInputMethod/fcitx5-lotus/issues"
1040+
<a
1041+
href="https://github.com/LotusInputMethod/fcitx5-lotus/issues/new?template=bug_report.yml"
10421042
>Báo lỗi (Issues)</a
10431043
>
10441044
</div>
@@ -1059,8 +1059,16 @@ const copyToClipboard = async (text: string | undefined): Promise<void> => {
10591059
</div>
10601060
</div>
10611061
<div class="footer-bottom">
1062-
© {{ new Date().getFullYear() }} Fcitx5 Lotus Team. Dựa trên mã nguồn
1063-
của VMK.
1062+
<div>© {{ new Date().getFullYear() }} Fcitx5 Lotus Team.</div>
1063+
<div class="mt-2">
1064+
Trang web này là mã nguồn mở,
1065+
<a
1066+
href="https://github.com/LotusInputMethod/LotusInputMethod.github.io"
1067+
target="_blank"
1068+
class="text-link"
1069+
>xem mã nguồn tại đây</a
1070+
>.
1071+
</div>
10641072
</div>
10651073
</footer>
10661074
</div>
@@ -1277,6 +1285,9 @@ body {
12771285
.section {
12781286
padding: 80px 0;
12791287
}
1288+
.mr-2 {
1289+
margin-right: 8px;
1290+
}
12801291
.mb-2 {
12811292
margin-bottom: 8px;
12821293
}
@@ -1436,13 +1447,12 @@ body {
14361447
}
14371448
.btn-github:hover {
14381449
border-color: var(--ctp-green) !important;
1439-
color: var(--ctp-green) !important;
1450+
color: var(--ctp-surface2) !important;
14401451
}
14411452
.btn-source {
14421453
background-color: var(--ctp-surface0) !important;
14431454
border: 1px solid var(--ctp-surface2) !important;
14441455
color: var(--ctp-text) !important;
1445-
height: 50px;
14461456
padding: 0 24px;
14471457
font-weight: 600;
14481458
border-radius: 8px;

0 commit comments

Comments
 (0)