7b43a20d4364a85653a60bfb5115b5d1aeae2b11
- 更新 APPID 从10398 到 10490- 在页脚版权信息中添加电话号码显示 - 在顶部导航栏添加移动端电话展示- 注释掉开发环境 API 地址配置- 移除菜单样式中的 margin-right 设置 - 修改文章详情页作者字段为发布员 - 替换校园风光模块跳转链接 ID -优化搜索关键词高亮逻辑 - 移除轮播图图片路径前缀拼接 - 调整顶部欢迎信息在不同设备上的显示方式- 更新顶部联系信息图标及文案内容
Nuxt 3 Minimal Starter
Look at the Nuxt 3 documentation to learn more.
Setup
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Development Server
Start the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
Production
Build the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
# bun
bun run preview
Check out the deployment documentation for more information.
Description
Languages
Vue
48.9%
TypeScript
35.9%
CSS
14.6%
HTML
0.5%