From 6a1ce0aec009c2bc746b0fe25e003f0f36f371f8 Mon Sep 17 00:00:00 2001 From: watsonhaw <348748267@qq.com> Date: Fri, 29 Apr 2022 23:25:17 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20#1751=20=E4=BF=AE=E5=A4=8D=20?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=20api=20=E6=8E=A5=E5=8F=A3=20=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E7=A7=BB=E9=99=A4=E7=9A=84=E6=97=B6=E5=80=99=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/wx-shake/index.js | 2 ++ packages/wx-shake/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/wx-shake/index.js b/packages/wx-shake/index.js index e357d23..fd11d14 100644 --- a/packages/wx-shake/index.js +++ b/packages/wx-shake/index.js @@ -12,6 +12,8 @@ const defaultShakeApiList = [ 'addPhoneRepeatCalendar', 'addPhoneCalender', 'saveFileToDisk', + 'startLocationUpdateBackground', + 'startLocationUpdate', ] const WxShake = ({apiList}) => { return { diff --git a/packages/wx-shake/package.json b/packages/wx-shake/package.json index b6391ed..a13d094 100644 --- a/packages/wx-shake/package.json +++ b/packages/wx-shake/package.json @@ -1,6 +1,6 @@ { "name": "@remax/plugin-wx-shake", - "version": "1.0.7", + "version": "1.0.8", "description": "移除remax中没有使用过的wx接口", "main": "index.js", "scripts": { From 0d8a3e4e757c8c77a67200534ef0d755851913d8 Mon Sep 17 00:00:00 2001 From: watsonhaw <348748267@qq.com> Date: Fri, 29 Apr 2022 23:25:17 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20#1751=20=E4=BF=AE=E5=A4=8D=20?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=20api=20=E6=8E=A5=E5=8F=A3=20=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E7=A7=BB=E9=99=A4=E7=9A=84=E6=97=B6=E5=80=99=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/wx-shake/index.js | 2 ++ packages/wx-shake/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/wx-shake/index.js b/packages/wx-shake/index.js index e357d23..fd11d14 100644 --- a/packages/wx-shake/index.js +++ b/packages/wx-shake/index.js @@ -12,6 +12,8 @@ const defaultShakeApiList = [ 'addPhoneRepeatCalendar', 'addPhoneCalender', 'saveFileToDisk', + 'startLocationUpdateBackground', + 'startLocationUpdate', ] const WxShake = ({apiList}) => { return { diff --git a/packages/wx-shake/package.json b/packages/wx-shake/package.json index b6391ed..eac1cab 100644 --- a/packages/wx-shake/package.json +++ b/packages/wx-shake/package.json @@ -1,6 +1,6 @@ { "name": "@remax/plugin-wx-shake", - "version": "1.0.7", + "version": "1.0.11", "description": "移除remax中没有使用过的wx接口", "main": "index.js", "scripts": {