Files
sionrui/frontend/app/web-gold/src/views/misc/Download.vue
2025-11-10 00:59:40 +08:00

16 lines
259 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<script setup>
</script>
<template>
<div class="space-y-4">
<h2 class="text-xl font-bold">下载</h2>
<div class="bg-white p-4 rounded shadow">提供Windows与Mac安装包下载占位</div>
</div>
</template>
<style scoped>
</style>