shuisheng il y a 2 ans
Parent
commit
fc521af31d
2 fichiers modifiés avec 15 ajouts et 14 suppressions
  1. 7 1
      README.md
  2. 8 13
      src/layout/head/index.vue

+ 7 - 1
README.md

@@ -1,6 +1,12 @@
 # 简介
 
-billd 直播间
+billd 直播间的前端
+
+# 运行截图
+
+# 后端
+
+[https://github.com/galaxy-s10/billd-live-server](https://github.com/galaxy-s10/billd-live-server)
 
 # billd 依赖
 

+ 8 - 13
src/layout/head/index.vue

@@ -25,6 +25,13 @@
       />
     </div>
     <div class="right">
+      <a
+        href="https://github.com/galaxy-s10/billd-live"
+        target="_blank"
+        class="github"
+      >
+        github
+      </a>
       <div
         v-if="route.path === '/'"
         class="start"
@@ -108,19 +115,7 @@ function goPushPage() {
     display: flex;
     align-items: center;
     padding-right: 20px;
-    .avatar {
-      display: flex;
-      align-items: center;
-      justify-content: center;
-      margin-right: 20px;
-      width: 36px;
-      height: 36px;
-      border-radius: 50%;
-      background-color: skyblue;
-      color: white;
-      font-size: 14px;
-    }
-    .item {
+    .github {
       margin-right: 20px;
     }