Skip to content

Commit

Permalink
首次提交
Browse files Browse the repository at this point in the history
  • Loading branch information
FEWY committed Jul 28, 2018
0 parents commit 788eadd
Show file tree
Hide file tree
Showing 13 changed files with 653 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 九宫格心形拼图
这是一个微信小程序,用来生成九宫格心形的图片。

微信小程序需要的代码,在 src 文件夹中。

文档待完善...
9 changes: 9 additions & 0 deletions src/app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//app.js
App({
onLaunch: function () {

},
globalData: {
userInfo: null
}
})
11 changes: 11 additions & 0 deletions src/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"pages":[
"pages/index/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#93E0FE",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black"
}
}
2 changes: 2 additions & 0 deletions src/app.wxss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/**app.wxss**/

Binary file added src/images/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 788eadd

Please sign in to comment.