tianyun 3 ヶ月 前
コミット
209181bea3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      simple-demo/mycopy.html

+ 1 - 1
simple-demo/mycopy.html

@@ -204,7 +204,7 @@
 
     pageManager.setNameCallBack(() => {
         let title = localStorage.getItem("title");
-        document.title = title + " - 问答";
+        document.title = title + " - 复制";
         _this.all_data.title = title;
     })