- Spring Boot 后端服务 (hss-home-service) - delivery-miniapp 配送小程序 - website 官网 (Nuxt) - docs 架构设计文档 - Docker 容器化部署配置 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 line
926 B
JSON
1 line
926 B
JSON
{"file":"useSeo-BkcZp48C.js","mappings":";AAEO,SAAS,OAAO,YAAsC,IAAI;AAC/D,aAAW;AAAA,IACT,OAAO;AAAA,IACP,SAAS;AAAA,IACT,aAAa;AAAA,IACb,eAAe;AAAA,IACf,SAAS;AAAA,IACT,aAAa;AAAA,IACb,GAAG;AAAA,EAAA,CACJ;AACH;","names":[],"sources":["../../../../composables/useSeo.ts"],"sourcesContent":["import type { UseSeoMetaInput } from '@unhead/vue'\n\nexport function useSeo(overrides: Partial<UseSeoMetaInput> = {}) {\n useSeoMeta({\n title: '首页',\n ogTitle: '智慧医养居家上门服务平台',\n description: '面向政府、医院与养老机构的智慧医养居家上门服务闭环管理平台,覆盖申请、评估、方案、派单、执行、监管、验收、结算全流程。',\n ogDescription: '面向政府、医院与养老机构的智慧医养居家上门服务闭环管理平台。',\n ogImage: '/og-image.png',\n twitterCard: 'summary_large_image',\n ...overrides,\n })\n}\n"],"version":3} |