Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zimocode committed Jan 18, 2021
1 parent 9efce9b commit 47e2f24
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions change.log
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"log": [
{
"ver":"6.7.132.1088",
"date":"2021.01.09",
"ver":"6.7.141.1102",
"date":"2021.01.18",
"content":[
"sort support",
"new mini-apps: notepad, short url",
Expand Down
4 changes: 2 additions & 2 deletions js/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ let actions={
{name:"homepage"},
{name:"tbkjx"},
{name:"appslist"},
{name:"magnet"},
{name:"magnet"}/*,
{name:"notepad"},
{name:"shorturl"}
/*{name:"gmail"},
{name:"gmail"},
{name:"ary"},
{name:"color"},
{name:"autoreload"},
Expand Down
2 changes: 1 addition & 1 deletion js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -2559,7 +2559,7 @@ var sub={
var _appname="appslist";
sub.initAppconf(_appname);
var _obj={}
_obj.apps=["rss","tablist","random","extmgm","recentbk","recentht","recentclosed","synced","base64","qr","numc","speaker","jslist","lottery","convertcase","autoreload","homepage","magnet","notepad","shorturl"];
_obj.apps=["rss","tablist","random","extmgm","recentbk","recentht","recentclosed","synced","base64","qr","numc","speaker","jslist","lottery","convertcase","autoreload","homepage","magnet"/*,"notepad","shorturl"*/];
chrome.tabs.saveAsPDF?_obj.apps.push("savepdf"):null;
navigator.language=="zh-CN"?_obj.apps.push("tbkjx"):null;
sub.cons[_appname]=_obj;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minimum_chrome_version": "22",
"name": "smartUp Gestures(Beta)",
"short_name":"smartUp",
"version": "6.7.132.1101",
"version": "6.7.141.1102",
"description": "__MSG_ext_des__",
"default_locale": "en",
"author":"zimo",
Expand Down

0 comments on commit 47e2f24

Please sign in to comment.