diff --git a/README.en.md b/README.en.md deleted file mode 100644 index bb3d201..0000000 --- a/README.en.md +++ /dev/null @@ -1,13 +0,0 @@ -# MoneyNote API - -An excellent bookkeeping solution for individual person & self-employed. - -- Preview - [https://demo.moneywhere.com](https://demo.moneywhere.com) (username: 111, pass: 111111) -- Help - [https://help.moneywhere.com](https://help.moneywhere.com) - - -## Features - -- Monitor of your financial situation. -- Track your incomes & expenses. -- Self hosted your data. diff --git a/config/proxy.js b/config/proxy.js index acf7d39..635970f 100644 --- a/config/proxy.js +++ b/config/proxy.js @@ -13,7 +13,6 @@ export default { dev: { '/api/v1': { target: 'http://127.0.0.1:9092/', - // target: 'https://web.moneywhere.com/', changeOrigin: true, pathRewrite: { '^': '' }, }, diff --git a/src/components/Footer/index.jsx b/src/components/Footer/index.jsx index 453913d..fe5d9c6 100644 --- a/src/components/Footer/index.jsx +++ b/src/components/Footer/index.jsx @@ -12,19 +12,17 @@ export default () => { return ( {/*
*/} - {/* {t('footer.download.app')}*/} + {/* {t('footer.download.app')}*/} {/* */} - {/* {t('footer.help.doc')}*/} + {/* {t('footer.help.doc')}*/} {/* */} {/* B站视频*/} {/* */} {/* {t('footer.qq.group')}: 639653091*/} {/*
*/}
- © {new Date().getFullYear()} moneywhere.com + © {new Date().getFullYear()} moneynote.com - {/*{t('footer.no')}*/} - {/**/} v{packageJson.version} api-version: {version} diff --git a/src/components/RightContent/index.jsx b/src/components/RightContent/index.jsx index 51b5245..a3f50bc 100644 --- a/src/components/RightContent/index.jsx +++ b/src/components/RightContent/index.jsx @@ -20,8 +20,8 @@ const GlobalHeaderRight = () => { } return ( - - + + diff --git a/src/locales/en-US/footer.ts b/src/locales/en-US/footer.ts index 0001401..7094bfe 100644 --- a/src/locales/en-US/footer.ts +++ b/src/locales/en-US/footer.ts @@ -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', diff --git a/src/locales/zh-CN/footer.ts b/src/locales/zh-CN/footer.ts index b94013d..2d35eb2 100644 --- a/src/locales/zh-CN/footer.ts +++ b/src/locales/zh-CN/footer.ts @@ -1,6 +1,4 @@ export default { - 'company.name': 'moneywhere.com', - 'footer.no': '鄂ICP备2021015799号-3', 'footer.contact': '联系我们', 'footer.about': '关于我们', 'footer.download.app': '下载客户端',