diff --git a/README.md b/README.md index 26e657c..35b4483 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ GitHub 小程序有很多,但推荐热点项目的往往是拉取 [GitHub Tren 5. 你可以方便 Star 或 Fork 你所感兴趣的项目,提 Issues 或针对 Issues 进行评论,也可方便 Follow 某人,相关邮箱或主页虽不可在小程序内直接操作,但点击后都可复制邮箱或主页链接,方便操作。 6. 请您自己去发现 -## 小程序码(近期开发完成,暂未审核通过,先请试用体验版) +## 小程序码 -
+ ## 预览截图 diff --git a/src/pages/repo/repo.js b/src/pages/repo/repo.js index 67f86f7..d50addf 100755 --- a/src/pages/repo/repo.js +++ b/src/pages/repo/repo.js @@ -336,6 +336,13 @@ class Repo extends Component { generatePoster(imgUrl) { const { repo } = this.state + let goodsWords = [ + 'Stay hungry. Stay foolish.', + 'Talk is cheap. Show me the code.', + '生活除了工作,还有诗和远方', + '愿你出走半生,归来仍是少年', + 'E=mc²' + ] const data = { background: '#f7f7f7', width: '750rpx', @@ -470,7 +477,7 @@ class Repo extends Component { }, { type: 'text', - text: '开源的世界,有你才更精彩', + text: goodsWords[Math.floor((Math.random() * 5))], css: { bottom: '60rpx', left: '375rpx', diff --git a/src/pages/top/top.js b/src/pages/top/top.js index 58d3b3e..ea9d2c1 100644 --- a/src/pages/top/top.js +++ b/src/pages/top/top.js @@ -196,7 +196,7 @@ class Repo extends Component { this.setState({ readme: base64_decode(readme) }) - }else{ + } else { this.setState({ readme: null }) @@ -373,6 +373,13 @@ class Repo extends Component { generatePoster(imgUrl) { const { repo } = this.state + let goodsWords = [ + 'Stay hungry. Stay foolish.', + 'Talk is cheap. Show me the code.', + '生活除了工作,还有诗和远方', + '愿你出走半生,归来仍是少年', + 'E=mc²' + ] const data = { background: '#f7f7f7', width: '750rpx', @@ -507,7 +514,7 @@ class Repo extends Component { }, { type: 'text', - text: '开源的世界,有你才更精彩', + text: goodsWords[Math.floor((Math.random() * 5))], css: { bottom: '60rpx', left: '375rpx',