提交 8a2973e7 authored 作者: JarvanMo's avatar JarvanMo

remove colon

上级 9b98c83d
......@@ -179,8 +179,8 @@ class WeChatShareMusicModel implements WeChatShareBaseModel {
WeChatShareMusicModel(
{this.musicUrl,
this.musicLowBandUrl,
this.title: "",
this.description: "",
this.title = "",
this.description = "",
this.musicDataUrl,
this.musicLowBandDataUrl,
this.thumbnail,
......@@ -232,8 +232,8 @@ class WeChatShareVideoModel implements WeChatShareBaseModel {
{this.scene = WeChatScene.SESSION,
this.videoUrl,
this.videoLowBandUrl,
this.title: "",
this.description: "",
this.title = "",
this.description = "",
this.thumbnail,
this.mediaTagName,
this.messageAction,
......@@ -277,7 +277,7 @@ class WeChatShareVideoModel implements WeChatShareBaseModel {
class WeChatShareWebPageModel implements WeChatShareBaseModel {
WeChatShareWebPageModel(
this.webPage, {
this.title: "",
this.title = "",
String? description,
this.thumbnail,
this.scene = WeChatScene.SESSION,
......@@ -323,7 +323,7 @@ class WeChatShareFileModel implements WeChatShareBaseModel {
WeChatShareFileModel(
this.source, {
this.title = "",
this.description: "",
this.description = "",
this.thumbnail,
this.scene = WeChatScene.SESSION,
this.mediaTagName,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论