diff --git a/README.md b/README.md index 2d63620..19d7e3a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ### 魔方财务系统使用方法 -*魔方财务系统支持版本:**<=3.6.6*** +*魔方财务系统支持版本:**<=3.6.9*** 1. 首先需要安装php扩展。根据网站要使用的php版本,下载扩展文件([php7.2](https://raw.githubusercontent.com/aazooo/zjmf/main/ext/finance/php7.2/idcsmart.so)、[php7.3](https://raw.githubusercontent.com/aazooo/zjmf/main/ext/finance/php7.3/idcsmart.so)、[php7.4](https://raw.githubusercontent.com/aazooo/zjmf/main/ext/finance/php7.4/idcsmart.so)),上传到php安装目录 /lib/php/extensions/no-debug-non-zts-xxxx(xxxx为一串数字)文件夹里面。 @@ -25,7 +25,7 @@ extension=idcsmart.so ``` -3. 使用[官方安装包](https://raw.githubusercontent.com/aazooo/zjmf/main/zjmfmangerbetaV3.6.6.zip)进行安装。填写授权码的时候,随便填写一个的32位大写的MD5字符串,例如可以[在这里生成](https://md5jiami.bmcx.com/)。(之前安装过的可以跳过此步骤) +3. 使用[官方安装包](https://raw.githubusercontent.com/aazooo/zjmf/main/zjmfmangerbetaV3.6.9.zip)进行安装。填写授权码的时候,随便填写一个的32位大写的MD5字符串,例如可以[在这里生成](https://md5jiami.bmcx.com/)。(之前安装过的可以跳过此步骤) 该官方安装包已经集成部分常用插件,无需再去商店购买。 4. 安装完之后默认就是专业版,所有专业版的功能均可使用。 diff --git a/zjmf_auth_api.zip b/zjmf_auth_api.zip index 40b6884..5332786 100644 Binary files a/zjmf_auth_api.zip and b/zjmf_auth_api.zip differ diff --git a/zjmfmangerbetaV3.6.6.zip b/zjmfmangerbetaV3.6.9.zip similarity index 93% rename from zjmfmangerbetaV3.6.6.zip rename to zjmfmangerbetaV3.6.9.zip index 52ee18c..00ed7ce 100644 Binary files a/zjmfmangerbetaV3.6.6.zip and b/zjmfmangerbetaV3.6.9.zip differ