feat: 初始化居家上门服务系统完整项目代码
- Spring Boot 后端服务 (hss-home-service) - delivery-miniapp 配送小程序 - website 官网 (Nuxt) - docs 架构设计文档 - Docker 容器化部署配置 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
16
hss-home-service/website/.nuxt/dist/server/_nuxt/useSeo-BkcZp48C.js
vendored
Normal file
16
hss-home-service/website/.nuxt/dist/server/_nuxt/useSeo-BkcZp48C.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import { a as useSeoMeta } from "./v3-eWcT6REp.js";
|
||||
function useSeo(overrides = {}) {
|
||||
useSeoMeta({
|
||||
title: "首页",
|
||||
ogTitle: "智慧医养居家上门服务平台",
|
||||
description: "面向政府、医院与养老机构的智慧医养居家上门服务闭环管理平台,覆盖申请、评估、方案、派单、执行、监管、验收、结算全流程。",
|
||||
ogDescription: "面向政府、医院与养老机构的智慧医养居家上门服务闭环管理平台。",
|
||||
ogImage: "/og-image.png",
|
||||
twitterCard: "summary_large_image",
|
||||
...overrides
|
||||
});
|
||||
}
|
||||
export {
|
||||
useSeo as u
|
||||
};
|
||||
//# sourceMappingURL=useSeo-BkcZp48C.js.map
|
||||
Reference in New Issue
Block a user