PUGE 2 年 前
コミット
1714763fe5
3 ファイル変更4 行追加2 行削除
  1. 3 1
      back/popup.js
  2. 0 0
      js/popup.js
  3. 1 1
      manifest.json

+ 3 - 1
back/popup.js

@@ -11,6 +11,8 @@ function owoReplaceAll(str, s1, s2) {
   return str
 }
 
+let userInfo = {}
+
 const getSchemeData = new Promise((resolve, reject) => {
   getCurrentTabId((tabInfo) => {
     setTimeout(() => {
@@ -30,7 +32,7 @@ const getSchemeData = new Promise((resolve, reject) => {
   })
 })
 
-let userInfo = {}
+
 
 // 获取当前选项卡ID
 function getCurrentTabId(callback) {

ファイルの差分が大きいため隠しています
+ 0 - 0
js/popup.js


+ 1 - 1
manifest.json

@@ -1,7 +1,7 @@
 {
 	"manifest_version": 2,
 	"name": "脚本助手",
-	"version": "1.1.24",
+	"version": "1.1.25",
 	"description": "脚本助手",
 	"icons": {
 		"16": "./img/16.png",

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません