liyang

Results 3 issues of liyang

https://github.com/dataabc/weibo-crawler/blob/39022f8b9126e86097e9197f98324aa6d7ecd050/weibo.py#L545 这一行可以使用`unicodedata.normalize`来转换,替换\u200b我之前也用过,效果不太理想。 (我爬取使用的是selenium,看到你的才知道我那个太麻烦了,还是直接分析json数据方便)

more details https://github.com/facebook/react-native/commit/d4c33112961673e09f5bfccaeeff284fb321fe63

`One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts` `react-native 0.73.6` android 报错 ![327162545-ea518b56-5dc8-4a07-a2b1-97c6a4d3fc3a](https://github.com/Hector-Chong/native-wechat/assets/27806729/b21396a1-53ec-4774-a4e4-521d03398363) 我在这个issues找到了解决方法 [https://github.com/react-native-share/react-native-share/issues/1463](https://github.com/react-native-share/react-native-share/issues/1463) 修改之后的代码为 ![截屏2024-05-01 23 39 07](https://github.com/Hector-Chong/native-wechat/assets/27806729/30b22cec-80ee-4826-8ac7-4f63aa148690)