leafer-x-tooltip-canvas 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.en.md CHANGED
@@ -55,6 +55,12 @@ The specific config options are as follows. Click on the field name to jump to [
55
55
  </tr>
56
56
  </thead>
57
57
  <tbody>
58
+ <tr>
59
+ <td>debug</td>
60
+ <td>boolean</td>
61
+ <td>false</td>
62
+ <td>Enable debug mode to output target element, parent, position, size, style info</td>
63
+ </tr>
58
64
  <tr>
59
65
  <td><a href="#display-information">info</a></td>
60
66
  <td>Array&lt;string&gt;</td>
package/README.md CHANGED
@@ -55,6 +55,12 @@ new TooltipPlugin(app, {
55
55
  </tr>
56
56
  </thead>
57
57
  <tbody>
58
+ <tr>
59
+ <td>debug</td>
60
+ <td>boolean</td>
61
+ <td>false</td>
62
+ <td>开启调试模式,输出目标元素、父级、位置、尺寸、样式等信息</td>
63
+ </tr>
58
64
  <tr>
59
65
  <td><a href="#显示信息">info</a></td>
60
66
  <td>Array&lt;string&gt;</td>