Change readme links & update news to NOT use the translated Hi as a test
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run

& updated the draggable window to remove the testing state. (I know
testing in prod is bad.)
This commit is contained in:
yuanhau 2025-06-07 01:25:45 +08:00
parent 3abfe46464
commit 028b545374
4 changed files with 5 additions and 5 deletions

View file

@ -246,7 +246,7 @@ const testmessage = await translate("嗨", { from: "zh", to: "en" });
class="disabled:cursor-not-allowed"
:disabled="isPrimary(item.url, true) || switchTabs"
>
<span>{{ locale === "en" ? item.text : testmessage }}</span>
<span>{{ true ? item.text : testmessage }}</span>
</button>
</template>
<button v-if="canNotLoadTabUI"><RefreshCcwIcon /></button>