This commit is contained in:
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
|
|
@ -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
2
ui/components.d.ts
vendored
|
@ -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']
|
||||
|
|
Loading…
Add table
Reference in a new issue