📦 deps(tsl): sync tsl-playbook from ecedf69b

Source-Commit: ecedf69b9c
This commit is contained in:
ci[bot]
2026-08-24 09:29:51 +08:00
parent 2f0d80da65
commit 2b74e1466d
664 changed files with 28934 additions and 37020 deletions
@@ -25,7 +25,7 @@ setsysparam(pn_stock(), "SH600000");
Exp := @reportofall(9900002, GetSysParam('DefaultRepID'));
ReportID := 20211231;
N := 8;
return RobustACCOfNReport2(Exp, ReportID, N); // -0.2568
return RobustACCOfNReport2(Exp, ReportID, N); // 输出:-0.2568
```
## `avgOfNReport2(exp, report_id, n)`
@@ -53,7 +53,7 @@ setsysparam(pn_stock(), "SH600000");
Exp := @reportofall(46002, GetSysParam('DefaultRepID'));
ReportID := 20211231;
N := 8;
return AvgOfNReport2(Exp, ReportID, N); // 122912375000
return AvgOfNReport2(Exp, ReportID, N); // 输出:122912375000
```
## `robustACCOfNReport2(exp, report_id, n)`
@@ -81,7 +81,7 @@ setsysparam(pn_stock(), "SH600000");
Exp := @reportofall(9900002, GetSysParam('DefaultRepID'));
ReportID := 20211231;
N := 8;
return RobustACCOfNReport2(Exp, ReportID, N); // -0.2568
return RobustACCOfNReport2(Exp, ReportID, N); // 输出:-0.2568
```
## `robustGrowthOfNReport2(exp, report_id, n)`
@@ -109,7 +109,7 @@ setsysparam(pn_stock(), "SH600000");
Exp := @reportofall(9900002, GetSysParam('DefaultRepID'));
ReportID := 20211231;
N := 8;
return RobustGrowthOfNReport2(Exp, ReportID, N); // -0.3269
return RobustGrowthOfNReport2(Exp, ReportID, N); // 输出:-0.3269
```
## `stdOfNReport2(exp, report_id, n)`
@@ -137,7 +137,7 @@ setsysparam(pn_stock(), "SH600000");
Exp := @reportofall(46002, GetSysParam('DefaultRepID'));
ReportID := 20211231;
N := 8;
return StdOfNReport2(Exp, ReportID, N); // 56286669451.8528
return StdOfNReport2(Exp, ReportID, N); // 输出:56286669451.8528
```
## `sumOfNReport2(exp, report_id, n)`
@@ -165,5 +165,5 @@ setsysparam(pn_stock(), "SH600000");
Exp := @reportofall(46002, GetSysParam('DefaultRepID'));
ReportID := 20211231;
N := 8;
return SumOfNReport2(Exp, ReportID, N); // 983299000000
return SumOfNReport2(Exp, ReportID, N); // 输出:983299000000
```