@lynn123411/dsh-a6api 1.5.0 → 1.5.1

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/lib/client.js CHANGED
@@ -4929,7 +4929,8 @@ function apply(ctx) {
4929
4929
  {
4930
4930
  name: "settings.section",
4931
4931
  id: "dsh-a6api",
4932
- order: 11,
4932
+ // 约定:自有插件设置项 order 从 110 起步进 10(原生最大 100=桌面设置),保证排在所有原生项之下
4933
+ order: 120,
4933
4934
  label: () => "A6api"
4934
4935
  },
4935
4936
  A6ApiSettingsPanel