feat: 版本升级弹窗
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
"@typescript-eslint/parser": "^5.46.0",
|
"@typescript-eslint/parser": "^5.46.0",
|
||||||
"@vitejs/plugin-vue": "^4.0.0",
|
"@vitejs/plugin-vue": "^4.0.0",
|
||||||
"@vue/compiler-sfc": "^3.2.45",
|
"@vue/compiler-sfc": "^3.2.45",
|
||||||
"eslint": "^8.29.0",
|
"eslint": "^8.54.0",
|
||||||
"eslint-plugin-vue": "^9.8.0",
|
"eslint-plugin-vue": "^9.8.0",
|
||||||
"prettier": "^2.8.1",
|
"prettier": "^2.8.1",
|
||||||
"sass": "^1.56.2",
|
"sass": "^1.56.2",
|
||||||
|
|||||||
@@ -120,4 +120,12 @@ export default {
|
|||||||
copyTextSuccess: 'Copy succeeded!',
|
copyTextSuccess: 'Copy succeeded!',
|
||||||
copyTextError: 'Copy failed!',
|
copyTextError: 'Copy failed!',
|
||||||
},
|
},
|
||||||
|
upgrade: {
|
||||||
|
title: 'New version upgrade',
|
||||||
|
msg: 'It\'s a new version. Update it now!Don\'t worry, update quickly oh!',
|
||||||
|
desc: 'Tip: The update restores the default configuration',
|
||||||
|
btnOne: 'Cruel refusal',
|
||||||
|
btnTwo: 'Update now',
|
||||||
|
btnTwoLoading: 'updating',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -89,10 +89,12 @@ export default {
|
|||||||
twoIsTopBarColorGradual: '顶栏背景渐变',
|
twoIsTopBarColorGradual: '顶栏背景渐变',
|
||||||
twoMenuBar: '菜单背景',
|
twoMenuBar: '菜单背景',
|
||||||
twoMenuBarColor: '菜单默认字体颜色',
|
twoMenuBarColor: '菜单默认字体颜色',
|
||||||
|
twoMenuBarActiveColor: '菜单高亮背景色',
|
||||||
twoIsMenuBarColorGradual: '菜单背景渐变',
|
twoIsMenuBarColorGradual: '菜单背景渐变',
|
||||||
twoColumnsMenuBar: '分栏菜单背景',
|
twoColumnsMenuBar: '分栏菜单背景',
|
||||||
twoColumnsMenuBarColor: '分栏菜单默认字体颜色',
|
twoColumnsMenuBarColor: '分栏菜单默认字体颜色',
|
||||||
twoIsColumnsMenuBarColorGradual: '分栏菜单背景渐变',
|
twoIsColumnsMenuBarColorGradual: '分栏菜单背景渐变',
|
||||||
|
twoIsColumnsMenuHoverPreload: '分栏菜单滑鼠悬停预加载',
|
||||||
threeTitle: '界面设置',
|
threeTitle: '界面设置',
|
||||||
threeIsCollapse: '菜单水平折叠',
|
threeIsCollapse: '菜单水平折叠',
|
||||||
threeIsUniqueOpened: '菜单手风琴',
|
threeIsUniqueOpened: '菜单手风琴',
|
||||||
@@ -131,4 +133,12 @@ export default {
|
|||||||
copyTextSuccess: '复制成功!',
|
copyTextSuccess: '复制成功!',
|
||||||
copyTextError: '复制失败!',
|
copyTextError: '复制失败!',
|
||||||
},
|
},
|
||||||
|
upgrade: {
|
||||||
|
title: '新版本升级',
|
||||||
|
msg: '新版本来啦,马上更新尝鲜吧!不用担心,更新很快的哦!',
|
||||||
|
desc: '提示:更新会还原默认配寘',
|
||||||
|
btnOne: '残忍拒绝',
|
||||||
|
btnTwo: '马上更新',
|
||||||
|
btnTwoLoading: '更新中',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
// 定义内容
|
// 定义内容
|
||||||
export default {
|
export default {
|
||||||
label: {
|
label: {
|
||||||
one1: '用户名登录',
|
one1: '账号密码登录',
|
||||||
two2: '手机号登录',
|
two2: '手机号登录',
|
||||||
},
|
},
|
||||||
link: {
|
link: {
|
||||||
|
|||||||
@@ -76,10 +76,10 @@ const delayShow = () => {
|
|||||||
};
|
};
|
||||||
// 页面加载时
|
// 页面加载时
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
// delayShow();
|
delayShow();
|
||||||
// setTimeout(() => {
|
setTimeout(() => {
|
||||||
// state.btnTxt = t('message.upgrade.btnTwo');
|
state.btnTxt = t('message.upgrade.btnTwo');
|
||||||
// }, 200);
|
}, 200);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user