SINDA

Results 8 issues of SINDA

希望IMAGE支持圆角

早点支持phpstrom代码提示啊

I don't want to show popup when I click on a task.

``` IndexedRouteBuilder GetRouterOutlet GetPage({ participatesInRootNavigator: true, preventDuplicates: true, }) ``` 这些都是如何使用

不要用中文的文件名 mac解压报错

### 当前使用版本(必填,否则不予处理) v1.4.13 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) 使用了springboot3.3.1 ``` com.baomidou mybatis-plus-spring-boot3-starter 3.5.6 ``` ### 重现步骤(如果有就写完整) ### 报错信息 ``` java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getTypeForFactoryBeanFromAttributes(FactoryBeanRegistrySupport.java:86) ~[spring-beans-6.1.10.jar:6.1.10] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:837) ~[spring-beans-6.1.10.jar:6.1.10]...

### 请描述您的问题 在springboot3中 format时间没有生效 还是返回 ```json {"id":5,"create_time":20250317110356} ``` ``` java // 创建时间(Unix时间戳 毫秒) @TableField(value = "create_time", fill = FieldFill.INSERT) @JSONField(name = "create_time",ordinal = 14, format = "yyyy-MM-dd HH:mm:ss") private Long...

question