Skip to content

Commit 028129c

Browse files
committed
Release v1.0.2
1 parent ac0d7de commit 028129c

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scriptcat",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "脚本猫,一个可以执行用户脚本的浏览器扩展,万物皆可脚本化,让你的浏览器可以做更多的事情!",
55
"author": "CodFrm",
66
"license": "GPLv3",

src/app/service/service_worker/gm_api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import PermissionVerify, { PermissionVerifyApiGet } from "./permission_verify";
1212
import Cache, { incr } from "@App/app/cache";
1313
import EventEmitter from "eventemitter3";
1414
import { type RuntimeService } from "./runtime";
15-
import { getIcon, isFirefox, getCurrentTab, openInCurrentTab } from "@App/pkg/utils/utils";
15+
import { getIcon, isFirefox, openInCurrentTab } from "@App/pkg/utils/utils";
1616
import { type SystemConfig } from "@App/pkg/config/config";
1717
import i18next, { i18nName } from "@App/locales/locales";
1818
import FileSystemFactory from "@Packages/filesystem/factory";

src/app/service/service_worker/permission_verify.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import Cache from "@App/app/cache";
99
import CacheKey from "@App/app/cache_key";
1010
import { v4 as uuidv4 } from "uuid";
1111
import Queue from "@App/pkg/utils/queue";
12-
import { type TDeleteScript } from "../queue";
1312
import { openInCurrentTab } from "@App/pkg/utils/utils";
1413

1514
export interface ConfirmParam {

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "__MSG_scriptcat__",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": "CodFrm",
66
"description": "__MSG_scriptcat_description__",
77
"options_ui": {

0 commit comments

Comments
 (0)