so1n

Results 7 issues of so1n

如题 ![image](https://github.com/LanyuanXiaoyao-Studio/utools-recent-projects/assets/28426591/b22bde1b-aa46-4b9c-bf90-41a5f74b366f)

The declaration of the JsonResponse in the example is too complicated: ```Python class DemoResponseModel(JsonResponseModel): class ResponseModel(BaseModel): uid: int = Field() user_name: str = Field() description: str = "demo response" response_data:...

The current step of converting `BaseModel` to `Protobuf Message` is tedious and has poor performance. e.g: ```python from google.protobuf.json_format import ParseDict from pydantic import BaseModel from demo_pb2 import DemoMessage class...

Plugin function cannot be used in Windows system