fix: 统一 package 声明为 lua524runner

This commit is contained in:
JianFeeeee
2026-08-25 19:20:34 +08:00
parent 2b907175b5
commit a5f65a9e8d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package lua536runner
package lua524runner
// ==================== FFI底层 ====================

View File

@ -1,4 +1,4 @@
package lua536runner
package lua524runner
import std.unittest.* // cjlint-ignore G.PKG.01
import std.fs.* // cjlint-ignore G.PKG.01