hart-estate-widget 3.9.7 → 3.9.8

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.md CHANGED
@@ -226,7 +226,7 @@ type TConfig = {
226
226
  instructionVisible: true;
227
227
  /** Enable/disable auto rotation in 3D tour */
228
228
  autoRotate: false;
229
- /** Array of scale keys used as filter, can be x05, x1, x13, x16, x2 */
229
+ /** Array of scale keys used as filter, can be x05, x1, ... */
230
230
  scales: ['x05', 'x1'];
231
231
  /** Enable/disable device gyroscope for AR */
232
232
  enableGyroscope: true;
@@ -396,9 +396,9 @@ locale: [
396
396
  ],
397
397
  scales: [
398
398
  'x05',
399
- 'x13',
400
- 'x16',
399
+ 'x075',
401
400
  'x1',
401
+ 'x125',
402
402
  'x2',
403
403
  ],
404
404
  ```