update:后台新增注销
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user