榆钱落尽槿花稀 8faf9a16d6 feat(UI): 添加悬停效果和动态幻灯片指示器
在 `index.css` 中添加了 `.text-group_3` 和 `.text-group_3_3` 的悬停效果,修改了 `index.vue` 中的类名和样式,并添加了动态幻灯片指示器。在 `concatUs.vue` 中优化了招聘信息展示逻辑,使用动态数据渲染职位列表。
2025-05-14 18:10:58 +08:00
2025-05-14 17:21:03 +08:00
1
2025-04-03 17:40:33 +08:00
2025-05-14 17:21:03 +08:00
1
2025-04-03 17:40:33 +08:00
1
2025-04-03 17:40:33 +08:00
1
2025-04-03 17:40:33 +08:00
1
2025-04-03 17:40:33 +08:00
1
2025-04-03 17:40:33 +08:00
1
2025-04-03 17:40:33 +08:00
1
2025-04-03 17:40:33 +08:00
1
2025-04-03 17:40:33 +08:00
1
2025-04-03 17:40:33 +08:00
1
2025-04-03 17:40:33 +08:00
1
2025-04-03 17:40:33 +08:00
2025-04-12 17:45:12 +08:00
2025-04-12 17:45:12 +08:00
1
2025-04-03 17:40:33 +08:00
1
2025-04-03 17:40:33 +08:00
1
2025-04-03 17:40:33 +08:00
1
2025-04-03 17:40:33 +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 AFL-3.0 284 MiB
Languages
Vue 79.6%
TypeScript 9.6%
SCSS 9.3%
JavaScript 1.5%