ispacekid / wxa-internet-slangs

网络用语词典 - 微信小程序

Home Page:https://spacekid.me/internet-slangs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

网络用语词典 - 微信小程序

注意:本项目已不再维护,可以移步作者个人主页 https://spacekid.me/ 了解我的其他项目。谢谢关注!

Notice: This project is no longer maintained. Check my homepage https://spacekid.me/ for more projects.

介绍 Introduction

一款基于微信小程序开发的网络用语科普与查询工具,是本人先前《网络用语词典》作品的微信小程序版本。

使用方法 Usage

  1. 克隆项目仓库
$ git clone https://github.com/ispacekid/wxa-internet-slangs.git
  1. 导入微信 web 开发者工具(下载地址

  2. 接入 LeanCloud App ID 与 App Key

在 app.js 中进行配置:

AV.init({
  appId: "App ID",
  appKey: "App Key"
})

开发计划 Development Plan

  • 详情页的富文本排版
  • 详情页支持显示图片、音频、视频的多媒体附件
  • 底部 tab 栏
  • 关于页面
  • 词条搜索功能
  • 接入 LeanCloud 后端云服务
  • 下拉刷新、上拉加载更多
  • 长按保存图片
  • 词条点赞
  • 词条评论
  • 词条收藏
  • 词条分享
  • 词条打赏
  • 客服接口

协议 License

GPL v3

About

网络用语词典 - 微信小程序

https://spacekid.me/internet-slangs/

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%