MiraiForum

    • Register
    • Login
    • Search
    • Popular
    • Recent
    • Unsolved
    • Tags
    • Groups
    • 友情链接
    1. Home
    2. heartalborada-del
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    heartalborada-del

    @heartalborada-del

    0
    Reputation
    2
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    heartalborada-del Unfollow Follow

    Latest posts made by heartalborada-del

    • newBingAPI——随手搓的newBing的API

      项目地址
      代码写的很烂,欢迎大佬pr!

      newBing API

      这是一个newBing API的Java实现

      Commit activity

      目前请先将 byPassCN 设置成 false

      How to use it

      <dependency>
          <groupId>io.github.heartalborada-del</groupId>
          <artifactId>newBingAPI</artifactId>
          <version>latest</version>
      </dependency>
      
      import io.github.heartalborada_del.newBingAPI.interfaces.Callback;
      import com.google.gson.JsonObject;
      
      public class Main {
          public static void main(String[] args) {
              new Chat(
                      "Your cookies",
                      false
              ).newChat().newQuestion("Your question", new Callback() {
                  @Override
                  public void onSuccess(JsonObject rawData) {
                      //TODO
                  }
      
                  @Override
                  public void onFailure(JsonObject rawData, String cause) {
                      //TODO
                  }
                  @Override
                  public void onUpdate(JsonObject rawData){
                      //TODO
                  }
              });
          }
      }
      

      Version

      Maven central version

      posted in 其他项目发布
      H
      heartalborada-del
    • RE: Skia 前置插件,用于图片编码,附带 GIF 编码器

      @cssxsh 我现在知道了,是我软连接没搞上(捂脸)

      posted in 插件发布
      H
      heartalborada-del
    • RE: Skia 前置插件,用于图片编码,附带 GIF 编码器

      系统版本 Ubuntu 18.04.5 LTS 启动时报错,能帮忙看下吗?感谢!

      image.png

      posted in 插件发布
      H
      heartalborada-del