mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-29 14:17:30 +00:00
docs: 更新接口类的文档.
调整排版和语句问题.
This commit is contained in:
parent
bfe5bb8b7d
commit
964959d80a
@ -8,7 +8,8 @@ import java.io.File;
|
||||
/**
|
||||
* 该接口用于为指定的 {@link BaseAbilityBot} 创建扩展.
|
||||
*
|
||||
* <p> 由于 AbilityExtension 无法直接获取 {@link BaseAbilityBot} 所属的 {@link org.telegram.abilitybots.api.db.DBContext} 对象,
|
||||
* <p> 由于 AbilityExtension 无法直接获取 {@link BaseAbilityBot} 的
|
||||
* 数据库对象 {@link org.telegram.abilitybots.api.db.DBContext},
|
||||
* 所以将通过该接口工厂来创建扩展对象.
|
||||
*
|
||||
* @author LamGC
|
||||
|
Loading…
Reference in New Issue
Block a user