breakpoint
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Godot;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using BITKit;
|
||||
using IDIS.Models;
|
||||
using IDIS.Services;
|
||||
@@ -47,7 +48,7 @@ public partial class IDIS_Query : EntityComponent
|
||||
|
||||
titleBarContainer.Show();
|
||||
|
||||
foreach (var x in data.IdData)
|
||||
foreach (var x in data.IdData.OrderBy(x=>x.Index).Reverse())
|
||||
{
|
||||
var container = contentBuilder.Build<HBoxContainer>();
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=8 format=3 uid="uid://bu5w3n4me3xj2"]
|
||||
[gd_scene load_steps=12 format=3 uid="uid://bu5w3n4me3xj2"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://6dpw3hl2gu10" path="res://Mods/工业数据采集与分析应用分享/Arts/Illustrations/Illustration_ABB_Rotbotic_Arm_Rendering_DWADWFF.jpg" id="1_uwo3j"]
|
||||
[ext_resource type="PackedScene" uid="uid://dwdlewpjrt8pf" path="res://Mods/教育平台/Templates/选择课程.tscn" id="2_rvvu8"]
|
||||
@@ -6,6 +6,12 @@
|
||||
[ext_resource type="Theme" uid="uid://dokwscirps6nt" path="res://Artists/Themes/Factory_Theme.tres" id="3_t8g27"]
|
||||
[ext_resource type="Texture2D" uid="uid://dxsds46xgtfds" path="res://Artists/Art/Logos/logo-caict.png" id="4_2c082"]
|
||||
[ext_resource type="PackedScene" uid="uid://cngf2h2a5ne4a" path="res://Mods/工业数据采集与分析应用分享/标识注册与解析.tscn" id="6_1g0h3"]
|
||||
[ext_resource type="Script" path="res://BITKit/Scripts/ECS/Core/Entity.cs" id="7_rw1xt"]
|
||||
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXApplicationService.cs" id="8_13hec"]
|
||||
[ext_resource type="Script" path="res://BITKit/Scripts/Application/GodotBasedApplicationService.cs" id="8_s3bvh"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fyknl"]
|
||||
bg_color = Color(0.9375, 0.578125, 0, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0jsjw"]
|
||||
bg_color = Color(0, 0, 0, 0.501961)
|
||||
@@ -81,7 +87,7 @@ layout_mode = 2
|
||||
size_flags_vertical = 1
|
||||
theme_type_variation = &"HeaderMedium"
|
||||
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||||
text = "虚拟仿真实训课程体系"
|
||||
text = "中国信息通信研究院"
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Label2" type="Label" parent="Panel/ColorRect/VBoxContainer"]
|
||||
@@ -89,7 +95,7 @@ layout_mode = 2
|
||||
theme = ExtResource("3_t8g27")
|
||||
theme_type_variation = &"HeaderSmall"
|
||||
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||||
text = "中国信息通信院定制版"
|
||||
text = "虚拟仿真实训课程"
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="Panel/ColorRect"]
|
||||
layout_mode = 1
|
||||
@@ -108,6 +114,58 @@ texture = ExtResource("4_2c082")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="Panel/ColorRect"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 11
|
||||
anchor_left = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -269.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="MarginContainer2" type="MarginContainer" parent="Panel/ColorRect/HBoxContainer"]
|
||||
custom_minimum_size = Vector2(200, 0)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="Panel/ColorRect/HBoxContainer/MarginContainer2"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="GridContainer" type="GridContainer" parent="Panel/ColorRect/HBoxContainer/MarginContainer2/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
columns = 2
|
||||
|
||||
[node name="Label" type="Label" parent="Panel/ColorRect/HBoxContainer/MarginContainer2/HBoxContainer/GridContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||||
text = "当前版本:"
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="client_version-label" type="Label" parent="Panel/ColorRect/HBoxContainer/MarginContainer2/HBoxContainer/GridContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||||
text = "1.0.0"
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Label3" type="Label" parent="Panel/ColorRect/HBoxContainer/MarginContainer2/HBoxContainer/GridContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||||
text = "最新版本:"
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="latest_Version-label" type="Label" parent="Panel/ColorRect/HBoxContainer/MarginContainer2/HBoxContainer/GridContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||||
text = "1.0.0"
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="download_install-button" type="Button" parent="Panel/ColorRect/HBoxContainer"]
|
||||
custom_minimum_size = Vector2(100, 0)
|
||||
layout_mode = 2
|
||||
theme_type_variation = &"Accent"
|
||||
theme_override_styles/normal = SubResource("StyleBoxFlat_fyknl")
|
||||
text = "下载最新版"
|
||||
|
||||
[node name="ReferenceRect" type="MarginContainer" parent="Panel"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
@@ -137,6 +195,7 @@ theme_type_variation = &"HeaderLarge"
|
||||
text = "CAICT定制版"
|
||||
|
||||
[node name="Label2" type="Label" parent="Panel/ReferenceRect/TabContainer/教程/Layout/HBoxContainer"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
theme_type_variation = &"HeaderSmall"
|
||||
text = "仅包括1个课程"
|
||||
@@ -154,7 +213,7 @@ text = "教程与实训"
|
||||
layout_mode = 2
|
||||
theme_type_variation = &"HeaderSmall"
|
||||
theme_override_colors/font_color = Color(0, 0.698039, 0.886275, 1)
|
||||
text = "导入链接(试用版未启用)"
|
||||
text = "导入链接(定制版未启用)"
|
||||
|
||||
[node name="HSeparator2" type="HSeparator" parent="Panel/ReferenceRect/TabContainer/教程/Layout"]
|
||||
layout_mode = 2
|
||||
@@ -164,7 +223,7 @@ theme_override_constants/separation = 32
|
||||
layout_mode = 2
|
||||
bbcode_enabled = true
|
||||
text = "最后更新时间:
|
||||
2023年6月28日13:46:24
|
||||
2023年9月19日19:30:31
|
||||
|
||||
Powered By
|
||||
[url]中安颖立智能科技有限公司[/url]
|
||||
@@ -277,6 +336,19 @@ popup/item_2/id = 2
|
||||
popup/item_3/text = "2560x1440"
|
||||
popup/item_3/id = 3
|
||||
|
||||
[node name="场景实体" type="Node" parent="."]
|
||||
script = ExtResource("7_rw1xt")
|
||||
|
||||
[node name="版本控制" type="Node" parent="场景实体"]
|
||||
script = ExtResource("8_s3bvh")
|
||||
CheckLatestVersionUrl = "http://server.bitfall.icu:3001/api/GetLatestVersion?owner=root&repo=iFactory.Godot"
|
||||
|
||||
[node name="UX版本控制" type="Node" parent="场景实体" node_paths=PackedStringArray("currentVersionLabel", "latestVersionLabel", "downloadLatestButton")]
|
||||
script = ExtResource("8_13hec")
|
||||
currentVersionLabel = NodePath("../../Panel/ColorRect/HBoxContainer/MarginContainer2/HBoxContainer/GridContainer/client_version-label")
|
||||
latestVersionLabel = NodePath("../../Panel/ColorRect/HBoxContainer/MarginContainer2/HBoxContainer/GridContainer/latest_Version-label")
|
||||
downloadLatestButton = NodePath("../../Panel/ColorRect/HBoxContainer/download_install-button")
|
||||
|
||||
[connection signal="tab_changed" from="Panel/ColorRect/TabBar" to="Panel/ReferenceRect/TabContainer" method="set_current_tab"]
|
||||
|
||||
[editable path="Panel/ReferenceRect/TabContainer/教程/ScrollContainer/VBoxContainer/NinePatchRect4"]
|
||||
|
Reference in New Issue
Block a user