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

13 行
685 B

<UXML xmlns="UnityEngine.UIElements">
<VisualElement class="project-settings-header-container">
<VisualElement class="project-settings-title-container">
<TextElement class="service-title" name="service-title" text="[Service Title Here]"/>
<Toggle name="service-toggle" text=""/>
</VisualElement>
<Label class="service-description" name="service-description" text="[Service Description Here]"/>
<VisualElement class="link-container">
<TextElement text="Go to Dashboard" name="dashboard-link-button" class="link-button"/>
</VisualElement>
</VisualElement>
<VisualElement class="separator"/>
</UXML>