summaryrefslogtreecommitdiffstats
path: root/docs/id-ID/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/id-ID/README.md')
-rw-r--r--docs/id-ID/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/id-ID/README.md b/docs/id-ID/README.md
index 1bf25cd32..8e6b7bd16 100644
--- a/docs/id-ID/README.md
+++ b/docs/id-ID/README.md
@@ -25,6 +25,20 @@ metaTitle: "Starship: Prompt Lintas Shell"
description: Starship merupakan sebuah prompt yang minimal, super cepat, dan sangat bisa untuk dikustomisasi untuk shell apapun! Bisa menampilkan informasi yang kamu butuhkan, namun tetap bisa tampil dengan ramping dan minimal. Instalasi sederhana tersedia untuk Bash, Fish, ZSH, Ion, Tcsh, Elvish, Nu, Xonsh, Cmd, dan PowerShell.
---
+<script setup>
+import { onMounted } from 'vue'
+
+onMounted(() => {
+ const urlParams = new URLSearchParams(window.location.search)
+ if (urlParams.has('uwu') || urlParams.has('kawaii')) {
+ const img = document.querySelector('.VPHero .VPImage.image-src')
+ img.classList.add('uwu')
+ img.src = '/logo-uwu.png'
+ img.alt = 'Kawaii Starship Logo by @sawaratsuki1004'
+ }
+})
+</script>
+
<video class="demo-video" muted autoplay loop playsinline>
<source src="/demo.webm" type="video/webm">
<source src="/demo.mp4" type="video/mp4">