v1.5.12
This commit is contained in:
parent
86801dde73
commit
73d008c3c2
|
@ -1,3 +1,3 @@
|
||||||
v1.5.11
|
v1.5.12
|
||||||
|
|
||||||
- [x] 修复手动修改列数频道没有生效的问题
|
- [x] 修复手动修改列数频道没有生效的问题
|
||||||
|
|
|
@ -35,7 +35,7 @@ Widget categoriesColumnCountSetting() {
|
||||||
},
|
},
|
||||||
"选择首页分类列数");
|
"选择首页分类列数");
|
||||||
if (value != null) {
|
if (value != null) {
|
||||||
await method.saveProperty(_propertyName, "$categoriesColumnCount");
|
await method.saveProperty(_propertyName, "$value");
|
||||||
categoriesColumnCount = value;
|
categoriesColumnCount = value;
|
||||||
setState(() {});
|
setState(() {});
|
||||||
categoriesColumnCountEvent.broadcast();
|
categoriesColumnCountEvent.broadcast();
|
||||||
|
|
|
@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 1.5.10+5
|
version: 1.5.12+6
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0 <3.0.0"
|
sdk: ">=2.12.0 <3.0.0"
|
||||||
|
|
Loading…
Reference in New Issue