Results 6 issues of Eliot Ye

按照文档 [链接的重定向](https://v1.vuepress.vuejs.org/zh/guide/markdown.html#%E9%93%BE%E6%8E%A5) 写的使用了相对路径: ```md :::tip 事实上,如果用了编辑器,直接用编辑器来编译更加方便,如: 使用 VSCode 的话,可以直接下载`Live Sass Compiler`插件,详情见[VSCode插件 -> Live Sass Compiler](VSCode插件.md#css) ::: ``` 生成的链接是基于文件目录的,效果如 [链接](https://eliot-ye.gitee.io/2018/08/02/scss%E7%9A%84%E5%AE%89%E8%A3%85%E4%BD%BF%E7%94%A8/#%E7%BC%96%E8%AF%91),打印后发现router.option里确实有重定向的路由配置,但实际却不生效,点击跳转的是404页面

每次使用pwa应用时,老是跳到域名的英文文档,每次都要切换语言很麻烦,能不能把[vuepress-plugin-redirect](https://vuepress.github.io/zh/plugins/redirect/#%E7%94%A8%E6%B3%95)插件加上? 这样就可以根据浏览器语言重定向到相应的语言

如题,我记得ts时需要createComponent包装器的

**Description** 依据文档设置了 let requestId = 3; 调用 HMSLocation.Geofence.Native.deleteGeofenceList(requestId) 返回错误 "{\"errorCode\":806,\"errorMessage\":\"RequestId does not in Geofence list\"}" 调用await HMSLocation.Geofence.Native.createGeofenceList(requestId, ...) 返回错误 "{\"errorCode\":800,\"errorMessage\":\"10201: GEOFENCE_TOO_MANY_GEOFENCES\"}" 似乎没有API可以直接清空所有已注册的地理围栏。 有什么办法可以强制清空所有已注册的地理围栏吗?

**Description** I see on GooglePlay that my app has this crash **Logs** ``` Exception com.huawei.location.router.dispatch.DispatchException: api interface not register at com.huawei.location.router.dispatch.DispatchThreadPoolExecutor.processRequest (Unknown Source:86) at com.huawei.location.router.dispatch.DispatchThreadPoolExecutor.beforeExecute (Unknown Source:10) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1154)...

**Description** I see on GooglePlay that my app has this crash **Logs** ``` Exception java.lang.SecurityException: at android.os.Parcel.createExceptionOrNull (Parcel.java:3262) at android.os.Parcel.createException (Parcel.java:3246) at android.os.Parcel.readException (Parcel.java:3229) at android.os.Parcel.readException (Parcel.java:3171) at android.app.IActivityManager$Stub$Proxy.registerReceiverWithFeature (IActivityManager.java:6158)...