@glowjs/core 2024.6.14 → 2024.6.29

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.
@@ -5631,6 +5631,10 @@ export type AppOptions = {
5631
5631
  * 根路径,默认为“/”
5632
5632
  */
5633
5633
  basePath?: string;
5634
+ /**
5635
+ * 是否禁止自动切换到第一个场景层级
5636
+ */
5637
+ doNotAutoToFirstLevel?: boolean;
5634
5638
  };
5635
5639
  export type ArchiveCabinetGroupCount = {
5636
5640
  /**