mirror of
https://github.com/motajs/template.git
synced 2026-04-12 15:11:10 +08:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import { createData } from '@user/entry-data';
|
|
|
|
// 逻辑端入口,仅在录像验证时运行
|
|
|
|
createData();
|