Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ojhdt committed Jan 24, 2023
1 parent e01732e commit dc595ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ EPM 是一个用于 EH Forwarder Bot 的 Parabox 主端。需结合 Parabox WS
有关 FCM 模式(实验性)的说明
=========
=========================
该模式为实验性工作模式,默认禁用。需手动修改配置文件( ``enable_fcm`` )启用。启用后,常规模式下的配置项将失效(主机,端口,密钥等)。你还需提供从 Parabox 中获取的 FCM token。建议同步运行 Parabox 中 ``配置FCM连接`` 向导,该向导将指引你完成有关配置步骤。

由于 FCM 仅允许传输文本,图片/语音/文件等消息类型无法正常传输,需自行配置对象存储。目前仅支持腾讯云/七牛云。若需启用,请删除 ``object_storage`` 配置项下对应对象存储服务的 ``#`` 注释,并按提示填充配置项。请注意,Parabox 中配置的对象存储服务需与本主端保持一致。
Expand Down
2 changes: 1 addition & 1 deletion efb_parabox_master.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: efb-parabox-master
Version: 1.0.4
Version: 1.0.5
Summary: Parabox Master Channel for EH Forwarder Bot.
Author: Ojhdt
License: AGPLv3+
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@

__version__ = ""
exec(open("efb_parabox_master/__version__.py").read())
this_directory = Path(__file__).parent
long_description = (this_directory / "README.rst").read_text()

setup(
name='efb_parabox_master',
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
version=__version__,
description='Parabox Master Channel for EH Forwarder Bot.',
long_description=long_description,
long_description_content_type='text/x-rst',
readme="README.rst",
author='Ojhdt',
license='AGPLv3+',
include_package_data=True,
Expand Down

0 comments on commit dc595ea

Please sign in to comment.