feat(home): clarify 5chan is serverless app, use current hostname for share links

- Homepage infobox: merged copy into single line explaining app nature and download link
- Share links (Copy direct link): use window.location.origin instead of hardcoded 5chan.app
- Settings version link: use current origin
- FAQ: add 'Is 5chan just this website?' entry under Basics
- Remove pleb.bz from CHAN_5_HOSTNAMES
This commit is contained in:
plebeius
2026-03-04 18:49:06 +08:00
parent 0637a65ef3
commit 5fe2024a49
39 changed files with 66 additions and 41 deletions
+7 -1
View File
@@ -67,7 +67,13 @@ const InfoBox = () => {
/>
<br />
<br />
{t('no_global_rules_info')}
<Trans
i18nKey='no_global_rules_info'
shouldUnescape={true}
components={{
1: <a key='releases-link' href='https://github.com/bitsocialhq/5chan/releases/latest' target='_blank' rel='noopener noreferrer' />,
}}
/>
</div>
</div>
);