🐛 fix(ci): validate thirdparty skills without local sync

This commit is contained in:
csh
2026-08-12 11:39:33 +08:00
parent a71480a4ae
commit 1d9590f6a1
7 changed files with 118 additions and 85 deletions
@@ -20,7 +20,9 @@
- `\\``\"``\n` 这类基础转义可用。
- `\t``\xNN` 这类转义也可用。
- `\r``\r\n``\a``\b``\f``\v` 这些经典转义也可用。
<!-- quickstart-rule: index-origins -->
- `array(...)` 既可以写顺序数组,也可以写字符串键表;顺序数组和 `binary(...)` 二进制缓冲区下标从 `0` 开始,字符串下标从 `1` 开始。
- `s[0]` 在运行时会越界,不要把字符串当成 0 基下标。
- 字符串取子串用 `s[start:end]`,并且 `end` 是包含在结果里的。