Hanye官网
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
watermax d79a20827d docs: 更新公司联系地址为三好街90甲5号 il y a 13 heures
assets feat(products): 为所有产品添加序列号字段 il y a 1 jour
components feat(招聘): 更新职位卡片和招聘页面功能 il y a 1 jour
composables feat(产品): 添加产品型号字段并实现表格高亮功能 il y a 4 semaines
content docs: 更新公司联系地址为三好街90甲5号 il y a 13 heures
data feat(招聘): 更新职位卡片和招聘页面功能 il y a 1 jour
i18n/locales docs: 更新公司联系地址为三好街90甲5号 il y a 13 heures
layouts feat: 初始化Nuxt3项目,添加基本结构和多语言支持 il y a 2 mois
pages style(support): 移除页面中多余的装饰性元素 il y a 1 jour
plugins feat: 初始化Nuxt3项目,添加基本结构和多语言支持 il y a 2 mois
public feat(招聘): 新增多语言支持和职位卡片功能 il y a 2 jours
scripts refactor: 更新内容配置和首页展示逻辑 il y a 1 semaine
server feat: 新增产品和用途文档,丰富内容管理 il y a 1 mois
.gitignore feat: 初始化Nuxt3项目,添加基本结构和多语言支持 il y a 2 mois
README.md refactor: 优化配置和字体本地化 il y a 1 mois
app.vue feat: 新增路由加载指示器和返回顶部按钮组件 il y a 1 mois
content.config.ts feat(招聘): 更新职位卡片和招聘页面功能 il y a 1 jour
error.vue feat: 初始化Nuxt3项目,添加基本结构和多语言支持 il y a 2 mois
i18n.config.ts feat: 初始化Nuxt3项目,添加基本结构和多语言支持 il y a 2 mois
nuxt.config.ts feat: 添加WASM文件预加载和更新产品图片路径 il y a 1 mois
package-lock.json refactor(内容): 更新产品及分类元数据,优化标签和排序字段 il y a 1 mois
package.json feat: 更新产品文档和路由配置 il y a 1 mois
postcss.config.js feat: 初始化Nuxt3项目,添加基本结构和多语言支持 il y a 2 mois
prerenderRoutes.json feat(招聘): 新增多语言支持和职位卡片功能 il y a 2 jours
tailwind.config.js feat: 初始化Nuxt3项目,添加基本结构和多语言支持 il y a 2 mois
tsconfig.json feat: 新增产品和用途文档,丰富内容管理 il y a 1 mois
产品.md feat: 新增产品和用途文档,丰富内容管理 il y a 1 mois
用途.md feat: 新增产品和用途文档,丰富内容管理 il y a 1 mois

README.md

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install 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 dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

字体本地化指南

本项目使用了以下Google字体,并已进行本地化以提高性能和兼容性:

  • Roboto
  • M PLUS 1p

如何更新字体文件

  1. 下载字体文件:

  2. 转换为WOFF2格式

  3. 放置文件

    • 将转换后的WOFF2文件放入对应的 public/fonts/[字体名称] 目录中