Skip to content

Commit

Permalink
save1
Browse files Browse the repository at this point in the history
  • Loading branch information
markliu2013 committed Apr 29, 2024
1 parent 9071ecc commit c0db859
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 25 deletions.
13 changes: 0 additions & 13 deletions README.en.md

This file was deleted.

1 change: 0 additions & 1 deletion config/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default {
dev: {
'/api/v1': {
target: 'http://127.0.0.1:9092/',
// target: 'https://web.moneywhere.com/',
changeOrigin: true,
pathRewrite: { '^': '' },
},
Expand Down
8 changes: 3 additions & 5 deletions src/components/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,17 @@ export default () => {
return (
<Space className={styles['footer']} direction="vertical" size="small" style={{ width:"100%" }}>
{/*<div className={styles['footer-link']}>*/}
{/* <a href="https://help.moneywhere.com/app.html" target="_blank">{t('footer.download.app')}</a>*/}
{/* <a href="https://help.moneynote.com/app.html" target="_blank">{t('footer.download.app')}</a>*/}
{/* <Divider type="vertical" />*/}
{/* <a href="https://help.moneywhere.com" target="_blank">{t('footer.help.doc')}</a>*/}
{/* <a href="https://help.moneynote.com" target="_blank">{t('footer.help.doc')}</a>*/}
{/* <Divider type="vertical" />*/}
{/* <a href="https://space.bilibili.com/392661804/channel/seriesdetail?sid=3371573" target="_blank">B站视频</a>*/}
{/* <Divider type="vertical" />*/}
{/* <span>{t('footer.qq.group')}: 639653091</span>*/}
{/*</div>*/}
<div>
&copy; {new Date().getFullYear()} <a href="https://www.moneywhere.com" target="_blank">moneywhere.com</a>
&copy; {new Date().getFullYear()} <a href="https://www.moneynote.com" target="_blank">moneynote.com</a>
<Divider type="vertical" />
{/*<a target="_blank" href="https://beian.miit.gov.cn/" rel="noreferrer">{t('footer.no')}</a>*/}
{/*<Divider type="vertical" />*/}
v{packageJson.version}
<Divider type="vertical" />
api-version: {version}
Expand Down
4 changes: 2 additions & 2 deletions src/components/RightContent/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const GlobalHeaderRight = () => {
}
return (
<Space className={className}>
<Button type="link" icon={<DownloadOutlined />} href="https://help.moneywhere.com/app.html" target="_blank">{t('footer.download.app')}</Button>
<Button type="link" icon={<QuestionCircleOutlined />} href="https://help.moneywhere.com" target="_blank">{t('footer.help.doc')}</Button>
<Button type="link" icon={<DownloadOutlined />} href="https://help.moneynote.com/app.html" target="_blank">{t('footer.download.app')}</Button>
<Button type="link" icon={<QuestionCircleOutlined />} href="https://help.moneynote.com" target="_blank">{t('footer.help.doc')}</Button>
<Avatar />
<SelectLang className={styles.action} />
</Space>
Expand Down
2 changes: 0 additions & 2 deletions src/locales/en-US/footer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
export default {
'company.name': 'moneywhere.com',
'footer.no': '鄂ICP备2021015799号-3',
'footer.contact': 'Contact',
'footer.about': 'About',
'footer.download.app': 'Download App',
Expand Down
2 changes: 0 additions & 2 deletions src/locales/zh-CN/footer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
export default {
'company.name': 'moneywhere.com',
'footer.no': '鄂ICP备2021015799号-3',
'footer.contact': '联系我们',
'footer.about': '关于我们',
'footer.download.app': '下载客户端',
Expand Down

0 comments on commit c0db859

Please sign in to comment.