kagg886
kagg886
1. 使用`implementation 'io.github.kasukusakura:silk-codec:0.0.5'`,无论是打debug还是打release,均无法寻找到so文件。 2. 下载源码,手动将so文件移动到`assets/natives/`,并修改`NativeLoader.java`如下: ```java private static void write(String res, File f, String name) throws Throwable { f = new File(f, name); if (f.exists()) { try (InputStream is =...
(base) ~/IdeaProjects/Challege/ddcard-weapp git:[master] cnpm add @tarojs/plugin-platform-weapp npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm, npm WARN old lockfile so...
### 问题描述 在群发消息失败后,无法接收到新的消息,但是网络连接还在 ### 复现 使用群发消息,在群发消息失败时概率会触发 ### Overflow 版本 f8d867b ### 其他组件版本 Napcat 2.6.23 ### 系统日志 _No response_ ### 网络日志 ```text 现在是11:45:14 2024-10-04 11:46:21.131 [pool-4-thread-2] WARN Onebot - 请求失败: [send_group_msg]...
in the latest version, if we use this libary, gradle should be download all the components,such as pie,line and so on, in some time,My purpose of using this repository is...
文档也没说啊( 我尝试 ```kotlin repositories { maven("https://s01.oss.sonatype.org/content/repositories/snapshots") mavenCentral() maven("https://repo.papermc.io/repository/maven-public/") maven("https://maven.nova-committee.cn/releases") } ``` ```kotlin implementation("cn.evole.onebot:OneBot-Client:0.4.1") ``` 然并卵。 
- [x] Add IOS build target - [x] Run the 'Sample' on IOS App - [x] check the tests on IOS Platform
登录面板时程序提示:您的网站未启用 HTTPS,数据传输不安全,请尽快开启 HTTPS 以保护用户信息。 但我使用nginx为外部启用了HTTPS服务。 这个提示可以关闭吗? > 我的该证书是泛域名证书 附1:我的nginx配置如下: ```nginx server { listen 443 ssl; listen [::]:443 ssl; ssl_certificate /etc/nginx/cert/fullchain.cer; ssl_certificate_key /etc/nginx/cert/cert.key; ssl_protocols TLSv1.3; ssl_ecdh_curve X25519:P-256:P-384:P-521; server_name xxx.xxx.top; index index.html...
使用clash-verge-rev,导入H-UI生成的节点链接后 只能在全局模式下进行使用,对国内网站不太友好 希望可以自动配置规则并在支持的客户端进行返回
The App Enterance is this: ```kotlin Surface( color = MaterialTheme.colorScheme.background ) { Navigator(initScreen) { AppScaffold(it) { modifier -> ScreenTransition( navigator = it, transition = { fadeIn() togetherWith fadeOut() }, modifier...
fix some error in my private KMP project errors: ```text Configuration cache problems found in this build. 1 problem was found storing the configuration cache. - Task `:koog:agents:agents-features:agents-features-opentelemetry:generateProductProperties` of type...