您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0"?>
  2. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  4. <id>dashboard</id>
  5. <name>Dashboard</name>
  6. <summary>Dashboard app</summary>
  7. <description><![CDATA[Start your day informed
  8. The Nextcloud Dashboard is your starting point of the day, giving you an
  9. overview of your upcoming appointments, urgent emails, chat messages,
  10. incoming tickets, latest tweets and much more! Users can add the widgets
  11. they like and change the background to their liking.]]></description>
  12. <version>7.5.0</version>
  13. <licence>agpl</licence>
  14. <author>Julius Härtl</author>
  15. <namespace>Dashboard</namespace>
  16. <category>customization</category>
  17. <bugs>https://github.com/nextcloud/server/issues</bugs>
  18. <dependencies>
  19. <nextcloud min-version="25" max-version="25"/>
  20. </dependencies>
  21. <navigations>
  22. <navigation>
  23. <name>Dashboard</name>
  24. <route>dashboard.dashboard.index</route>
  25. <icon>dashboard.svg</icon>
  26. <order>-1</order>
  27. </navigation>
  28. </navigations>
  29. </info>