更新子项目提交引用,添加对时间轴组件的支持
Some checks failed
ci/woodpecker/push/check_format Pipeline failed

This commit is contained in:
fuyn101 2025-01-25 02:18:54 +08:00
parent 091c2b9220
commit 01c0ce7944
5 changed files with 7 additions and 3 deletions

@ -1 +1 @@
Subproject commit 24d5bc07604f4d32a3716d5991a073e6b8e11cb3
Subproject commit d66b7826a1765d7203d021f43989aaad2ccee8f3

@ -1 +1 @@
Subproject commit 3cdcf2f83bb031979ed50c75ecf670441e6e1ce6
Subproject commit 9c5c1d79716b05715cf70a5a2ff082496ba8a85a

@ -1 +1 @@
Subproject commit 8fdcea01bb9af067226d4a6a2a91cd7c641c2641
Subproject commit c8a785a9906a6c72d0376236b6507ae31360e81d

View file

@ -733,6 +733,8 @@ def get_count():
unpicklable=False,
)
)
for i in config.tasks
]
for task in message:
if task.get("plan"): # 如果 plan 字段存在
translated_plan = {}

2
ui/components.d.ts vendored
View file

@ -73,6 +73,8 @@ declare module 'vue' {
NTd: typeof import('naive-ui')['NTd']
NText: typeof import('naive-ui')['NText']
NThing: typeof import('naive-ui')['NThing']
NTimeline: typeof import('naive-ui')['NTimeline']
NTimelineItem: typeof import('naive-ui')['NTimelineItem']
NTimePicker: typeof import('naive-ui')['NTimePicker']
NTooltip: typeof import('naive-ui')['NTooltip']
NTr: typeof import('naive-ui')['NTr']