fix: showPassword (#193)

This commit is contained in:
Dream Hunter
2024-05-04 00:09:46 +08:00
committed by GitHub
parent 91a01784db
commit 854e4665b9
6 changed files with 812 additions and 817 deletions
+6 -6
View File
@@ -18,24 +18,24 @@
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.6.8",
"mail-parser-wasm": "^0.1.6",
"naive-ui": "^2.38.1",
"naive-ui": "^2.38.2",
"postal-mime": "^2.2.5",
"vooks": "^0.2.12",
"vue": "^3.4.25",
"vue": "^3.4.26",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@vicons/fa": "^0.12.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue": "^5.0.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"workbox-window": "^7.1.0",
"wrangler": "^3.52.0"
"wrangler": "^3.53.1"
}
}
+770 -775
View File
File diff suppressed because it is too large Load Diff
+4
View File
@@ -60,6 +60,8 @@ const { t } = useI18n({
copied: 'Copied',
fetchAddressError: 'Login password is invalid or account not exist, it may be network connection issue, please try again later.',
mailV1Alert: 'You have some mails in v1, please click here to login and visit your history mails.',
password: 'Password',
passwordTip: 'Please copy the password and you can use it to login to your email account.',
},
zh: {
title: 'Cloudflare 临时邮件',
@@ -77,6 +79,8 @@ const { t } = useI18n({
copied: '已复制',
fetchAddressError: '登录密码无效或账号不存在,也可能是网络连接异常,请稍后再尝试。',
mailV1Alert: '你有一些 v1 版本的邮件,请点击此处登录查看。',
password: '密码',
passwordTip: '请复制密码,你可以使用它登录你的邮箱。',
}
}
});
-4
View File
@@ -23,8 +23,6 @@ const { t } = useI18n({
logout: "Logout",
delteAccount: "Delete Account",
showPassword: 'Show Password',
password: 'Password',
passwordTip: 'Please copy the password and you can use it to login to your email account.',
logoutConfirm: 'Are you sure to logout?',
delteAccount: "Delete Account",
delteAccountConfirm: "Are you sure to delete your account and all emails for this account?",
@@ -35,8 +33,6 @@ const { t } = useI18n({
logout: '退出登录',
delteAccount: "删除账户",
showPassword: '查看密码',
password: '密码',
passwordTip: '请复制密码,你可以使用它登录你的邮箱。',
logoutConfirm: '确定要退出登录吗?',
delteAccount: "删除账户",
delteAccountConfirm: "确定要删除你的账户和其中的所有邮件吗?",