Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用 Windows 平台创建新应用程序时,我看到以下菜单:
如何自定义此菜单,添加我自己的菜单并可能删除共享项?我可以完全删除它吗?
答案很简单。我的最低支持平台是为 Windows 8.1 设置的,因此此处显示的菜单是 Windows 10 呈现超级按钮栏的方式。通过添加
<preference name="windows-target-version" value="10.0" />
进入我config.xml的,汉堡菜单消失了。
config.xml