diff --git a/README.md b/README.md index cbaef45..54a4c53 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,9 @@ English | [Indonesia](README_IN.md) | [简体中文](README_ZH.md) [Guide](https://github.com/josStorer/chatGPTBox/wiki/Guide) | [Preview](#Preview) | [Development&Contributing][dev-url] | -[Donation](https://www.buymeacoffee.com/josStorer) | +[Video Demonstration](https://www.youtube.com/watch?v=E1smDxJvTRs) | [Credit](#Credit) -[Video Demonstration](https://www.youtube.com/watch?v=E1smDxJvTRs) - [dev-url]: https://github.com/josStorer/chatGPTBox/wiki/Development&Contributing [license-image]: http://img.shields.io/badge/license-MIT-blue.svg diff --git a/README_IN.md b/README_IN.md index 40ccd07..3899686 100644 --- a/README_IN.md +++ b/README_IN.md @@ -27,11 +27,9 @@ Integrasi Deep ChatGPT di browser Anda, sepenuhnya gratis. [Panduan](https://github.com/josStorer/chatGPTBox/wiki/Guide) | [Pratinjau](#Pratinjau) | [Pengembangan & Berkontribusi][dev-url] | -[Donasi](https://www.buymeacoffee.com/josStorer) | +[Demonstrasi Video](https://www.youtube.com/watch?v=E1smDxJvTRs) | [Kredit](#Kredit) -[Demonstrasi Video](https://www.youtube.com/watch?v=E1smDxJvTRs) - [dev-url]: https://github.com/josStorer/chatGPTBox/wiki/Development&Contributing [license-image]: http://img.shields.io/badge/license-MIT-blue.svg diff --git a/README_ZH.md b/README_ZH.md index c347e6e..a09ea7a 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -27,11 +27,9 @@ [使用指南](https://github.com/josStorer/chatGPTBox/wiki/Guide) | [效果预览](#Preview) | [开发&贡献][dev-url] | -[捐助](https://www.buymeacoffee.com/josStorer) | +[视频演示](https://www.bilibili.com/video/BV1524y1x7io) | [鸣谢](#Credit) -[视频演示](https://www.bilibili.com/video/BV1524y1x7io) - [dev-url]: https://github.com/josStorer/chatGPTBox/wiki/Development&Contributing [license-image]: http://img.shields.io/badge/license-MIT-blue.svg diff --git a/src/popup/Popup.jsx b/src/popup/Popup.jsx index fbb74f9..ab85d98 100644 --- a/src/popup/Popup.jsx +++ b/src/popup/Popup.jsx @@ -23,8 +23,6 @@ import { MarkGithubIcon } from '@primer/octicons-react' import Browser from 'webextension-polyfill' import PropTypes from 'prop-types' import { config as toolsConfig } from '../content-script/selection-tools' -import wechatpay from './donation/wechatpay.jpg' -import bugmeacoffee from './donation/bugmeacoffee.png' import { useWindowTheme } from '../hooks/use-window-theme.mjs' import { languageList } from '../config/language.mjs' import { @@ -628,27 +626,6 @@ SiteAdapters.propTypes = { updateConfig: PropTypes.func.isRequired, } -function Donation() { - const { t } = useTranslation() - - return ( -
- - buymeacoffee - -
- <> - {t('Wechat Pay')} - wechatpay - -
- ) -} - // eslint-disable-next-line react/prop-types function Footer({ currentVersion, latestVersion }) { const { t } = useTranslation() @@ -731,7 +708,6 @@ function Popup() { {t('Selection Tools')} {t('Sites')} {t('Advanced')} - {isSafari() ? null : {t('Donate')}} @@ -749,11 +725,6 @@ function Popup() { - {isSafari() ? null : ( - - - - )}
diff --git a/src/popup/donation/bugmeacoffee.png b/src/popup/donation/bugmeacoffee.png deleted file mode 100644 index 748ed25..0000000 Binary files a/src/popup/donation/bugmeacoffee.png and /dev/null differ diff --git a/src/popup/donation/wechatpay.jpg b/src/popup/donation/wechatpay.jpg deleted file mode 100644 index b0bb37c..0000000 Binary files a/src/popup/donation/wechatpay.jpg and /dev/null differ