狒狒神

Results 74 comments of 狒狒神

package.json 里 miniappConfig 的 propsMap 要改下

In my scenario, the same struct may need to be serialized and deserialized when receiving server data, and it may also be shared with Swift via uniffi-rs. Therefore, I would...

Okay, but I prefer napi-rs can like serde that custom some field: ```rust #[derive(Serialize, Deserialize, Debug)] struct MyStruct { #[serde(serialize_with = "serialize_i64_as_string", deserialize_with = "deserialize_string_as_i64")] group_id: String, } ``` For...