Browse Source

chore: generate schema (#10129)

* Generate schema

* -

* Revert "-"

This reverts commit a456975cd2882852db7859e4840f2d82c940f13b.
Tony 1 năm trước cách đây
mục cha
commit
a15a97594f

+ 22 - 0
core/tauri/permissions/menu/autogenerated/reference.md

@@ -2,6 +2,28 @@
 
 Default permissions for the plugin.
 
+- `allow-new`
+- `allow-append`
+- `allow-prepend`
+- `allow-insert`
+- `allow-remove`
+- `allow-remove-at`
+- `allow-items`
+- `allow-get`
+- `allow-popup`
+- `allow-create-default`
+- `allow-set-as-app-menu`
+- `allow-set-as-window-menu`
+- `allow-text`
+- `allow-set-text`
+- `allow-is-enabled`
+- `allow-set-enabled`
+- `allow-set-accelerator`
+- `allow-set-as-windows-menu-for-nsapp`
+- `allow-set-as-help-menu-for-nsapp`
+- `allow-is-checked`
+- `allow-set-checked`
+- `allow-set-icon`
 
 ### Permission Table 
 

+ 11 - 0
core/tauri/permissions/tray/autogenerated/reference.md

@@ -2,6 +2,17 @@
 
 Default permissions for the plugin.
 
+- `allow-new`
+- `allow-get-by-id`
+- `allow-remove-by-id`
+- `allow-set-icon`
+- `allow-set-menu`
+- `allow-set-tooltip`
+- `allow-set-title`
+- `allow-set-visible`
+- `allow-set-temp-dir-path`
+- `allow-set-icon-as-template`
+- `allow-set-show-menu-on-left-click`
 
 ### Permission Table