去除CommandTypes启用的属性,运行命令不再需要配置名称

This commit is contained in:
fofolee
2025-02-15 12:58:43 +08:00
parent 0dc695277e
commit 61c75a899b
5 changed files with 17 additions and 149 deletions

View File

@@ -81,7 +81,7 @@ const CodeEditor = defineAsyncComponent({
timeout: 3000,
});
// TODO: 对称加密声明运行命令不需要设置commandTypes调整
// TODO: 对称加密声明
export default {
components: {
CodeEditor,