mirror of
https://gitee.com/guoyifanA/qiu-mo-jetbrains-help.git
synced 2026-09-27 00:51:54 +08:00
新增一个赞助页面
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>QiuMo JetBrains Help - JetBrains激活助手</title>
|
||||
<link rel='shortcut icon' href='/images/favicon.png'>
|
||||
<link rel='icon' href='/images/favicon.png'>
|
||||
<link rel='apple-touch-icon-precomposed' href='/images/favicon.png'>
|
||||
<meta name='msapplication-TileImage' content='/images/favicon.png'>
|
||||
|
||||
<!-- 核心技术栈 -->
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
@@ -15,6 +19,7 @@
|
||||
|
||||
<!-- 自定义样式 -->
|
||||
<link rel="stylesheet" href="/css/main.css" />
|
||||
<link rel="stylesheet" href="/css/sponsor.css" />
|
||||
</head>
|
||||
<body class="bg-gray-50">
|
||||
<div id="app">
|
||||
@@ -435,6 +440,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 赞助页面 -->
|
||||
<div v-if="currentPage === 'sponsor'" key="sponsor">
|
||||
<sponsor-component></sponsor-component>
|
||||
</div>
|
||||
</transition>
|
||||
</main>
|
||||
|
||||
@@ -510,6 +520,7 @@
|
||||
|
||||
<!-- 引入工具函数和应用逻辑 -->
|
||||
<script src="/js/utils.js"></script>
|
||||
<script src="/js/sponsor.js"></script>
|
||||
<script src="/js/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user