瀏覽代碼

feat:interaction

ananzhusen 10 月之前
父節點
當前提交
da857e7b45
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/services/defaults.ts

+ 3 - 0
src/services/defaults.ts

@@ -3821,6 +3821,7 @@ context.meta2d.translate(
           // hoverTextColor: '#000000FF',
           // activeTextColor: '#000000FF',
           textLeft: 10,
+          interaction: true,
         },
       },
       {
@@ -3841,6 +3842,7 @@ context.meta2d.translate(
           background: '#15181C',
           color: '#424B61',
           textColor: '#FFFFFFE6',
+          interaction: true,
           // color: '#D9D9D9FF',
           // textColor: '#000000FF',
           // hoverTextColor: '#000000FF',
@@ -3975,6 +3977,7 @@ context.meta2d.translate(
           hoverTextColor: '#FFFFFFE6',
           activeTextColor: '#FFFFFFE6',
           textLeft: 10,
+          interaction: true,
           dropdownList: [
             {
               text: '选项1',