diff --git a/README.md b/README.md index d54f728..e668fe6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### 魔方财务系统使用方法 -*魔方财务系统支持版本:**<=3.6.3** +*魔方财务系统支持版本:**<=3.6.4** 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为一串数字)文件夹里面。 @@ -10,7 +10,7 @@ extension=idcsmart.so ``` -3. 使用[官方安装包](https://raw.githubusercontent.com/aazooo/zjmf/main/zjmfmangerbetaV3.6.3.zip)进行安装。填写授权码的时候,随便填写一个的32位大写的MD5字符串,例如可以[在这里生成](https://md5jiami.bmcx.com/)。(之前安装过的可以跳过此步骤) +3. 使用[官方安装包](https://raw.githubusercontent.com/aazooo/zjmf/main/zjmfmangerbetaV3.6.4.zip)进行安装。填写授权码的时候,随便填写一个的32位大写的MD5字符串,例如可以[在这里生成](https://md5jiami.bmcx.com/)。(之前安装过的可以跳过此步骤) 该官方安装包已经集成部分常用插件,无需再去商店购买。 4. 安装完之后默认就是专业版,所有专业版的功能均可使用。 @@ -25,7 +25,7 @@ ### 魔方云系统使用方法 -*魔方云系统支持版本:**3.7.8*** +*魔方云系统支持版本:**3.7.16*** 1. 使用以下命令安装魔方云系统(之前已经安装过免费版的,直接跳到第3步): @@ -36,7 +36,7 @@ 国内服务器可以用以下命令: ```shell - wget https://raw.fgit.cf/aazooo/zjmf/main/install-zjmf-cloud_new -O install-zjmf-cloud_new && chmod +x install-zjmf-cloud_new && ./install-zjmf-cloud_new + wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/aazooo/zjmf/main/install-zjmf-cloud_new -O install-zjmf-cloud_new && chmod +x install-zjmf-cloud_new && ./install-zjmf-cloud_new ``` 以上命令是access模式安装脚本,如果要Trunk模式,是在最后加 -t,轻量版是在最后加 -l @@ -50,7 +50,7 @@ wget https://raw.githubusercontent.com/aazooo/zjmf/main/other/check_main -O /home/zjmf/dashboard/www/extend/other/check_main chmod +x /home/zjmf/dashboard/www/extend/other/extension chmod +x /home/zjmf/dashboard/www/extend/other/check_main - wget https://raw.githubusercontent.com/aazooo/zjmf/main/ext/cloud/3.7.6/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so + wget https://raw.githubusercontent.com/aazooo/zjmf/main/ext/cloud/3.7.16/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so echo "extension=idcsmart.so" >> /etc/php.d/40-idcsmart.ini systemctl restart php-fpm ``` @@ -59,10 +59,10 @@ ``` echo -n "echo \"success\"" > /home/zjmf/dashboard/www/extend/other/extension - wget https://raw.fgit.cf/aazooo/zjmf/main/other/check_main -O /home/zjmf/dashboard/www/extend/other/check_main + wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/aazooo/zjmf/main/other/check_main -O /home/zjmf/dashboard/www/extend/other/check_main chmod +x /home/zjmf/dashboard/www/extend/other/extension chmod +x /home/zjmf/dashboard/www/extend/other/check_main - wget https://raw.fgit.cf/aazooo/zjmf/main/ext/cloud/3.7.6/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so + wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/aazooo/zjmf/main/ext/cloud/3.7.16/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so echo "extension=idcsmart.so" >> /etc/php.d/40-idcsmart.ini systemctl restart php-fpm ``` diff --git a/ext/cloud/3.6.55/idcsmart.so b/ext/cloud/3.6.55/idcsmart.so deleted file mode 100644 index 00b8a52..0000000 Binary files a/ext/cloud/3.6.55/idcsmart.so and /dev/null differ diff --git a/ext/cloud/3.7.16/idcsmart.so b/ext/cloud/3.7.16/idcsmart.so new file mode 100644 index 0000000..741b1d8 Binary files /dev/null and b/ext/cloud/3.7.16/idcsmart.so differ diff --git a/ext/cloud/3.7.6/idcsmart.so b/ext/cloud/3.7.6/idcsmart.so deleted file mode 100644 index 9ecd1de..0000000 Binary files a/ext/cloud/3.7.6/idcsmart.so and /dev/null differ diff --git a/install-zjmf-cloud_new b/install-zjmf-cloud_new index c7edd08..5c53949 100644 Binary files a/install-zjmf-cloud_new and b/install-zjmf-cloud_new differ diff --git a/zjmf_auth_api.zip b/zjmf_auth_api.zip index 5b35f90..f914b06 100644 Binary files a/zjmf_auth_api.zip and b/zjmf_auth_api.zip differ diff --git a/zjmfmangerbetaV3.6.3.zip b/zjmfmangerbetaV3.6.4.zip similarity index 84% rename from zjmfmangerbetaV3.6.3.zip rename to zjmfmangerbetaV3.6.4.zip index b0cfcb1..18b3977 100644 Binary files a/zjmfmangerbetaV3.6.3.zip and b/zjmfmangerbetaV3.6.4.zip differ