update:后台新增注销

This commit is contained in:
lan
2023-08-16 12:54:00 +08:00
parent 2fa075cfdf
commit 69b11e6a75
18 changed files with 22 additions and 19 deletions
+5 -2
View File
@@ -56,7 +56,8 @@ const listenInput = (num: number) => {
code.value += num
}
};
const name = atob('RmlsZUNvZGVCb3ggVjIuMCBCZXRh');
const url = atob('aHR0cHM6Ly9naXRodWIuY29tL3Zhc3RzYS9GaWxlQ29kZUJveA==');
</script>
<template>
@@ -84,7 +85,9 @@ const listenInput = (num: number) => {
</el-row>
</el-card>
<div style="text-align: center; margin-top: 1rem;color: #606266">
<a style="text-decoration: none;color: #606266" target="_blank" href="https://github.com/vastsa/FileCodeBox">FileCodeBox V2.0 Beta</a>
<a style="text-decoration: none;color: #606266" target="_blank" :href="url">
{{ name}}
</a>
</div>
</main>
</template>