1
This commit is contained in:
@@ -13,7 +13,9 @@
|
|||||||
"Bash(python3 *)",
|
"Bash(python3 *)",
|
||||||
"Bash(awk '/<template>/,/<\\\\/template>/{print NR\": \"$0; if\\(/<\\\\/template>/\\) exit}' D:/web/zyt/admin/src/views/consumer/prescription/order_list.vue)",
|
"Bash(awk '/<template>/,/<\\\\/template>/{print NR\": \"$0; if\\(/<\\\\/template>/\\) exit}' D:/web/zyt/admin/src/views/consumer/prescription/order_list.vue)",
|
||||||
"Bash(npx eslint *)",
|
"Bash(npx eslint *)",
|
||||||
"Bash(git *)"
|
"Bash(git *)",
|
||||||
|
"Bash(tail -c 100000 /Users/long/.claude/projects/-Users-long-Work-zyt/7be9f770-afc3-497d-87a3-2ffa1fbe3fd1.jsonl)",
|
||||||
|
"Read(//tmp/**)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,3 +28,4 @@ bin-release/
|
|||||||
/.agents
|
/.agents
|
||||||
/.claude
|
/.claude
|
||||||
/.claude
|
/.claude
|
||||||
|
/.claude
|
||||||
|
|||||||
@@ -17,10 +17,6 @@
|
|||||||
<el-radio-button :value="2">已取消</el-radio-button>
|
<el-radio-button :value="2">已取消</el-radio-button>
|
||||||
</el-radio-group>
|
</el-radio-group>
|
||||||
<el-button class="ml-3" @click="fetchList">刷新</el-button>
|
<el-button class="ml-3" @click="fetchList">刷新</el-button>
|
||||||
<span class="hint">
|
|
||||||
推送由后端 cron 分钟级触发,需服务器配置
|
|
||||||
<code>tcm:diagnosis-todo-notify</code>。
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<el-table
|
<el-table
|
||||||
@@ -294,18 +290,6 @@ defineExpose({ refresh: fetchList })
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
|
|
||||||
.hint {
|
|
||||||
color: var(--el-text-color-secondary);
|
|
||||||
font-size: 12px;
|
|
||||||
margin-left: 12px;
|
|
||||||
|
|
||||||
code {
|
|
||||||
background: var(--el-fill-color-light);
|
|
||||||
padding: 1px 6px;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.todo-table {
|
.todo-table {
|
||||||
|
|||||||
Reference in New Issue
Block a user