UNPKG

novel-writer-cn

Version:

AI 驱动的中文小说创作工具 - 基于结构化工作流的智能写作助手

21 lines 550 B
/** * 统一版本管理模块 * 从 package.json 中读取版本号,确保整个项目版本一致 */ /** * 获取当前项目版本号 * @returns 版本号字符串 */ export declare function getVersion(): string; /** * 获取版本信息字符串 * @returns 格式化的版本信息 */ export declare function getVersionInfo(): string; /** * 获取简短版本信息 * @returns 简短的版本信息 */ export declare function getShortVersionInfo(): string; export declare const VERSION: string; //# sourceMappingURL=version.d.ts.map