Liangxiao
Liangxiao
## 什么问题 在我使用了太极阴阳之门冻结炉石传说和明日方舟后,在不进行解冻的情况之下直接选择“移出冻结列表”这导致我无法再任何地方找到这个应用,但是这个应用的数据缺占据着我的手机空间,启动器、应用管理、adb shell pm list packages 都没有这个应用的身影,但是依旧紧张的剩余空间证明这个应用并没有被卸载。 ## 详细情况 启动阴阳之门 冻结一款应用 在不解冻应用的时候长按应用图标,点击“移出冻结列表” 应用在列表中消失 应用无法在应用管理器,启动器,各种应用选择的地方,添加冻结应用的地方,甚至adb shell pm list packages 中找到,但是应用并没有被卸载,依旧占据空间。 Magisk 版本:无 太极 Magisk 模块版本:无 太极APP版本: 6.3.0-5126 开启的 Xposed 模块:上帝模式/CoolapkEx/UnblockMusic...
去搞一个 Azure 帐号就好,每个月免费50万字,大概够用了。 [SpeechServices - Azure](https://portal.azure.com/#view/Microsoft_Azure_ProjectOxford/CognitiveServicesHub/~/SpeechServices) 搞到密钥之后在下面这个位置编辑一下: https://github.com/ag2s20150909/TTS/blob/e55e3ed93fbd46084a7ac4dc5d62fc6cf592da5f/app/src/main/java/me/ag2s/tts/services/TTSService.java#L580-L597 改为: ```java if (APP.getBoolean(Constants.USE_PREVIEW, false)) { url = "wss://eastus.tts.speech.microsoft.com/cognitiveservices/websocket/v1"; origin = "https://azure.microsoft.com"; isPreview = true; } else { url = Constants.EDGE_URL; isPreview...
**Reproduction** When using Stream and DELETE at the same time, the Body is not sent. Here is my reproduction code and comparison code. ```javascript import { Readable } from "stream";...
`useRequest` can use a custom plugin, but `usePagination` does not support it. I think this modification is good.
希望在使用 unocss 时产出的 css 也经过 postcss 处理 **需求背景** 目前项目中使用了 unocss,并且使用 rpx 作为单位,但是真机上设计认为尺寸过大,需要整体改为px作为基础单位,我便写了一个postcss-plugin将之前项目中用到的rpx统一转化成px,但是unocss样式无法转化,希望可以支持。
fix: https://github.com/didi/mpx/issues/1850