mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-19 02:19:31 +08:00
26 lines
437 B
Plaintext
26 lines
437 B
Plaintext
---
|
|
sidebar_position: 6
|
|
---
|
|
|
|
# 菜单
|
|
|
|
## 概述
|
|
|
|
这些方法与应用程序菜单相关。
|
|
|
|
:::info Javascript
|
|
Menu is currently unsupported in the JS runtime.
|
|
::: :::
|
|
|
|
### 设置应用程序菜单
|
|
JS 运行时当前不支持菜单。
|
|
|
|
:::
|
|
|
|
### 更新应用程序菜单
|
|
Go 方法签名: `MenuSetApplicationMenu(ctx context.Context, menu *menu.Menu)`
|
|
|
|
将应用程序菜单设置为给定的[应用菜单](../../reference/menus)。
|
|
|
|
|