赵忠林 7b43a20d43 chore(config): 更新环境变量和配置信息
- 更新 APPID 从10398 到 10490- 在页脚版权信息中添加电话号码显示
- 在顶部导航栏添加移动端电话展示- 注释掉开发环境 API 地址配置- 移除菜单样式中的 margin-right 设置
- 修改文章详情页作者字段为发布员
- 替换校园风光模块跳转链接 ID
-优化搜索关键词高亮逻辑
- 移除轮播图图片路径前缀拼接
- 调整顶部欢迎信息在不同设备上的显示方式- 更新顶部联系信息图标及文案内容
2025-10-27 15:13:27 +08:00
2025-03-01 10:52:11 +08:00
2025-05-12 20:44:07 +08:00
2025-05-16 20:15:45 +08:00
2025-04-17 16:22:32 +08:00
2025-05-16 20:15:45 +08:00
2025-03-01 10:52:11 +08:00
2025-01-27 23:24:42 +08:00
2025-04-17 16:22:32 +08:00
2025-05-12 20:44:07 +08:00
2025-05-08 11:13:53 +08:00
2025-05-16 20:15:45 +08:00
2025-05-16 20:15:45 +08:00
2025-01-27 23:23:02 +08:00
2025-01-27 23:23:02 +08:00
2025-01-27 23:23:02 +08:00
2025-03-01 10:52:11 +08:00
2025-01-27 23:23:02 +08:00
2025-01-27 23:23:02 +08:00
2025-02-12 16:37:07 +08:00
2025-02-12 16:37:07 +08:00
2025-02-12 16:37:07 +08:00
2025-02-22 22:11:19 +08:00
2025-01-27 23:23:02 +08:00
2025-01-27 23:23:02 +08:00
2025-01-27 23:23:02 +08:00
2025-01-27 23:23:02 +08:00

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
广西百色农校
Readme 14 MiB
Languages
Vue 48.9%
TypeScript 35.9%
CSS 14.6%
HTML 0.5%