From 1f155c5ed5452eb645eb400e68add3db36edc648 Mon Sep 17 00:00:00 2001 From: halliday Date: Tue, 6 May 2025 20:06:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=AE=E5=BD=95=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/{ => firefox}/LICENSE | 0 src/{ => firefox}/background.html | 0 src/{ => firefox}/background.js | 0 src/{ => firefox}/content/content.js | 0 src/{ => firefox}/content/getCss.js | 0 src/{ => firefox}/content/getMethodOrVarText.js | 0 src/{ => firefox}/content/handleTable.js | 0 src/{ => firefox}/content/jquery.min.js | 0 src/{ => firefox}/content/record.js | 0 src/{ => firefox}/content/search.js | 0 src/{ => firefox}/content/style.css | 0 src/{ => firefox}/fonts/Lato-Regular.ttf | Bin src/{ => firefox}/logo/128.png | Bin src/{ => firefox}/logo/16.png | Bin src/{ => firefox}/logo/48.png | Bin src/{ => firefox}/logo/icon/controls.svg | 0 src/{ => firefox}/logo/icon/copy.svg | 0 src/{ => firefox}/logo/icon/love.svg | 0 src/{ => firefox}/logo/ruto.webp | Bin src/{ => firefox}/logo/tl.webp | Bin src/{ => firefox}/manifest.json | 0 src/{ => firefox}/option.html | 0 src/{ => firefox}/popup.html | 0 src/{ => firefox}/tools/ballon.css | 0 src/{ => firefox}/tools/option.js | 0 src/{ => firefox}/tools/options.css | 0 src/{ => firefox}/tools/popup.js | 0 src/{ => firefox}/tools/popupStyle.css | 0 28 files changed, 0 insertions(+), 0 deletions(-) rename src/{ => firefox}/LICENSE (100%) rename src/{ => firefox}/background.html (100%) rename src/{ => firefox}/background.js (100%) rename src/{ => firefox}/content/content.js (100%) rename src/{ => firefox}/content/getCss.js (100%) rename src/{ => firefox}/content/getMethodOrVarText.js (100%) rename src/{ => firefox}/content/handleTable.js (100%) rename src/{ => firefox}/content/jquery.min.js (100%) rename src/{ => firefox}/content/record.js (100%) rename src/{ => firefox}/content/search.js (100%) rename src/{ => firefox}/content/style.css (100%) rename src/{ => firefox}/fonts/Lato-Regular.ttf (100%) rename src/{ => firefox}/logo/128.png (100%) rename src/{ => firefox}/logo/16.png (100%) rename src/{ => firefox}/logo/48.png (100%) rename src/{ => firefox}/logo/icon/controls.svg (100%) rename src/{ => firefox}/logo/icon/copy.svg (100%) rename src/{ => firefox}/logo/icon/love.svg (100%) rename src/{ => firefox}/logo/ruto.webp (100%) rename src/{ => firefox}/logo/tl.webp (100%) rename src/{ => firefox}/manifest.json (100%) rename src/{ => firefox}/option.html (100%) rename src/{ => firefox}/popup.html (100%) rename src/{ => firefox}/tools/ballon.css (100%) rename src/{ => firefox}/tools/option.js (100%) rename src/{ => firefox}/tools/options.css (100%) rename src/{ => firefox}/tools/popup.js (100%) rename src/{ => firefox}/tools/popupStyle.css (100%) diff --git a/src/LICENSE b/src/firefox/LICENSE similarity index 100% rename from src/LICENSE rename to src/firefox/LICENSE diff --git a/src/background.html b/src/firefox/background.html similarity index 100% rename from src/background.html rename to src/firefox/background.html diff --git a/src/background.js b/src/firefox/background.js similarity index 100% rename from src/background.js rename to src/firefox/background.js diff --git a/src/content/content.js b/src/firefox/content/content.js similarity index 100% rename from src/content/content.js rename to src/firefox/content/content.js diff --git a/src/content/getCss.js b/src/firefox/content/getCss.js similarity index 100% rename from src/content/getCss.js rename to src/firefox/content/getCss.js diff --git a/src/content/getMethodOrVarText.js b/src/firefox/content/getMethodOrVarText.js similarity index 100% rename from src/content/getMethodOrVarText.js rename to src/firefox/content/getMethodOrVarText.js diff --git a/src/content/handleTable.js b/src/firefox/content/handleTable.js similarity index 100% rename from src/content/handleTable.js rename to src/firefox/content/handleTable.js diff --git a/src/content/jquery.min.js b/src/firefox/content/jquery.min.js similarity index 100% rename from src/content/jquery.min.js rename to src/firefox/content/jquery.min.js diff --git a/src/content/record.js b/src/firefox/content/record.js similarity index 100% rename from src/content/record.js rename to src/firefox/content/record.js diff --git a/src/content/search.js b/src/firefox/content/search.js similarity index 100% rename from src/content/search.js rename to src/firefox/content/search.js diff --git a/src/content/style.css b/src/firefox/content/style.css similarity index 100% rename from src/content/style.css rename to src/firefox/content/style.css diff --git a/src/fonts/Lato-Regular.ttf b/src/firefox/fonts/Lato-Regular.ttf similarity index 100% rename from src/fonts/Lato-Regular.ttf rename to src/firefox/fonts/Lato-Regular.ttf diff --git a/src/logo/128.png b/src/firefox/logo/128.png similarity index 100% rename from src/logo/128.png rename to src/firefox/logo/128.png diff --git a/src/logo/16.png b/src/firefox/logo/16.png similarity index 100% rename from src/logo/16.png rename to src/firefox/logo/16.png diff --git a/src/logo/48.png b/src/firefox/logo/48.png similarity index 100% rename from src/logo/48.png rename to src/firefox/logo/48.png diff --git a/src/logo/icon/controls.svg b/src/firefox/logo/icon/controls.svg similarity index 100% rename from src/logo/icon/controls.svg rename to src/firefox/logo/icon/controls.svg diff --git a/src/logo/icon/copy.svg b/src/firefox/logo/icon/copy.svg similarity index 100% rename from src/logo/icon/copy.svg rename to src/firefox/logo/icon/copy.svg diff --git a/src/logo/icon/love.svg b/src/firefox/logo/icon/love.svg similarity index 100% rename from src/logo/icon/love.svg rename to src/firefox/logo/icon/love.svg diff --git a/src/logo/ruto.webp b/src/firefox/logo/ruto.webp similarity index 100% rename from src/logo/ruto.webp rename to src/firefox/logo/ruto.webp diff --git a/src/logo/tl.webp b/src/firefox/logo/tl.webp similarity index 100% rename from src/logo/tl.webp rename to src/firefox/logo/tl.webp diff --git a/src/manifest.json b/src/firefox/manifest.json similarity index 100% rename from src/manifest.json rename to src/firefox/manifest.json diff --git a/src/option.html b/src/firefox/option.html similarity index 100% rename from src/option.html rename to src/firefox/option.html diff --git a/src/popup.html b/src/firefox/popup.html similarity index 100% rename from src/popup.html rename to src/firefox/popup.html diff --git a/src/tools/ballon.css b/src/firefox/tools/ballon.css similarity index 100% rename from src/tools/ballon.css rename to src/firefox/tools/ballon.css diff --git a/src/tools/option.js b/src/firefox/tools/option.js similarity index 100% rename from src/tools/option.js rename to src/firefox/tools/option.js diff --git a/src/tools/options.css b/src/firefox/tools/options.css similarity index 100% rename from src/tools/options.css rename to src/firefox/tools/options.css diff --git a/src/tools/popup.js b/src/firefox/tools/popup.js similarity index 100% rename from src/tools/popup.js rename to src/firefox/tools/popup.js diff --git a/src/tools/popupStyle.css b/src/firefox/tools/popupStyle.css similarity index 100% rename from src/tools/popupStyle.css rename to src/firefox/tools/popupStyle.css