Recruitment_site/offer_frontend
TianyangZhang 5275dd211e feat(portal): 职位卡片添加发布时间和分享按钮
- 在职位卡片中显示发布时间(格式:YYYY-MM-DD)
- 添加分享图标按钮,点击复制职位详情页链接
- 分享按钮用 Element Plus 的 ShareDocument 图标代替
2026-03-25 17:13:01 +08:00
..
.vscode feat: initialize Vue3 frontend with router, pinia, element-plus 2026-03-25 08:37:09 +08:00
public feat: initialize Vue3 frontend with router, pinia, element-plus 2026-03-25 08:37:09 +08:00
src feat(portal): 职位卡片添加发布时间和分享按钮 2026-03-25 17:13:01 +08:00
.gitignore feat: initialize Vue3 frontend with router, pinia, element-plus 2026-03-25 08:37:09 +08:00
README.md feat: initialize Vue3 frontend with router, pinia, element-plus 2026-03-25 08:37:09 +08:00
index.html feat: initialize Vue3 frontend with router, pinia, element-plus 2026-03-25 08:37:09 +08:00
package-lock.json feat: initialize Vue3 frontend with router, pinia, element-plus 2026-03-25 08:37:09 +08:00
package.json feat: initialize Vue3 frontend with router, pinia, element-plus 2026-03-25 08:37:09 +08:00
vite.config.js fix(admin): 修复简历附件下载问题,完善简历信息展示 2026-03-25 16:32:33 +08:00

README.md

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.