feat(system):优化后端
1.新增后端测试 2.增加了后端的加密 3.增加了i18n(国际化)
This commit is contained in:
@@ -13,5 +13,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
from .frontend import client_router
|
||||
from .onebot import onebot_router
|
||||
|
||||
__all__ = ["client_router"]
|
||||
__all__ = ["client_router", "onebot_router"]
|
||||
|
||||
Reference in New Issue
Block a user