fix(guide): 移除 URL 输入框多余的提示文字

This commit is contained in:
fawney19
2026-02-18 18:17:56 +08:00
parent 18b1dea8cf
commit 34f4cca1d2

View File

@@ -100,9 +100,6 @@
class="w-full px-3 py-2 text-sm rounded-lg border border-[#3d3929]/5 dark:border-white/5 bg-white/50 dark:bg-white/5 text-[#191919] dark:text-white placeholder-[#91918d] focus:outline-none focus:ring-2 focus:ring-[#cc785c]/30 transition"
placeholder="https://your-aether.com"
>
<p class="mt-1.5 text-[10px] text-muted-foreground/50">
代码示例将使用此 URL
</p>
</div>
</template>