• 正文概述
  • 评价建议
    1. 二开微信表情包去授权版+网站后端

      视频教程在源码里面

      下载源码解压后即可观看视频教程

       

    2. 伪静态

      code

      1. location / {
      2. index index.php index.html index.htm;
      3. if (!-e $request_filename)
      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. }

    免责声明

    1.本站资源售价只是赞助,收取费用仅维持本站的日常运营所需。
    2.若您需要商业运营或用于其他商业活动,请您购买正版授权并合法使用。
    3.如果本站有侵犯、不妥之处的资源,请在网站右边客服联系我们。将会第一时间解决!
    4.本站提供的所有资源仅供参考学习使用,不存在任何商业目的与商业用途,请大家不要用于商用!
    5.侵权联系邮箱:aj77120@qq.com


    旭煜信息-小旭资源网免费网站源码下载 » 二开微信表情包小程序去授权版+网站后端【亲测】

    常见问题FAQ