Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持群聊、C2C相关能力 #164

Merged
merged 4 commits into from
Jul 12, 2024

Conversation

ForliyScarlet
Copy link
Member

@ForliyScarlet ForliyScarlet commented Jul 12, 2024

快照版本 v4.0.0-beta6-SNAPSHOT 应当已经支持QQ群、QQ单聊(C2C)相关API与事件,
可以进行一个尝鲜。

Gradle

// ...

repositories {
    mavenCentral()
    // 快照仓库
    maven {
        url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
        mavenContent {
            snapshotsOnly()
        }
    }
}

dependencies {
    implementation("love.forte.simbot.component:simbot-component-qq-guild-core:4.0.0-beta6-SNAPSHOT")
    // 其他内容省略...
}

Maven

<!-- 配置快照仓库 -->
<repositories>
    <repository>
        <id>sonatype-snapshot</id>
        <name>Sonatype Snapshots Repository</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

<dependencies>
    <!-- simbot Core -->
    <dependency>
        <groupId>love.forte.simbot.component</groupId>
        <artifactId>simbot-component-qq-guild-core</artifactId>
        <version>4.0.0-beta6-SNAPSHOT</version>
    </dependency>
    <!-- 其他内容省略... -->
    <!-- ... -->

</dependencies>

@ForliyScarlet ForliyScarlet added the 特性 New feature or request label Jul 12, 2024
@ForteScarlet ForteScarlet changed the title 尝试支持群聊、C2C相关能力 支持群聊、C2C相关能力 Jul 12, 2024
Copy link

github-actions bot commented Jul 12, 2024

Qodana Community for JVM

13 new problems were found

Inspection name Severity Problems
Unresolved reference in KDoc 🔶 Warning 13

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@ForteScarlet ForteScarlet merged commit 09b4e71 into dev/main Jul 12, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
特性 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants