Skip to content

Commit

Permalink
[change] 3.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Feb 6, 2025
1 parent bf2e027 commit 8bdda18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zyfun",
"version": "3.3.10-beta.20250206",
"version": "3.3.10",
"description": "zyfun client",
"main": "./out/main/index.js",
"repository": {
Expand Down
12 changes: 3 additions & 9 deletions src/main/core/db/migration/modules/init/tbl_setting.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{ "key": "version", "value": "3.3.9" },
{ "key": "version", "value": "3.3.10" },
{ "key": "theme", "value": "auto" },
{ "key": "lang", "value": "zh_CN" },
{ "key": "defaultHot", "value": "kylive" },
Expand Down Expand Up @@ -87,12 +87,6 @@
"model": ""
}
},
{
"key": "defaultFilterType",
"value": false
},
{
"key": "debug",
"value": false
}
{ "key": "defaultFilterType", "value": false },
{ "key": "debug", "value": false }
]

0 comments on commit 8bdda18

Please sign in to comment.