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) {

File diff suppressed because it is too large
+ 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",

Some files were not shown because too many files changed in this diff