!136 navigation add news

* navigation add news
This commit is contained in:
pushuo 2023-06-14 10:14:44 +00:00 committed by Edward Yang
parent d61c0a5e12
commit 4cffc1a159
3 changed files with 31 additions and 2 deletions

View File

@ -15,8 +15,7 @@
<script src="{{ asset('vendor/jquery/jquery-3.6.0.min.js') }}"></script>
<script src="{{ asset('vendor/layer/3.5.1/layer.js') }}"></script>
<link rel="shortcut icon" href="{{ asset('/image/favicon.png') }}">
{{-- <script src="{{ asset('vendor/bootstrapjs/bootstrap.min.js') }}"></script> --}}
<script src="{{ asset('vendor/bootstrapjs/bootstrap.bundle.min.js') }}"></script>
<script src="{{ asset('vendor/bootstrap/js/bootstrap.bundle.min.js') }}"></script>
<link rel="stylesheet" type="text/css" href="{{ asset('/install/css/app.css') }}">
@yield('style')
</head>

View File

@ -11,6 +11,8 @@
$primary: #fd560f;
body {
background-color: #f3f6f8;
.install-box {
background-color: #f3f6f8;
display: flex;
@ -45,6 +47,10 @@ body {
}
}
}
.table {
--bs-table-bg: transparent;
}
}
@import "steps";

View File

@ -716,6 +716,30 @@ class ThemeSeeder extends Seeder
],
"isChildren" => false,
"childrenGroup" => []
],
[
"isFull" => false,
"badge" => [
"isShow" => false,
"name" => [
"en" => "",
"zh_cn" => ""
],
"bg_color" => "",
"text_color" => ""
],
"link" => [
"type" => "page_category",
"value" => "1",
"text" => [],
"link" => ""
],
"name" => [
"en" => "News",
"zh_cn" => "公司新闻"
],
"isChildren" => false,
"childrenGroup" => []
]
]
];