下载 http://www.indrupal.com/index.php/ zh-hans Drupal电商运费计算、物流查询、退换货模块测试版下载 http://www.indrupal.com/index.php/node/372 <span>Drupal电商运费计算、物流查询、退换货模块测试版下载</span> <span><span>yunke</span></span> <span><time datetime="2023-03-17T20:31:31+08:00" title="2023-03-17 20:31 星期五">周五, 03/17/2023 - 20:31</time> </span> <div class="field field--name-field-resource field--type-file field--label-above"> <div class="field__label">资源</div> <div class="field__items"> <div class="field__item"><span class="file file--mime-application-zip file--package-x-generic"><a href="/index.php/sites/default/files/yunke/318/Commerce-shipment-v2.zip" type="application/zip" title="Commerce-shipment-v2.zip">模块下载(三个模块)</a></span> <span>(59.88 KB)</span> </div> </div> </div> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>下载包中一共有三个模块:</p> <ul> <li>通用运费计算模块</li> <li>物流查询模块</li> <li>退货退款模块</li> </ul> <p>它们用于Drupal电商系统,目前处于测试状态,稳定后将上传到官方社区</p> <p>由未来很美科技开发,目前仅提供下载测试</p> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">沟通互动</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=372&amp;2=comment&amp;3=comment" token="W_7BFBJJYpkL0hNOBKZBk3E_0JPV4RWOWIDoKLMj1NI"></drupal-render-placeholder> </div> </div> </section> Fri, 17 Mar 2023 12:31:31 +0000 yunke 372 at http://www.indrupal.com http://www.indrupal.com/index.php/node/372#comments Drupal电商支付宝模块开发完成,提供下载使用 http://www.indrupal.com/index.php/node/367 <span>Drupal电商支付宝模块开发完成,提供下载使用</span> <span><span>yunke</span></span> <span><time datetime="2022-12-07T09:38:00+08:00" title="2022-12-07 09:38 星期三">周三, 12/07/2022 - 09:38</time> </span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>外贸目前处于非常强劲的成长期,更看好将来,为此投入了非常多的精力在Drupal电商生态上,将其当做战略执行,Drupal电商系统是目前世界上为数不多的顶级开源电商系统,从技术层面讲,综合评估是最强劲的电商系统,在多语言的国际贸易中,无出其右。<br /> 跨境电商系统是国内电商系统的超集,为使Drupal电商应用到国内诸多领域,我(云客)和我所在的公司“未来很美科技”开发了Drupal电商“支付宝模块”,至此,我们完整提供了国内两大支付渠道(微信和支付宝)的Drupal电商集成,去年我们也提供了通用的底层支付API模块,和第四方统一收银系统及SDK,这些努力现已使得Drupal系统的收款问题彻底解决。那么现在你可以使用Drupal做些什么呢?你不但可以用她搭建一个电子商城售卖实体物品,还可以售卖虚拟物品,比如门票、卡券、文件下载等,你能想象到的交易场景几乎都能实现,比如收费阅读、赞助收费等等等等,而这些会因为我们提供的这些模块,你几乎不需要写太多代码或者完全不用写代码就能实现,进一步夯实了Drupal作为一个低代码平台的基础。</p> <p>下面来看一看新发布的支付宝模块介绍:</p> <h1 class="text-align-center"><strong>Drupal电商支付宝支付网关模块commerce alipayment</strong></h1> <h2><strong>概述</strong></h2> <p>本模块为Drupal电商提供支付宝支付集成,有如下主要特性:</p> <ul><li>网关自动识别支付场景,自动调用对应接口</li> <li>支持同一接口账号下运行不限个系统,避免系统间订单号重复而无法下单</li> <li>自动清理永久废弃的支付实体,为数据库瘦身,且批处理量可自定义</li> <li>支持单笔支付发起多笔退款,并记录明细备查</li> <li>永不出现支付单号重复而无法付款,这得益于架构设计</li> <li>底层直接采用支付宝官方SDK,无冗余的三方库,高性能、安全,系统清爽</li> <li>自定义支付超期时间,过期限制用户无法支付</li> <li>高可靠,结合并发锁机制,杜绝极低概率下的多退款数据错误</li> <li>多语言支持,以英语作为开发元语言,不污染翻译系统</li> <li>代码文档注释尽可能详细,充分考虑用户的扩展开发需求</li> </ul><h2><strong>安装需求</strong></h2> <p>须Drupal Commerce 2.X及以上,Drupal 9 及以上</p> <h2><strong>安装</strong></h2> <p>由于需要支付宝官方SDK包的支持,所以必须采用composer方式安装以集成SDK到类加载器中,安装如下:</p> <pre> <code class="language-bash">cd /root/mysite composer require drupal/commerce_alipayment</code></pre> <p>如你以下载模块程序包的方式安装,除将下载的模块放置到模块目录外,还需在系统根目录执行以下composer命令:</p> <pre> <code class="language-bash">composer require alipaysdk/easysdk:^2.2</code></pre> <h2><strong>升级</strong></h2> <p>如之前安装过低版本的本模块,此时你只需要下载新的模块文件进行覆写,然后执行系统的更新脚本update.php,请务必执行更新脚本,这将自动进行升级处理</p> <h2><strong>关于作者</strong></h2> <p>本模块由“未来很美(深圳)科技有限公司”开发<br /> 未来很美 <a href="http://www.will-nice.com" rel="nofollow noopener" target="_blank" title="未来很美科技">http://www.will-nice.com</a><br /> 开发者: 云客(<a href="mailto:phpworld@qq.com" rel="nofollow">phpworld@qq.com</a>)<br /> 未来很美科技是一家位于中国深圳的专注于Drupal开发的科技公司,如你有开发需求请联系我们</p> <p><strong>下载</strong><br /> 模块已上传Drupal国际官方社区,请到以下地址查看:<br /><a href="https://www.drupal.org/project/commerce_alipayment/" rel="noopener" target="_blank" title="Drupal电商支付宝支付网关模块">https://www.drupal.org/project/commerce_alipayment/</a></p> <p><strong>截图如下:</strong></p> <p class="text-align-center"><figure role="group" class="align-center caption"><img alt="Drupal电商支付宝模块" data-entity-type="" data-entity-uuid="" src="/sites/default/files/alipay/alipay1.png" /><figcaption>Drupal电商支付宝模块</figcaption></figure><figure role="group" class="align-center caption"><img alt="Drupal电商支付宝模块" data-entity-type="" data-entity-uuid="" src="/sites/default/files/alipay/alipay2.png" /><figcaption>Drupal电商支付宝模块</figcaption></figure></p> <p> </p> <p>在开发支付宝模块的同时,我们升级了微信支付模块,现在已经非常成熟稳定,在2022年我们还推出了“未来很美电商系统发行版”,值得一提的是:这是来自中国的第一个Drupal电商发行版系统,现已上传到官网,更多信息可以探索“未来很美科技”,发行版演示视频地址如下:</p> <p><a href="http://www.indrupal.com/node/361" rel="noopener" target="_blank" title="Drupal电商发行版">http://www.indrupal.com/node/361</a></p> <p> </p> <p> </p> <p> </p> <p> </p> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">沟通互动</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=367&amp;2=comment&amp;3=comment" token="5TRWakMGrEc1fRSjMPOq1ez07EvfPAAxKVBVVbUsYxs"></drupal-render-placeholder> </div> </div> </section> Wed, 07 Dec 2022 01:38:00 +0000 yunke 367 at http://www.indrupal.com Drupal模块发布:为视图上下文过滤器提供当前被协商语言 http://www.indrupal.com/index.php/node/352 <span>Drupal模块发布:为视图上下文过滤器提供当前被协商语言</span> <span><span>yunke</span></span> <span><time datetime="2022-06-20T16:31:07+08:00" title="2022-06-20 16:31 星期一">周一, 06/20/2022 - 16:31</time> </span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>该模块已发布到官网,地址为:<br /> <a href="https://www.drupal.org/project/views_current_language" rel="noopener" target="_blank">https://www.drupal.org/project/views_current_language</a></p> <p><strong>简介:</strong><br /> 该模块提供了一个视图上下文过滤器默认参数插件,为视图上下文过滤器提供系统当前被协商确定的语言代码值,这在Drupal电商系统中是必要的,但该模块并不限用于电商系统。</p> <p>在默认的Drupal电商实现中,用户搜索产品时,所得数据来自第三方搜索API模块,以视图方式提供,在这种情况下被搜索出的产品并不限于当前语言下的产品,而是会全部列出,比如一个产品在3个语言下有翻译,那么搜索结果三种语言都会出现,换句话说同一个产品会出现三次,这显然不是用户想要的,此时需要依据语言进行过滤,这便是该模块诞生的原因,安装后添加语言字段作为上下文过滤字段,默认值选择被协商语言即可。</p> <p><strong>安装:</strong><br /> 可下载后按常规安装,也可Composer方式安装</p> <p><strong>开发者信息:</strong><br /> 开发公司:未来很美(深圳)科技有限公司<br /> 开发者:云客<br /> &nbsp;</p> <p><strong>纪念:</strong><br /> 纪念未来很美科技被Drupal官方列入专业Drupal服务供应商列表,详见:<br /> <a href="https://www.drupal.org/drupal-services" rel="noopener" target="_blank" title="未来很美科技成为官方专业Drupal服务提供商">https://www.drupal.org/drupal-services</a><br /> 当前能通过审核的,中国仅3家,其中未来很美是中国深圳唯一一家上榜公司,也是成立后最快上榜的Drupal开发公司。<br /> 2022年6月20日</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">沟通互动</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=352&amp;2=comment&amp;3=comment" token="StziL-ugXZ6gdYTeA_5J8WuVZDKM3k8UNqyCDO41UsY"></drupal-render-placeholder> </div> </div> </section> Mon, 20 Jun 2022 08:31:07 +0000 yunke 352 at http://www.indrupal.com Drupal电商自定义检出消息模块发布 http://www.indrupal.com/index.php/node/350 <span>Drupal电商自定义检出消息模块发布</span> <span><span>yunke</span></span> <span><time datetime="2022-06-11T09:18:44+08:00" title="2022-06-11 09:18 星期六">周六, 06/11/2022 - 09:18</time> </span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>这是云客在2022年度内发布的第二个模块</p> <p>如果你需要在电商检出结账流程中,额外给出一些用户消息提醒,那么该模块是非常有用的</p> <p>比如你要在优惠券下方显示一段消息以提示顾客优惠券怎么用,以及从哪里获取,那么就可以使用该模块</p> <p>自定义消息可以包含任意网页内容,文字、图片、音视频等等,可以使用全站的token</p> <p>她添加一个电商检出面板以完成自定义消息功能,官网链接如下:</p> <p><a href="https://www.drupal.org/project/commerce_custom_checkout_message" rel="noopener" target="_blank">https://www.drupal.org/project/commerce_custom_checkout_message</a></p> <p>英文介绍:</p> <p>Adds a Drupal Commerce Checkout Pane If you are using Drupal commerce,<br /> the module provide a custom message pane in commerce checkout flow,<br /> it is useful if you need an extra reminder to the customer during checkout,<br /> you can use any available tokens.</p> <p>&nbsp;</p> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">沟通互动</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=350&amp;2=comment&amp;3=comment" token="kJWZySdQnjC7ECrc-xZSXBTjfJvsoCNCvKrstDqcmOI"></drupal-render-placeholder> </div> </div> </section> Sat, 11 Jun 2022 01:18:44 +0000 yunke 350 at http://www.indrupal.com Renew维控模块发布,送给所有Drupaler的礼物 http://www.indrupal.com/index.php/node/348 <span>Renew维控模块发布,送给所有Drupaler的礼物</span> <span><span>yunke</span></span> <span><time datetime="2022-06-02T11:19:38+08:00" title="2022-06-02 11:19 星期四">周四, 06/02/2022 - 11:19</time> </span> <div class="field field--name-field-resource field--type-file field--label-above"> <div class="field__label">资源</div> <div class="field__items"> <div class="field__item"><span class="file file--mime-application-rar file--general"><a href="/index.php/sites/default/files/renew/renew.rar" type="application/rar" title="renew.rar">Drupal维控模块renew</a></span> <span>(9.14 KB)</span> </div> </div> </div> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>这是一件小礼物,为所有Drupaler撑起一把保护伞,愿我们的社区茁壮成长。为给小伙伴们提供一层保护,因此云客开发了这个模块,免费提供给大家:<br /> Drupal官网发布地址:<a href="https://www.drupal.org/project/renew" rel="noopener" target="_blank">https://www.drupal.org/project/renew</a></p> <h2 class="text-align-center"><strong>Renew维控模块</strong></h2> <p><strong>简介:</strong><br /> 该模块对于Drupal职业开发者或公司是非常有用的,当你辛苦为客户完成开发时,却遭遇付款抵赖,此时你需要一种方法让系统停止运行,以此迫使抵赖者按合同行事,该模块帮助你实现这一目的,同时也用于维护期结束后友好的提醒客户续费。</p> <p><br /><strong>功能:</strong><br /> 安装该模块后,你可以设置一个时间点作为服务结束时间,可选的设置一个宽限期,在服务结束前系统一切正常,在宽限期系统不会停止运行,但会在管理后台或者全站显示一条自定义的提示消息,超过宽限期时,系统将关闭,即便是超级管理员(维护账号)也无法进入系统,访问所有页面均显示一条自定义提示消息,这种关闭不会对系统造成任何损害,你随时可以凭借密钥更改设置而让系统重新正常运行。</p> <p><br /><strong>使用方法:</strong><br /> 通过常规方法安装该模块,接着在模块列表页找到本模块(Renew),点击其配置按钮进入控制页面,也可以直接访问地址(/admin/renew),首次进入时要求输入控制密码,请牢记该密码(私有保存,不要发给客户),以后再次进入控制页你将须要该密码进行登录,进入后按页面提示操作即可。模块以全英文开发,如需中文界面你可以通过系统翻译功能实现,如需以多语言方式进行用户提醒,请开启配置翻译模块,添加各语言配置即可。<br /> 重要提示:务必设置一个复杂的密码并保存到一个安全的地方,控制页仅凭该密码即可进入,而不需要任何权限,如泄露将可能对客户造成不良影响。<br /> 如你在安装配置后想彻底在后台隐藏该模块,可在本模块根目录的“renew.info.yml”文件中添加“hidden: true”,这样她将不会出现在模块列表页</p> <p><br /><strong>模块特性:</strong><br /> * 在宽限期和关闭期支持通过邮件发送通知,被通知的邮件地址有两个:站点设置和维护账号<br /> * 通知消息支持全站token<br /> * 支持仅在管理后台进行提醒,缓和影响<br /> * 支持配置多语言,提示更友好<br /> * 避免因长时间遗忘密码,支持密码提示功能<br /> * Drupal 8及以上版本可用,支持Drupal 10<br /> * 支持通过设置,阻止卸载本模块</p> <p><br /><strong>开发信息:</strong><br /> 开发公司:未来很美(深圳)科技有限公司 (www.will-nice.com)<br /> 开发者:云客 (www.indrupal.com)<br /> 微信号(WeChat):indrupal</p> <p><strong>版权:</strong><br /> 采用GPL2协议,你可以免费自由使用,本模块是出于正当维权而开发,请勿用于非法、不道德目的,作者不承担直接或间接的任何责任,一旦使用即表明同意本版权声明。</p> <p>以下是英文描述<br /><strong>Overview:</strong><br /> The module is very useful for Drupal developer or company, when you hard work for the customer to complete the development, But encounter denial of payment, you need a way to stop System, To enforce compliance with the contract, the module helps you achieve this goal, also kindly remind the customer to renew at the end of the maintenance.</p> <p><strong>Function:</strong><br /> After installing this module, you can set a time as the end of the service, optionally set a grace period. before the end of service, System running correctly. but will display a custom message in admin page or the whole site during the grace period. after the grace period, the system will shut down, Even the super administrator (maintenance account) can not enter the system, all pages will display a custom message, this not cause any damage to System, you can change Settings at any time to make System run normally again.</p> <p><strong>Usage:</strong><br /> Install the module in a conventional way, then find it on the module list page, click its configuration button to enter the admin page, or directly access the address(/admin/Renew), set an admin password when entering for the first time, please remember the password (private save, do not send to customers),you will need the password to login when you enter the admin page again. then you can follow the page form. If you need to remind users in multiple languages, please enable the configuration translation module and add the config of each language.<br /> Important: Be sure to set up a complex password and save it in a safe place. The admin page can be accessed only by the password, without any permission. If leaked, it may cause bad effects to customers.<br /> If you want to hide the module completely in admin page after installing and configuration, add "Hidden: True" to the "renew.info.yml" file in the root of the module, so it will not appear on Module list page</p> <p><strong>Great place:</strong><br /> * Notifications can be sent via email during the grace and shutdown periods, For site Settings email and maintenance account email<br /> * Notification messages support site-wide tokens<br /> * Support only in admin page to remind, mitigate the negative impact for customers<br /> * Support multiple languages, more friendly hints<br /> * To avoid forgetting password, support password prompt function<br /> * Drupal 8 or above is available, supporting Drupal 10<br /> * Support to prevent uninstall self by setting</p> <p><strong>Author information:</strong><br /> Development Company: Will-Nice (Shenzhen) Technology Co., LTD. (www.will-nice.com)<br /> Develop by: Yunke (www.indrupal.com)<br /> WeChat: InDrupal</p> <p><strong><a href="javascript:;" style="box-sizing: border-box; outline: 0px; cursor: pointer; color: rgb(46, 48, 51); text-decoration: none; -webkit-tap-highlight-color: transparent;">Copyright:</a></strong><br /> Using GPL2, you can use for free, the module is developed for legitimate rights protection, do not use it for illegal or immoral purposes, the author does not assume any responsibility directly or indirectly, once used, you agree with this copyright statement.</p> <p><strong>截图如下:</strong></p> <p><img alt="Drupal renew 模块" data-entity-type="" data-entity-uuid="" src="/sites/default/files/renew/renew0.png" class="align-center" /><img alt="Drupal renew 模块" data-entity-type="" data-entity-uuid="" src="/sites/default/files/renew/renew1.png" class="align-center" /><img alt="Drupal renew 模块" data-entity-type="" data-entity-uuid="" src="/sites/default/files/renew/renew2.png" class="align-center" /></p> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">沟通互动</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=348&amp;2=comment&amp;3=comment" token="MP03gq1wB0yh2HgIEL-wMx_-xVicrEBBt1Gd2IYSQLQ"></drupal-render-placeholder> </div> </div> </section> Thu, 02 Jun 2022 03:19:38 +0000 yunke 348 at http://www.indrupal.com http://www.indrupal.com/index.php/node/348#comments Drupal卡通形象 http://www.indrupal.com/index.php/drupal-cartoon-image <span>Drupal卡通形象</span> <span><span>yunke</span></span> <span><time datetime="2022-04-14T10:40:16+08:00" title="2022-04-14 10:40 星期四">周四, 04/14/2022 - 10:40</time> </span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>本页仅列出Drupal卡通形象,如你需要高清LOGO、聚会照片、视频等,请到本站《<a href="/node/340" rel="bookmark noopener" target="_blank"><span class="field field--name-title field--type-string field--label-hidden quickedit-field" data-once="quickedit" data-quickedit-field-id="node/340/title/zh-hans/teaser">Drupal高清设计素材、Drupal图标、VI规范</span></a>》下载</p> <p><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/1.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/2.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/3.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/4.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/5.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/6.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/7.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/8.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/9.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/10.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/11.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/12.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/13.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/14.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/15.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/16.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/17.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/18.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/19.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/20.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/21.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/22.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/23.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/24.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/25.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/26.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/27.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/28.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/29.png" title="Drupal图标 卡通形象" class="align-center" /><img alt="Drupal" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/design/30.png" title="Drupal图标 卡通形象" class="align-center" /></p> <p> </p> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">沟通互动</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=341&amp;2=comment&amp;3=comment" token="CF9Tjt6RGi5TBYoA0WONO5fMLP7Q_YSOsB4RgjcFuuI"></drupal-render-placeholder> </div> </div> </section> Thu, 14 Apr 2022 02:40:16 +0000 yunke 341 at http://www.indrupal.com http://www.indrupal.com/index.php/drupal-cartoon-image#comments Drupal高清设计素材、Drupal图标、VI规范 http://www.indrupal.com/index.php/node/340 <span>Drupal高清设计素材、Drupal图标、VI规范</span> <span><span>yunke</span></span> <span><time datetime="2022-04-12T11:36:07+08:00" title="2022-04-12 11:36 星期二">周二, 04/12/2022 - 11:36</time> </span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>如果你是一位设计师,正在进行Drupal相关的平面、视频设计,或者是一位市场推广人员,正在构思文案或演讲,在本页云客为你整理了一些资源,如高清素材、活动视频、推广PPT、社区事件等等</p> <p>官方高清Drupal logo下载:<br /><a href="https://www.drupal.org/about/media-kit/logos" rel="noopener" target="_blank">https://www.drupal.org/about/media-kit/logos</a><br /> 该链接也包含了VI说明、使用授权限制等等,在本页下文也直接给出一些常用图片资源供下载</p> <p>官方推广平台引导页,可以找到一些推广Drupal的文案、数据、现存的PPT:<br /><a href="https://www.drupal.org/community/agency-marketing/pitch-deck" rel="noopener" target="_blank">https://www.drupal.org/community/agency-marketing/pitch-deck</a></p> <p>Drupal卡通形象合集:<br /><a href="http://www.indrupal.com/drupal-cartoon-image" rel="noopener" target="_blank">http://www.indrupal.com/drupal-cartoon-image</a></p> <p>Drupal活动、庆祝分享图片(收集了许多世界各地的Drupal线下活动照片,被鼓励使用,无版权):<br /><a href="https://www.drupal.org/about/media-kit/photography" rel="noopener" target="_blank">https://www.drupal.org/about/media-kit/photography</a><br /><a href="https://celebratedrupal.org/" rel="noopener" target="_blank">https://celebratedrupal.org/</a></p> <p>Drupal相关社交媒体汇总:<br /><a href="https://www.drupal.org/about/media-kit/social-media" rel="noopener" target="_blank">https://www.drupal.org/about/media-kit/social-media</a></p> <p>下文也提供SVG格式的图片,这是一种矢量图格式,放大后不会模糊,因此你可以得到任意尺寸的设计素材图,如需转化为PNG格式可以使用AI (Adobe Illustrator)编辑软件,打开后选择:文件》导出》储存为Web所用格式,快捷键:Ctrl+Alt+Shift+S,这样就可以生成任意尺寸的位图,从而添加到PS设计中</p> <p><img alt="Drupal 8 logo" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/drupal8.png" title="Drupal8 高清 logo" class="align-center" /></p> <p><a href="/sites/default/files/Drupal_img/drupal8.svg">Drupal 8 logo SVG格式文件</a></p> <p><img alt="Drupal 9 logo" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/Drupal9.png" title="Drupal9 高清 logo" class="align-center" /></p> <p><a href="/sites/default/files/Drupal_img/Drupal9.svg">Drupal 9 logo SVG文件</a></p> <p><img alt="Drupal 9 logo" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/Drupal9-2.png" title="Drupal9 高清 logo" class="align-center" /></p> <p><a href="/sites/default/files/Drupal_img/Drupal9-2.svg">Drupal 9 logo SVG文件</a></p> <p><img alt="DrupalCon logo" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/drupalcon.png" title="DrupalCon logo" class="align-center" /></p> <p><a href="/sites/default/files/Drupal_img/drupalcon.svg">DrupalCon logo SVG文件</a></p> <p><img alt="Drupal协会 logo" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/association.png" title="Drupal协会 logo" class="align-center" /></p> <p><a href="/sites/default/files/Drupal_img/association.svg">Drupal协会logo SVG文件</a></p> <p><strong>以下列出一些聚会的高清大图(更多请参考前文资料链接):</strong></p> <p><img alt="Drupal聚会" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/meets/1.jpg" title="Drupal聚会" class="align-center" /><img alt="Drupal聚会" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/meets/2.jpg" title="Drupal聚会" class="align-center" /><img alt="Drupal聚会" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/meets/3.jpg" title="Drupal聚会" class="align-center" /><img alt="Drupal聚会" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/meets/4.jpg" title="Drupal聚会" class="align-center" /><img alt="Drupal聚会" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/meets/5.jpg" title="Drupal聚会" class="align-center" /><img alt="Drupal聚会" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/meets/6.jpg" title="Drupal聚会" class="align-center" /><img alt="Drupal聚会" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/meets/7.jpg" title="Drupal聚会" class="align-center" /><img alt="Drupal聚会" data-entity-type="" data-entity-uuid="" src="/sites/default/files/Drupal_img/meets/8.jpg" title="Drupal聚会" class="align-center" /></p> <p> </p> <p>视频素材: <video controls="" width="100%"><source src="/sites/default/files/Drupal_img/Drupal.mp4" type="video/mp4"></source> 您的浏览器不支持H5 Video标签,无法播放视频素材</video></p> <p> </p> <p> </p> <p> </p> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">沟通互动</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=340&amp;2=comment&amp;3=comment" token="DfyS8E8xjrzoi0hi3ayYL2JyzetK0_DZ_QHGef6QIv4"></drupal-render-placeholder> </div> </div> </section> Tue, 12 Apr 2022 03:36:07 +0000 yunke 340 at http://www.indrupal.com http://www.indrupal.com/index.php/node/340#comments Drupal电子商务微信支付网关开发完成,现提供下载使用 http://www.indrupal.com/index.php/wechat_pay <span>Drupal电子商务微信支付网关开发完成,现提供下载使用</span> <span><span>yunke</span></span> <span><time datetime="2021-12-09T10:37:35+08:00" title="2021-12-09 10:37 星期四">周四, 12/09/2021 - 10:37</time> </span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>Drupal的强大和开发背景使得她非常适合做跨境电子商务系统,以Drupal Commerce为核心的生态体系和丰富功能让人耳目一新,在世界各地人们的共同努力下已形成了一套日趋完善的电子商务解决方案,成为跨境贸易者为数不多的选项之一,本支付网关模块为Drupal电子商务解决方案提供中国最为常用的微信支付集成,释放Drupal电商在中国的力量,其具备如下主要特点:</p> <ul><li>网关自动识别支付场景,自动调用对应接口,PC端、移动端、微信内均可使用</li> <li>支持同一接口账号下运行不限个系统,避免系统间订单号重复而无法下单</li> <li>支持自定义PC端支付二维码的颜色、尺寸,且极速生成二维码</li> <li>自动维护更新微信支付平台证书,傻瓜化管理</li> <li>自动清理永久废弃的支付实体,为数据库瘦身,且批处理工作量可自定义,避免超时</li> <li>支持单笔支付发起多笔退款,并记录明细备查</li> <li>永不出现支付单号重复而无法付款,这得益于架构设计</li> <li>底层直接采用微信官方SDK,无冗余的三方库,高性能、安全,系统清爽</li> <li>自定义支付超期时间,过期限制用户无法支付</li> <li>高可靠,结合并发锁机制,杜绝极低概率下的多退款数据错误</li> <li>多语言支持,以英语作为开发元语言,不污染翻译系统</li> <li>代码文档注释尽可能详细,充分考虑用户的扩展开发需求</li> </ul><p><br /> 本模块已发布到Drupal官网,地址为:<a href="https://www.drupal.org/project/commerce_wechat" target="_blank">https://www.drupal.org/project/commerce_wechat</a><br /> 本模块在Drupal电子商务中开箱即用,如需电商以外的通用支付功能,比如售卖系统角色权限、知识付费等,你可选择“<a href="https://www.drupal.org/project/yunke_pay" target="_blank">yunke_pay</a>”模块(由于其通用性,该模块需要你依据自身业务需求进一步适配开发),如果你需要一个系统间的统一支付平台,可采用“<a href="https://www.drupal.org/project/will_nice" target="_blank">未来很美统一收银平台</a>”发行版系统。</p> <p><strong>系统安装:</strong><br /> 适用于Drupal 9、Drupal Commerce 2.X,及其以上版本,由于需要composer方式安装,因此本页不提供文件下载。<br /> 由于在PC端付款时需要二维码,因此需要先安装“<a href="https://www.drupal.org/project/yunke_qrcode" target="_blank">yunke_qrcode</a>”模块,可下载安装也可composer方式安装:</p> <pre> <code>cd /root/mysite composer require drupal/yunke_qrcode</code></pre> <p>由于本支付网关模块需要微信官方SDK包的支持,所以必须采用composer方式安装以集成SDK到类加载器中:</p> <pre> <code>composer require drupal/commerce_wechat</code></pre> <p><strong>系统介绍:</strong><br /> 安装完成后需要先进行配置,假设你已安装好了Drupal Commerce 2.X,现在进入以下路径添加支付网关:<br /> (管理/电子商务/配置/支付/支付网关)/admin/commerce/config/payment-gateways<br /> 点击添加支付网关按钮,进入添加界面,选择微信支付,将出现如下图所示界面:</p> <p><img alt="微信支付" data-entity-type="" data-entity-uuid="" src="/sites/default/files/wechatpay/1.png" class="align-center" /></p> <p>按要求填入你在微信支付官网申请的接口账号资料,点击保存,前端将可采用微信进行付款,如下图所示:</p> <p><img alt="微信支付" data-entity-type="" data-entity-uuid="" src="/sites/default/files/wechatpay/2_1.png" class="align-center" /></p> <p>系统自动侦测环境,调用不同接口,如在移动浏览器或微信中,将直接调起支付界面,如在PC端将显示支付二维码等待微信扫码付款:<br />  </p> <p><img alt="微信支付" data-entity-type="" data-entity-uuid="" src="/sites/default/files/wechatpay/2_2.png" class="align-center" /></p> <p>用户付款后在系统的订单支付选项卡将能看到支付信息:</p> <p><img alt="微信支付" data-entity-type="" data-entity-uuid="" src="/sites/default/files/wechatpay/3.png" class="align-center" /></p> <p>本模块支持单笔付款分多次退款以满足营运需求:</p> <p><img alt="微信支付" data-entity-type="" data-entity-uuid="" src="/sites/default/files/wechatpay/4.png" class="align-center" /><img alt="微信支付" data-entity-type="" data-entity-uuid="" src="/sites/default/files/wechatpay/5.png" class="align-center" /><img alt="微信支付" data-entity-type="" data-entity-uuid="" src="/sites/default/files/wechatpay/6.png" class="align-center" /></p> <p>多笔退款可列出明细并记录有微信服务器的详细信息:</p> <p><img alt="微信支付" data-entity-type="" data-entity-uuid="" src="/sites/default/files/wechatpay/7.png" class="align-center" /></p> <p>对于未收到退款异步通知的退款可进行主动查询以确认状态:</p> <p><img alt="微信支付" data-entity-type="" data-entity-uuid="" src="/sites/default/files/wechatpay/8.png" class="align-center" /></p> <p><strong>测试体验:</strong><br /> 这里提供了一个系统演示地址(请按照页面提示使用优惠券,选择包邮,这样只需要真实付款几分到几角钱即可),如下:<br /><a href="https://shop.will-nice.com/" target="_blank">https://shop.will-nice.com/</a><br /> 注意:该系统仅为测试用途,不发货不退款,可完整体验感受Drupal电商系统</p> <p><strong>授权协议:</strong><br /> 详见模块附带的协议文件,如下所示:</p> <pre> <code>软件授权协议 前言: 本软件授权协议由两部分组成: 1、GNU通用公共授权许可,即根目录下的“LICENSE.txt”内容,它作用于本软件的环境代码,如本软件调用的第三方代码、Drupal系统等。 2、本文件的协议内容作用于本软件自身提供的所有代码。 以上两部分你皆需要遵守。 协议原则及精神: 鼓励共建才能共享,为使相关生态环境蓬勃发展,只有有所付出才能享用成果,有劳有得,多劳多得,反对大锅饭,反对不劳而获。 本软件(Drupal电商微信支付模块)由“未来很美(深圳)科技有限公司”(www.will-nice.com)开发,以下简称“未来很美科技”,主体识别依据见前述网址。 一、用户授权: 关于使用授权有以下三种情况,依其而定: 1、未来很美科技的合作伙伴及线上团队成员免费获得无限制数量授权,但授权有效期仅限于关系存续期间,否则按本款第三条处理。 2、本软件接受赞助,前50位捐赠者(不限捐赠金额)免费获得一份授权,其中金额从大到小排名前15位的捐赠者将获得无限数量授权,并在Drupal官方发布页将其列入该模块贡献者名单中。 3、其他市场主体须在使用前预先缴纳商业授权许可费用,授权费每份人民币5000元。 二、关于授权的定义: “一份”是指在同一个顶级域名下安装使用算作一份,否则授权份数取决于域名数,授权期在本协议无明确说明下默认为终生。 三、授权约束: 合作伙伴可用于与其有合同关系的第三方主体,以有效合同为依据,但须明确告知未来很美科技,其他被授权用户仅限于自己使用,不能再进行二次授权或用于第三方主体的系统 四、违约赔偿: 本授权声明随软件一同分发,一旦你使用了本软件(本地环境的测试除外),即视为同意本协议,如有违反,系统所有者须按以下规则进行惩罚性赔偿: 1、使用本软件的系统带来的收益的40%作为惩罚性赔偿归未来很美科技所有 2、按前款惩罚性赔偿不足10万元的,按10万元计算 3、索赔产生的律师、诉讼、误工、差旅等费用由违反方支付 五、举报奖励: 对违反本协议的行为提供线索者,在按协议索赔成功后,奖励4万或索赔额的40%作为奖励,以大者为准,该奖励由全体举报者共有。 六、权力继承: 本软件的所有权和受益权归未来很美科技(www.will-nice.com)所有,但未来很美科技自愿放弃或主体注销后,所有权和受益权归核心开发者“云客”(www.indrupal.com)所有 七、诉讼机构: 受理诉讼机构为深圳市宝安区人民法院 八、本协议最终解释权归未来很美科技所有,其他未尽事宜以相关法律为准。</code></pre> <p> </p> <p><strong>补充:</strong></p> <p>1、本模块全部界面可翻译,请在后台添加翻译字符串即可<br /> 2、如何捐赠?可添加开发者微信号:“indrupal”,或在<a href="http://www.indrupal.com/zanzhu" target="_blank">http://www.indrupal.com/zanzhu</a>页面捐赠并留下捐赠者信息</p> <p>微信支付模块在2022年12月6日进行了V1.4版本的更新,内容如下:<br /> 新增扫描二维码付款后自动跳转功能<br /> 修复微信支付本身提前返回到返回页的问题<br /> 新增支持Drupal 10</p> <p> </p> <p> </p> <p> </p> <p> </p> <p><br />  </p> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">沟通互动</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=272&amp;2=comment&amp;3=comment" token="kiyx9mxMz42HhQhOz9MKiOMvCbuLYfrZf675ph_t41w"></drupal-render-placeholder> </div> </div> </section> Thu, 09 Dec 2021 02:37:35 +0000 yunke 272 at http://www.indrupal.com 基于ThinkPHP开发的Drupal群集控制系统 http://www.indrupal.com/index.php/node/265 <span>基于ThinkPHP开发的Drupal群集控制系统</span> <span><span>yunke</span></span> <span><time datetime="2021-10-10T16:28:37+08:00" title="2021-10-10 16:28 星期日">周日, 10/10/2021 - 16:28</time> </span> <div class="field field--name-field-resource field--type-file field--label-above"> <div class="field__label">资源</div> <div class="field__items"> <div class="field__item"><span class="file file--mime-application-rar file--general"><a href="/index.php/sites/default/files/2021-10/thinkPHPClusterV1.0.rar" type="application/rar" title="thinkPHPClusterV1.0.rar">基于ThinkPHP开发的Drupal群集控制系统</a></span> <span>(748.05 KB)</span> </div> </div> </div> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>自动化Drupal服务器群集控制,V1.0版本现已开发完成,开源免费,“水滴间”提供下载(唯一官方地址)</p> <p class="text-align-center"><strong>安装使用说明</strong></p> <p><strong>介绍:</strong><br /> 在使用Drupal进行大型系统构建时,为了提高系统负载能力,通常需要很多台Drupal服务器组成群集,由于Drupal系统本身已经实现了应用无状态,对于开发者而言只需要考虑数据库的读写分离和数据库群集问题,通常我们会设置一台“写”数据库作为主库,同时根据业务量设置很多台“读”数据库作为从库,在从库和主库之间实现读写分离,同时进行主从数据同步。<br /> 配置完数据库群集后,我们只需要简单的配置Drupal服务器的配置文件,就能启用这些数据库,但我们的Drupal服务器群集可能很大,手动配置里面的每一台服务器将很低效,出错风险高,为了自动化该过程,于是诞生了本系统。<br /> 本系统独立运行在一台服务器上,Drupal服务器群集中的每一台服务器会依据设定的时间定期向本系统请求配置数据,下发的配置数据将实时生效,如有更新(比如增加了从数据库),我们只需要在本系统中更新一次即可,将自动应用到群集中所有的Drupal服务器。</p> <p><br /> <strong>安装:</strong><br /> 本系统的安装分为客户端安装和服务端安装两部分,它们协同工作:<br /> 客户端安装:<br /> 即在Drupal服务器上安装客户端程序,这里以Drupal默认站点路径(\sites\default)为例,如为其他路径请跟随变化:<br /> 1、备份存档原配置文件“\sites\default\settings.php”<br /> 2、将“settings.php”改名为“YK_settings.php”<br /> 3、将本目录下“客户端程序”文件夹里面的文件复制到“\sites\default\”,覆写替换<br /> 4、修改覆写后的settings.php文件内容,即YK_config()函数定义里面的配置信息,主要有群控中心主机地址、通讯签名密钥、机密内容加密密钥、本地配置文件生成时间、群集id、服务器id等,注意服务器id需要根据你的服务器动态生成,这用来识别客户端<br /> 5、将修改完成后的Drupal服务器配置为镜像(比如阿里云的弹性伸缩ess模板),以便以此为基础增减应用服务器群集大小</p> <p><br /> <strong>服务器端安装:</strong><br /> 1、将本系统上传服务器,根目录设置为“ThinkPHP\public”<br /> 2、建立数据库,并导入数据表结构,见本目录下的“服务端数据库”目录<br /> 3、修改数据库配置文件“ThinkPHP\config\database.php"的“ykccc”一节,信息与前一步一致<br /> 4、修改配置文件“ThinkPHP\config\ykccc.php”,里面的通讯签名密钥和机密内容加密密钥要和客户端安装一节中设置相同,否则无法通讯,其他可保持默认<br /> 5、将客户端安装一节中备份的settings.php文件复制到“ThinkPHP\runtime\YKCCC”目录中,并改名为“YK_settings.php”,将来只需要修改该文件即可同步到所有Drupal服务器,此保存路径可以在前一步的配置中修改</p> <p><br /> <strong>常见问题:</strong><br /> 1、如何查看客户端配置是否已经更新?<br /> 你可以使用phpMyAdmin这样的工具连接到数据库查看更新日志<br /> 2、通讯不成功<br /> 查看客户端和服务器中设置的通讯密码和内容加密密码是否一致,本系统采用AES加密数据<br /> 3、环境版本要求<br /> 请见Drupal和ThinkPHP对环境的要求,适用于Drupal 8 及以上版本<br /> 4、系统原理是什么?<br /> ThinkPHP服务器端向Drupal系统下发其所需的settings.php来控制群集行为</p> <p><br /> <strong>版权信息:</strong><br /> 开源免费,遵循GNU GENERAL PUBLIC LICENSE Version 2<br /> 如需进一步开发请联系:<br /> 开发者:云客 (微信号:indrupal)<br /> 开发公司:未来很美(深圳)科技有限公司 (网站:www.will-nice.com)</p> <p>&nbsp;</p> <p>&nbsp;</p> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">沟通互动</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=265&amp;2=comment&amp;3=comment" token="oDTTj6SHpFvGYUI319oXvKTZNvcKlQalAHTJrUNU044"></drupal-render-placeholder> </div> </div> </section> Sun, 10 Oct 2021 08:28:37 +0000 yunke 265 at http://www.indrupal.com http://www.indrupal.com/index.php/node/265#comments Drupal发行版:未来很美统一收银系统发布 http://www.indrupal.com/index.php/node/247 <span>Drupal发行版:未来很美统一收银系统发布</span> <span><span>yunke</span></span> <span><time datetime="2021-07-22T10:41:26+08:00" title="2021-07-22 10:41 星期四">周四, 07/22/2021 - 10:41</time> </span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>这是云客以公司名义开发的一个Drupal系统发行版,整合多种支付渠道,默认包含微信支付、支付宝,实现多系统收银,开源、免费,已经上传Drupal发行版目录</p> <p>地址为:<a href="https://www.drupal.org/project/will_nice" target="_blank">https://www.drupal.org/project/will_nice</a></p> <p>关于该系统的文字、视频介绍等请访问未来很美公司官网:</p> <p><a href="http://www.will-nice.com/products/will-nice-pay" target="_blank">http://www.will-nice.com/products/will-nice-pay</a></p> <p>体验地址:</p> <p><a href="https://pay.will-nice.com/" target="_blank">https://pay.will-nice.com/</a></p> <p>以下是安装与演示视频:</p> <p><iframe allowfullscreen="true" height="600px" src="https://v.qq.com/txp/iframe/player.html?vid=x32618azryz" width="100%"></iframe></p> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">沟通互动</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=247&amp;2=comment&amp;3=comment" token="GmkfmFqb5V-iy7PoyMXKO2gFGHGsUyVIqIIxenSoEtI"></drupal-render-placeholder> </div> </div> </section> Thu, 22 Jul 2021 02:41:26 +0000 yunke 247 at http://www.indrupal.com http://www.indrupal.com/index.php/node/247#comments