盘天下 | 免费精选资源分享

表情包小程序完整版源码前后端源码

编程开发 盘天下 2024-11-22 812 0


表情包小程序完整版源码前后端源码 表情包小程序完整版源码前后端源码 表情包小程序完整版源码前后端源码

搭建要求:

1. 系统要求 Nginx 1.18.0+PHP-7.2+ mysql 5.6,开启 ssl,php 需要安装 sg11 扩展

2. 设置伪静态

  1. location / {
  2. index index.php index.html index.htm;
  3. if (!-e $request_ file name)
  4. {
  5. rewrite ^/(.*)$ /index.php?s=$1;
  6. }
  7. }
  8. location /api/ {
  9. index index.php index.html index.htm;
  10. if (!-e $request_filename)
  11. {
  12. rewrite ^/api/(.*)$ /api/index.php?s=$1;
  13. }
  14. }
  15. location ~* /upload/.+.(html|php)$ {
  16. return 404;
  17. }
  18. location ~* ^/plugins/.+.(html|php)$ {
  19. return 404;
  20. }
  21. location ~* /themes/.+.(html|php)$ {
  22. return 404;
  23. }

3. 架设要求
关闭防火墙或放开安全组 1 -65535

4. 创建 数据
创建 数据库 并导入数据库文件 数据库.sql
打开数据库配置文件修改数据库账号密码
表情包小程序带前后端后端 dataconfigconfig.php

5. 后台网址
后台网址:域名 /alibiaoqing 账号 admin 密码 123456

6. 前端 配置
前端:使用 微信 开发 者工具导入前段源码
1. 打开 project.config.json 文件修改你的 appid 和项目名

 
  1. • 修改小程序名字(搜索夕夏表情包替换成你自己的名字)
  2. • 替换域名
  3. • 小程序后台记得添加上你的域名和 https://cdn.hotemoji.com/

  文件名称:表情包小程序带前后端修改过版本.z ip

  文件大小:10.5MB

下载地址:

蓝奏网盘:https://laoma.lanzoul.com/iL6j81p4a45a

123 云盘:https://www.123pan.com/s/WfWiVv-slKv3.html

夸克网盘:https://pan.quark.cn/s/0a26ef9495dc

本站夸克网盘「电影-票房top20」精选资源合集:https://pan.quark.cn/s/0755e002f4b6

本站夸克网盘「纪录片」精选资源合集:https://pan.quark.cn/s/8c76cd47e8be

本站夸克网盘「短剧」精选资源合集:https://pan.quark.cn/s/0f27fae4301e

本站夸克网盘「音乐」精选资源合集:https://pan.quark.cn/s/c999e39a7f49

本站夸克网盘「教程」精选资源合集:https://pan.quark.cn/s/27984fcacdad

本站夸克网盘「书籍」精选资源合集:https://pan.quark.cn/s/2532536273dd

冲上云霄

转载请注明出处,本文链接:https://www.80srz.com/pantx/20745.html

(0)
收藏 (0)
取消

感谢您的支持,我们会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开 支付宝 扫一扫,即可进行扫码打赏哦

评论列表