mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-10 08:57:10 +08:00
refactor: 优化用户管理代码
This commit is contained in:
@@ -22,11 +22,11 @@
|
||||
<script lang="ts" setup>
|
||||
const images = [
|
||||
{
|
||||
src: `https://continew.top/qrcode-text.png?${new Date().getTime()}`,
|
||||
src: `https://continew.top/qrcode-text.jpg?${new Date().getTime()}`,
|
||||
url: 'https://continew.top/about/intro.html',
|
||||
},
|
||||
{
|
||||
src: `https://continew.top/sponsor.png?${new Date().getTime()}`,
|
||||
src: `https://continew.top/sponsor.jpg?${new Date().getTime()}`,
|
||||
url: 'https://continew.top/sponsor.html',
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user