feat: 修改版本

This commit is contained in:
lan
2024-06-15 21:13:44 +08:00
parent 7db04c75a7
commit 73ce76c670
18 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ const listenInput = (num: number) => {
code.value += num
}
};
const name = atob('RmlsZUNvZGVCb3ggVjIuMCBCZXRh');
const name = atob('RmlsZUNvZGVCb3ggVjIuMQ==');
const url = atob('aHR0cHM6Ly9naXRodWIuY29tL3Zhc3RzYS9GaWxlQ29kZUJveA==');
</script>
@@ -97,7 +97,7 @@ const url = atob('aHR0cHM6Ly9naXRodWIuY29tL3Zhc3RzYS9GaWxlQ29kZUJveA==');
</el-card>
<div style="text-align: center; margin-top: 1rem;color: #606266">
<a style="text-decoration: none;color: #606266" target="_blank" :href="url">
{{ name}}
{{ name }}
</a>
<a @click="noDialog" style="text-decoration: none;color: #606266;margin-left: 1rem" href="javascript:void(0)">{{t('send.disclaimers')}}</a>
</div>