盘天下 | 精选资源分享

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

编程开发 2024-11-22 780 0

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

搭建要求:

1. 系统要求 Ngin x 1.18.0+PHP-7.2+ mysql 5.6,开启 ssl,php 需要安装 sg 11 扩展

2. 设置伪静态

  1. location / {
  2. ind ex 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 账号 adm in 密码 123456

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

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

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

  文件大小:10.5MB

下载地址:

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

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

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

闲趣赚

转载请注明出处,本文链接:https://pantx.cn/20745.html

(0)
收藏 (0)

评论列表