This commit is contained in:
zh
2025-09-11 14:59:12 +08:00
parent d20db7c91b
commit 54afe11fa6
11 changed files with 124 additions and 1141 deletions

View File

@ -256,7 +256,7 @@ class CurvelineObject extends Base {
return this.options.wordsName
}
set wordsName(v) {
this.options.wordsName = v
this.options.wordsName = Number(v)
let _this = this
if (!this.noseToTail) {