2026/7/23 1:52:18
代码如下<script setup>
import { ref } from vueconst title ref()
const content ref()
const note ref()
const backgroundImage ref()
const isDropdownOpen ref(false)const navItems [{ name: 首页, path: / },{ name: 文章, path: /articles },{ name: 分类…