We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2015724 commit 4575511Copy full SHA for 4575511
miniprogram/pages/changelog/log.js
@@ -1,4 +1,11 @@
1
export default [{
2
+ version: '0.5.0',
3
+ detail: [{
4
+ type: 'feature',
5
+ value: '增加学习模块'
6
+ }],
7
+ date: '2022-03-14'
8
+}, {
9
version: '0.4.0',
10
detail: [{
11
type: 'feature',
miniprogram/pages/learn/detail.json
@@ -1,3 +1,4 @@
{
+ "backgroundColor": "#fff",
"usingComponents": {}
}
0 commit comments