更新了网络服务接口定义

This commit is contained in:
CortexCore
2023-06-07 02:02:14 +08:00
parent 08b05f8a74
commit b2444fd909
2727 changed files with 20455 additions and 4448 deletions

View File

@@ -1,6 +1,6 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
<Style src="project://database/Assets/BITKits/UX/Common/Common.uss?fileID=7433441132597879392&amp;guid=a3a69d3518fd02b489e721f3c5b0b539&amp;type=3#Common" />
<Style src="project://database/Assets/BITKits/UX/Common/Common_VideoPlayer.uss?fileID=7433441132597879392&amp;guid=2789a9a4f892e99498132aac625854b7&amp;type=3#Common_VideoPlayer[UNSUPPORTED_IN_UI_BUILDER]" />
<Style src="project://database/Assets/BITKit/UX/Common/Common.uss?fileID=7433441132597879392&amp;guid=a3a69d3518fd02b489e721f3c5b0b539&amp;type=3#Common" />
<Style src="project://database/Assets/BITKit/UX/Common/Common_VideoPlayer.uss?fileID=7433441132597879392&amp;guid=2789a9a4f892e99498132aac625854b7&amp;type=3#Common_VideoPlayer[UNSUPPORTED_IN_UI_BUILDER]" />
<ui:VisualElement name="maximize-container" class="video" style="background-color: rgb(0, 0, 0); -unity-background-scale-mode: scale-to-fit; flex-grow: 1;">
<ui:VisualElement style="position: absolute; left: 0; right: 0; bottom: 0; height: 48px; background-color: rgba(0, 0, 0, 0.78); flex-direction: row; align-items: center; justify-content: space-around;">
<ui:Button text="&#10;" display-tooltip-when-elided="true" name="play-button" class="playerButton" style="left: 0; top: 0; right: 0; bottom: 0;" />
@@ -9,7 +9,7 @@
<ui:Slider high-value="1" name="player-slider" />
</ui:VisualElement>
<ui:Label text="16:57:57" display-tooltip-when-elided="true" name="totalTime-label" />
<ui:Button text="&#10;" display-tooltip-when-elided="true" name="minimize-button" class="playerButton" style="left: 0; top: 0; right: 0; bottom: 0; background-image: url(&apos;project://database/Assets/BITKits/Art/Icons/Icon_close-fullscreen.png?fileID=2800000&amp;guid=7e1f4060a3bd8324d80ddf91be477e49&amp;type=3#Icon_close-fullscreen&apos;);" />
<ui:Button text="&#10;" display-tooltip-when-elided="true" name="minimize-button" class="playerButton" style="left: 0; top: 0; right: 0; bottom: 0; background-image: url(&apos;project://database/Assets/BITKit/Art/Icons/Icon_close-fullscreen.png?fileID=2800000&amp;guid=7e1f4060a3bd8324d80ddf91be477e49&amp;type=3#Icon_close-fullscreen&apos;);" />
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>