Commit 424491b5 authored by UtopiaXC's avatar UtopiaXC

🐟 摸鱼~

parent 2b96af72
......@@ -19,41 +19,62 @@
<li><a href="#"><i class="far fa-trash-alt"></i>Telegram推送</a></li>
</ul>
</div>
<div class="file-manager-menu label-menu"><span class="fmm-title">Labels</span>
<ul class="list-unstyled">
<li><a href="#"><i class="bg-success"></i>企业版</a></li>
<li><a href="#"><i class="bg-warning"></i>高级版</a></li>
<li><a href="#"><i class="bg-primary"></i>基础版</a></li>
<li><a href="#"><i class="bg-dark"></i>免费版</a></li>
</ul>
</div>
</div>
<div class="col-sm-12 col-md-10">
<div class="card">
<div class="card-body">
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne"> Accordion Item #1 </button>
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
邮件推送
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body"> <strong>This is the first item's accordion body.</strong>It is hidden by default,until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance,as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow. </div>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<div class="open-email-content">
<div class="mail-header">
<div class="mail-title">
<h4>邮件推送</h4>
</div>
<div class="mail-actions">
<button type="button" class="btn btn-primary">Mock</button>
<button type="button" class="btn btn-primary">接口状态</button>
</div>
</div>
<div class="mail-text">
<p>utopia.push.email<br><br>
通过高效企业级邮箱服务,毫秒级迅速响应发送邮件。
<br>
<br>
<h4>基本信息</h4>
<table>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo"> Accordion Item #2 </button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body"> <strong>This is the second item's accordion body.</strong>It is hidden by default,until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance,as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow. </div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree"> Accordion Item #3 </button>
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseThree" aria-expanded="false"
aria-controls="collapseThree"> 钉钉推送
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body"> <strong>This is the third item's accordion body.</strong>It is hidden by default,until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance,as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow. </div>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree"
data-bs-parent="#accordionExample">
<div class="accordion-body"><strong>This is the third item's accordion body.</strong>It
is hidden by default,until the collapse plugin adds the appropriate classes that we
use to style each element. These classes control the overall appearance,as well as
the showing and hiding via CSS transitions. You can modify any of this with custom
CSS or overriding our default variables. It's also worth noting that just about any
HTML can go within the <code>.accordion-body</code>, though the transition does
limit overflow.
</div>
</div>
</div>
......@@ -63,3 +84,17 @@
</div>
</div>
@endsection
@section('script')
<script>
</script>
@endsection
@section('style')
@endsection
......@@ -67,7 +67,7 @@
<div class="page-sidebar">
<ul class="list-unstyled accordion-menu">
<li class="sidebar-title">主页</li>
<li class="active-page"><a href="/"><i data-feather="home"></i>主页</a></li>
<li><a href="/"><i data-feather="home"></i>主页</a></li>
<li class="sidebar-title">个人</li>
<li><a href="{{WebUrl::OPEN_KEY}}"><i data-feather="key"></i>OpenKey</a></li>
<li><a href=""><i data-feather="pie-chart"></i>接口用量</a></li>
......
......@@ -12,6 +12,7 @@
<meta name="keywords" content="@yield('keywords')">
<meta name="author" content="@yield('author')">
@include('style.style')
@yield('style')
</head>
@yield('body')
@include('script.scripts')
......
......@@ -6,4 +6,3 @@
<link href="{{asset('/plugins/apexcharts/apexcharts.css')}}" rel="stylesheet">
<!-- Theme Styles -->
<link href="{{asset('/css/main.min.css')}}" rel="stylesheet">
<link href="{{asset('/css/custom.css')}}" rel="stylesheet">
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment