From 101649d7e0f3ed54b08fcc4a806f7f64231863e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Sat, 6 Sep 2025 09:55:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(Feeds):=20=E6=9B=B4=E6=96=B0=E5=A4=9A?= =?UTF-8?q?=E4=B8=AAFeed=E7=BB=84=E4=BB=B6=E7=9A=84=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E5=92=8C=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改FeedHasField的目标字段和组合模式 - 调整Taco和Orange的质量、主题和字段值 - 为Taco和Orange添加缺失的主题属性 --- components/Debug/FeedHasField.tscn | 4 ++-- components/Feeds/Orange.tscn | 5 +++-- components/Feeds/Taco.tscn | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/components/Debug/FeedHasField.tscn b/components/Debug/FeedHasField.tscn index 95817e2..1ecd059 100644 --- a/components/Debug/FeedHasField.tscn +++ b/components/Debug/FeedHasField.tscn @@ -5,5 +5,5 @@ [node name="FeedHasField" type="HBoxContainer"] theme_override_constants/separation = 0 script = ExtResource("1_7leag") -targetFields = Array[int]([7]) -clickToRefresh = true +targetFields = Array[int]([16]) +composeMode = 1 diff --git a/components/Feeds/Orange.tscn b/components/Feeds/Orange.tscn index aee1ef5..baf236a 100644 --- a/components/Feeds/Orange.tscn +++ b/components/Feeds/Orange.tscn @@ -9,7 +9,7 @@ displayName = "橘子" quality = 2 topic = 2 fields = Array[int]([23, 7]) -fieldValues = Array[float]([0.05, 0.5]) +fieldValues = Array[float]([0.15, 1.0]) costs = Array[int]([1]) costCounts = Array[int]([300]) @@ -18,4 +18,5 @@ texture = ExtResource("2_l6jnq") [node name="name" parent="container/info" index="1"] displayName = "橘子" -quality = 3 +quality = 2 +topic = 2 diff --git a/components/Feeds/Taco.tscn b/components/Feeds/Taco.tscn index f6e50fa..bc962dc 100644 --- a/components/Feeds/Taco.tscn +++ b/components/Feeds/Taco.tscn @@ -6,7 +6,7 @@ [node name="Taco" instance=ExtResource("1_iixnt")] avatarTexture = ExtResource("2_eed3c") displayName = "塔克" -quality = 4 +quality = 2 topic = 2 fields = Array[int]([13, 3]) fieldValues = Array[float]([0.18, 0.02]) @@ -19,3 +19,4 @@ texture = ExtResource("2_eed3c") [node name="name" parent="container/info" index="1"] displayName = "塔克" quality = 4 +topic = 2