国产强奷老师在线播放_日韩拍中文字幕无码_国产欧美Va欧美Va在线_亚洲午夜剧场av_欧美日韩一区蜜臀在线播放_JUX被夫上司欺辱的人妻_最近最新的日本字幕MV在线观看_999久久久精品国产_日韩伦理电影中文在线观看免费网_两个裸男脱了内裤互摸的视频

基礎(chǔ)布局組件

  • 最后更新時間: 2024-10-29 08:42:21
  • / 創(chuàng)建時間: 2024-10-29 08:41:57
import BaseLayout from 'jeawin-astro/src/layouts/Layout.astro';

---
import BaseLayout from 'jeawin-astro/src/layouts/Layout.astro';
// 項目自己的header組件,用于替換默認(rèn)header
import Header from "./Header.astro";
// 項目自己的footer組件,用于替換默認(rèn)footer
import Footer from "./Footer.astro";
const {
  seo_title,
  seo_keywords,
  seo_description,
  menu_root_link_id,
  page_type,
  channel_id,
  category_id,
  node_id,
  ldjson,
  hreflang,
  canonical,
  is_home,
  channelinfo,
  categoryinfo,
  nodeinfo,
  url,
  uri,
  field_array,
} = Astro.props;
---

<BaseLayout
  title=""
  seo_title={seo_title}
  seo_keywords={seo_keywords}
  seo_description={seo_description}
  menu_root_link_id={menu_root_link_id}
  page_type={page_type}
  channel_id={channel_id}
  category_id={category_id}
  node_id={node_id}
  ldjson={ldjson}
  hreflang={hreflang}
  is_home={is_home}
  channelinfo={channelinfo}
  categoryinfo={categoryinfo}
  nodeinfo={nodeinfo}
  url={url}
  uri={uri}
  field_array={field_array}
  canonical={canonical}
>
<Header slot="page-header" menu_root_link_id={menu_root_link_id} />
<slot />
<Footer slot="page-footer" is_home={is_home} canonical={canonical} channel_id={channel_id} category_id={category_id} url={url} uri={uri} />
</BaseLayout>

昵稱*:
郵箱地址*:
評分*:
內(nèi)容*: