update
This commit is contained in:
@ -28,8 +28,6 @@ import '../styles/template_4/meanmenu.css'
|
||||
{config.app_baidu_zhanzhang ? <Fragment set:html={config.app_baidu_zhanzhang} /> : ''}
|
||||
</head>
|
||||
|
||||
|
||||
<!-- HEADER START -->
|
||||
<header>
|
||||
<div id="header-sticky" class="header-area transparent-header pt-10 pb-10">
|
||||
<div class="container">
|
||||
@ -63,7 +61,7 @@ import '../styles/template_4/meanmenu.css'
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<!-- HEADER END -->
|
||||
|
||||
<div class="fix">
|
||||
<div class="side-info">
|
||||
<button class="side-info-close"><i class="fal fa-times"></i></button>
|
||||
|
@ -8,7 +8,6 @@ import { TP2_COLUMN_ABOUT_US, TP2_COLUMN_INDEX, TP2_COLUMN_INDEX_URL } from "../
|
||||
import { newsIndex } from "../../../../utils/rpc";
|
||||
const config = getConfig(Astro)
|
||||
const extra = getTp4Extra(config.app_extra_tag);
|
||||
console.log(extra)
|
||||
const {code, data} = await newsIndex(config.id, 3);
|
||||
|
||||
const breadcrumb = [{
|
||||
|
Reference in New Issue
Block a user