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

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
zimocode committed Oct 1, 2021
2 parents 798d718 + 35b196b commit 546efa2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
7 changes: 7 additions & 0 deletions change.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"log": [
{
"ver":"6.8.1332.1118",
"date":"2021.10.01",
"content":[
"fix bugs: issues@github: #167"
]
},
{
"ver":"6.8.1233.1117",
"date":"2021.09.21",
Expand Down
9 changes: 9 additions & 0 deletions js/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,15 @@ actions.mgesactions=actions.mges;
actions.touch=actions.mges;
//actions.touchactions_group=actions.mgesactions_group=actions.mges_group;

actions.tsdrg=actions.tdrg;
actions.lsdrg=actions.ldrg;
actions.isdrg=actions.idrg;
actions.rges=actions.mges;
actions.wges=actions.mges;
actions.icon=actions.mges;
actions.ctm=actions.mges;
actions.pop=actions.mges;

let actionOptions={
special:{
upperlevel:{
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": "__MSG_ext_name__",
"short_name":"smartUp",
"version": "6.8.1233.1117",
"version": "6.8.1332.1118",
"description": "__MSG_ext_des__",
"default_locale": "en",
"author":"zimo",
Expand Down

0 comments on commit 546efa2

Please sign in to comment.