mirror of
https://github.com/bytedream/stream-bypass.git
synced 2026-08-05 05:20:41 +02:00
update text
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<p class="text-sm font-semibold text-gray-100">Communication enabled</p>
|
||||
<a
|
||||
class="inline-flex items-center gap-1 text-xs text-gray-400 hover:text-gray-200 transition-colors"
|
||||
href="https://github.com/bytedream/stream-bypass/tree/main?tab=readme-ov-file#ff2mpv-use-mpv-to-directly-play-streams"
|
||||
href="https://github.com/bytedream/stream-bypass/tree/main?tab=readme-ov-file#ff2mpv"
|
||||
target="_blank"
|
||||
>
|
||||
<Icon src={InformationCircle} size="0.85rem" />
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
<input
|
||||
type="text"
|
||||
bind:value={newDomainInput}
|
||||
placeholder="Add custom domain…"
|
||||
placeholder="Add domain…"
|
||||
class="flex-1 min-w-0 text-xs bg-gray-900/60 border border-gray-700 rounded px-2 py-1 text-gray-100 placeholder:text-gray-500 focus:border-linux-mint-green focus:outline-none transition-colors"
|
||||
onkeydown={(e) => {
|
||||
if (e.key === 'Enter') onDomainAdd(newDomainInput).then(() => (newDomainInput = ''));
|
||||
|
||||
Reference in New Issue
Block a user