Browse Source

细微调整

zxlie 10 months ago
parent
commit
574434575e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      apps/json-format/content-script.js
  2. 1 1
      apps/screenshot/content-script.js

+ 1 - 1
apps/json-format/content-script.js

@@ -92,7 +92,7 @@ window.JsonAutoFormat = (() => {
     let _getHtmlFragment = () => {
         return [
             '<div id="jfToolbar" class="x-toolbar" style="display:none">' +
-            '    <a href="https://www.baidufe.com/fehelper/feedback.html" target="_blank" class="x-a-title">' +
+            '    <a href="https://www.baidufe.com/fehelper/index.html" target="_blank" class="x-a-title">' +
             '        <img src="' + chrome.runtime.getURL('static/img/fe-16.png') + '" alt="fehelper"/> FeHelper</a>' +
             '    <span class="x-b-title"></span>' +
             '    <span class="x-sort">' +

+ 1 - 1
apps/screenshot/content-script.js

@@ -9,7 +9,7 @@ window.screenshotContentScript = function () {
     let MAX_PRIMARY_DIMENSION = 50000 * 2,
         MAX_SECONDARY_DIMENSION = 20000 * 2,
         MAX_AREA = MAX_PRIMARY_DIMENSION * MAX_SECONDARY_DIMENSION;
-    let pageOriginalTitle = document.title;
+        let pageOriginalTitle = document.title;
 
     /**
      * URL合法性校验