From d4ab0168e117d2c910ded5f5ea8268d9417b0793 Mon Sep 17 00:00:00 2001 From: SeedList Date: Tue, 4 Mar 2025 14:15:45 +0800 Subject: [PATCH] vault backup: 2025-03-04 14:15:45 --- .obsidian/graph.json | 2 +- SanPinPLM/相关操作/4.other/200.Delphi脚本.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.obsidian/graph.json b/.obsidian/graph.json index 3b5e71ad..478e38da 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -32,6 +32,6 @@ "repelStrength": 10, "linkStrength": 1, "linkDistance": 250, - "scale": 0.535979599622594, + "scale": 0.7514342322277586, "close": true } \ No newline at end of file diff --git a/SanPinPLM/相关操作/4.other/200.Delphi脚本.md b/SanPinPLM/相关操作/4.other/200.Delphi脚本.md index 10767d1a..1bedbebe 100644 --- a/SanPinPLM/相关操作/4.other/200.Delphi脚本.md +++ b/SanPinPLM/相关操作/4.other/200.Delphi脚本.md @@ -41,7 +41,7 @@ 支持文本搜索、搜索替换功能 -使用的脚本为 `Delphi` 脚本,参考代码如下所示: +使用的脚本为 `Delphi` 脚本,参考代码如下所示,作用为 [多属性值拼接至另一属性中](999.Delphi脚本记录.md#多属性值拼接至另一属性中) : ```Delphi uses MyClass,Variables,BaseUtil,CommonFunc,DataConst,CFFrm,CFSimplePropFrm,Forms,StdCtrls,Variants,SysUtils,Classes,Controls,Dialogs, @@ -73,7 +73,6 @@ begin StringList.Free; end; end. - ``` ### 函数/变量区