using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TinaX.UIKit.MVVM.Const { public static class UIKitMvvmConst { public const string TextMessageValueSign = "{{value}}"; //使用TextMessage形式拼接Text组件时,使用此处设定的标记替换真实的值 } }