mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
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
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:
parent
3abfe46464
commit
028b545374
4 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue