问答功能更新优化
其他 2595
问答功能进行了一次小更新,更新如下:
- 修复提问用户无法收到回复通知邮件问题;
- 修复未登录用户进入提问页面问题,修复后将重定向到登录页面;
问答功能为单独的插件,目前插件处于内测期,内测期价格为100,后续上线价格会上调,需要购买请联系QQ:1666839010
/* * The MIT License (MIT) * * Copyright (c) 2015 nimengbo * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ package com.baoyz.swipemenulistview; import android.widget.BaseAdapter; /** * Created by Abner on 15/11/20. * Email nimengbo@gmail.com * github https://github.com/nimengbo */ public abstract class BaseSwipListAdapter extends BaseAdapter { public boolean getSwipEnableByPosition(int position){ return true; } }
5年前手机端点击图片按钮好像没用 是无法上传吗
5年前- 5年前
不错呦!
5年前这个有点像论坛型的网站风格
5年前这个东西好用不
5年前zan
5年前
此问题新版本已经解决