Haicdust

Results 7 issues of Haicdust

Code: ``` public static boolean audioVideoMerge(@NotNull String audio, @NotNull String video, @NotNull String output) { boolean success = false; try (FileOutputStream fos = new FileOutputStream(output); DataSource videoDataSource = new FileDataSourceImpl(video);...

所有条目文字都变成白色,而背景却并未变成暗色,导致显示异常,希望可以适配暗色主题。 ![Screenshot_2023-03-03-21-04-40-798_com.akari.ppx.jpg](https://user-images.githubusercontent.com/57310128/222727595-ffa6e6b7-4546-4796-8ff2-a7e51fd8d075.jpg)

`2024-03-09 06:14:36.034 INFO 3314469 --- [c-task-thread-4] com.aurora.handler.MyMetaObjectHandler : start insert fill .... JDBC Connection [HikariProxyConnection@480316341 wrapping com.mysql.cj.jdbc.ConnectionImpl@69cd0a69] will not be managed by Spring ==> Preparing: INSERT INTO t_exception_log ( opt_uri,...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem 由于app有可能并不是功能全部开启的,在用户不想再修改某个app的规则,且没有备份规则的情况下,将会无从下手. ### Describe the solution 记录用户修改过的规则,或者自动备份初始的规则,用于规则的一键还原 ### Additional context _No...

enhancement

接口: /v1/chat/completions model: deepseek-think-search-fold 缺少 search_result 标题 - 链接 - 时间 - 内容 等数据,目前返回的数据仅有 标题 - 链接 或者说存在这些数据,如何获取到?

``` bun pm trust v1.2.10 (db2e7d7f) ⚙️ frida [1/1] warn: frida's postinstall cost you 30.6s Initialized empty Git repository in F:/Project/NodeScript/node_modules/frida/subprojects/nan/.git/ The Meson build system Version: 1.4.99 Source dir: F:\Project\NodeScript\node_modules\frida...

Version: ^16.5.6 What I did wrong? In BunJs v1.1.33 ```ts import frida from 'frida' var device = await frida.getLocalDevice() console.log(device) ``` ``` 121 | throw e; 122 | } 123...