mirror of
https://gitee.com/guoyifanA/qiu-mo-jetbrains-help.git
synced 2026-09-21 22:30:45 +08:00
前端控制台报警修复
This commit is contained in:
@@ -112,8 +112,9 @@
|
||||
<!-- 页面内容 -->
|
||||
<main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8 pb-24 md:pb-8">
|
||||
<transition name="fade" mode="out-in">
|
||||
<div :key="currentPage">
|
||||
<!-- 首页 -->
|
||||
<div v-if="currentPage === 'home'" key="home">
|
||||
<div v-if="currentPage === 'home'">
|
||||
<div class="text-center mb-8 md:mb-12">
|
||||
<h2 class="home-title text-3xl md:text-4xl font-bold text-gray-900 mb-4">欢迎使用 <span class="gradient-text">JetBrains 激活助手</span></h2>
|
||||
<p class="home-subtitle text-base md:text-lg text-gray-600 max-w-2xl mx-auto px-4">为您提供便捷的 JetBrains 产品激活解决方案,支持激活码和许可证服务器两种激活方式</p>
|
||||
@@ -288,7 +289,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 产品页面 -->
|
||||
<div v-else-if="currentPage === 'products'" key="products">
|
||||
<div v-else-if="currentPage === 'products'">
|
||||
<div class="mb-8">
|
||||
<h2 class="text-3xl font-bold text-gray-900 mb-4">JetBrains 产品</h2>
|
||||
<p class="text-gray-600 mb-6">选择需要激活的 JetBrains 产品</p>
|
||||
@@ -324,7 +325,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 插件页面 -->
|
||||
<div v-else-if="currentPage === 'plugins'" key="plugins">
|
||||
<div v-else-if="currentPage === 'plugins'">
|
||||
<div class="mb-8">
|
||||
<h2 class="text-3xl font-bold text-gray-900 mb-4">JetBrains 插件</h2>
|
||||
<p class="text-gray-600 mb-6">选择需要激活的 JetBrains 付费插件</p>
|
||||
@@ -360,7 +361,7 @@
|
||||
</div>
|
||||
|
||||
<!-- JRebel页面 -->
|
||||
<div v-else-if="currentPage === 'jrebel'" key="jrebel" class="jrebel-container">
|
||||
<div v-else-if="currentPage === 'jrebel'" class="jrebel-container">
|
||||
<div class="mb-8">
|
||||
<h2 class="text-3xl font-bold text-gray-900 mb-4"><i class="fas fa-fire text-orange-500 mr-3"></i>JRebel 激活</h2>
|
||||
<p class="text-gray-600">JRebel 仅支持服务器激活模式</p>
|
||||
@@ -442,9 +443,10 @@
|
||||
</div>
|
||||
|
||||
<!-- 赞助页面 -->
|
||||
<div v-if="currentPage === 'sponsor'" key="sponsor">
|
||||
<div v-if="currentPage === 'sponsor'">
|
||||
<sponsor-component></sponsor-component>
|
||||
</div>
|
||||
</div>
|
||||
</transition>
|
||||
</main>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user