Super cool WeChat applet hop hop source code research and study

It is found that not only can you directly change the score of the hop hop mini-game, but even the source code of WeChat mini-programs and mini-games can be downloaded directly. You only need to know the appid and version number, and you can directly construct the URL to download the source code package with the suffix wxapkg. No verification is required.
Of course, it is only for study and research. After all, WeChat is more sensitive to this matter. Create a new blank mini-program or mini-game project in the local WeChat developer tool, and do not choose the quick start template.

The specific code is as follows. Many students will ask me why the downloaded code cannot be used. What I want to say is the students. This code is a WeChat applet code, not a simple html code, so you need to download a WeChat developer tool, and then Just create a new project! ! !

1.jpg

 

2.jpg

I have posted all the code in the above picture here, you must use Utf-8 format when you use it, otherwise an error will be reported.

config.json

  1. {
  2.   "description" : "Project configuration file." , 
  3.   "setting":{ 
  4.     "urlCheck":false, 
  5.     "es6":true, 
  6.     "postcss":true, 
  7.     "minified":true, 
  8.     "newFeature":true 
  9.   },
  10.   "compileType":"game", 
  11.   "libVersion":"game", 
  12.   "appid":"touristappid", 
  13.   "projectname":"erdangjiade.com", 
  14.   "isGameTourist":true, 
  15.   "condition":{ 
  16.     "search":{ 
  17.       "current":-1, 
  18.       "list":[] 
  19.     },
  20.     "conversation":{ 
  21.       "current":-1, 
  22.       "list":[] 
  23.     },
  24.     "game":{ 
  25.       "currentL":-1, 
  26.       "list":[] 
  27.     },
  28.     " miniprogram " 
  29.       "current":-1, 
  30.       "list":[] 
  31.     }
  32.   }
  33. }

Forget the code is too long, I put it in Baidu cloud disk first, and test it personally, all the code is complete, unlike the basically incomplete online, there is no way to study and study.

Link: https://pan.baidu.com/s/166rQeoU4piv7n2KRzU_rvw Password: k8j2

Of course, you can also support me: https://www.erdangjiade.com/source/273.html

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325340793&siteId=291194637