ソースを参照

refine: 显示模板分支

菲鸽 2 年 前
コミット
bf1b1f76c8
1 ファイル変更1 行追加20 行削除
  1. 1 20
      src/pages/index/index.vue

+ 1 - 20
src/pages/index/index.vue

@@ -20,26 +20,7 @@
 
     <view class="text-justify max-w-100 m-auto text-4 indent mb-2">{{ description }}</view>
     <view class="mt-8 text-center">
-      <text class="text-green-400">在线文档:</text>
-      <!-- #ifndef H5 -->
-      https://codercup.github.io/unibest-docs/
-      <!-- #endif -->
-      <!-- #ifdef H5 -->
-      <a href="https://codercup.github.io/unibest-docs/" target="_blank">
-        https://codercup.github.io/unibest-docs/
-      </a>
-      <!-- #endif -->
-    </view>
-    <view class="mt-4 text-center">
-      <text class="text-green-400">在线预览:</text>
-      <!-- #ifndef H5 -->
-      https://codercup.github.io/unibest/
-      <!-- #endif -->
-      <!-- #ifdef H5 -->
-      <a href="https://codercup.github.io/unibest/" target="_blank">
-        https://codercup.github.io/unibest/
-      </a>
-      <!-- #endif -->
+      <text class="text-green-400">当前模板分支:base</text>
     </view>
   </view>
 </template>