diff --git a/demo/js/face.js b/demo/js/face.js index a0c0f9478..400a88047 100644 --- a/demo/js/face.js +++ b/demo/js/face.js @@ -130,7 +130,7 @@ Demo.Face = BI.inherit(BI.Widget, { _createBaseConfig: function () { return { type: "bi.vertical", - items: [this._createLabel("--基本配色--"), + items: [this._createLabel("--通用配色--"), this._createBackgroundConfig(), this._createFontConfig(), this._createDisableFontConfig(), diff --git a/docs/demo.js b/docs/demo.js index 1cbcc2f9b..615e9e44d 100644 --- a/docs/demo.js +++ b/docs/demo.js @@ -4650,7 +4650,7 @@ BI.shortcut("demo.vtape", Demo.VtapeLayout);Demo.Face = BI.inherit(BI.Widget, { _createBaseConfig: function () { return { type: "bi.vertical", - items: [this._createLabel("--基本配色--"), + items: [this._createLabel("--通用配色--"), this._createBackgroundConfig(), this._createFontConfig(), this._createDisableFontConfig(),