diff --git a/change.log b/change.log index 23fdda9..ed1e3be 100644 --- a/change.log +++ b/change.log @@ -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", diff --git a/js/actions.js b/js/actions.js index 0c96d90..fd9790c 100644 --- a/js/actions.js +++ b/js/actions.js @@ -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:{ diff --git a/manifest.json b/manifest.json index d6707e5..8e3e38a 100644 --- a/manifest.json +++ b/manifest.json @@ -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",