fnglish-notebook
Version:
A cross-platform CLI tool for English learning with translation, voice pronunciation, and Notion integration. Supports Windows, macOS, and Linux.
19 lines • 1.38 kB
JavaScript
export const APP_NAME = 'Fnglish Notebook';
export const APP_VERSION = '1.0.0';
export const ENGLISH_LEVELS = [
{ label: '中学水平', value: 'middle_school' },
{ label: '大学水平', value: 'university' },
{ label: '留学水平', value: 'study_abroad' }
];
export const TENCENT_CLOUD_ENDPOINT = 'tmt.tencentcloudapi.com';
export const TENCENT_CLOUD_VERSION = '2018-03-21';
export const LOGO = `
███████╗███╗ ██╗ ██████╗ ██╗ ██╗███████╗██╗ ██╗
██╔════╝████╗ ██║██╔════╝ ██║ ██║██╔════╝██║ ██║
█████╗ ██╔██╗ ██║██║ ███╗██║ ██║███████╗███████║
██╔══╝ ██║╚██╗██║██║ ██║██║ ██║╚════██║██╔══██║
██║ ██║ ╚████║╚██████╔╝███████╗██║███████║██║ ██║
╚═╝ ╚═╝ ╚═══╝ ╚═════╝ ╚══════╝╚═╝╚══════╝╚═╝ ╚═╝
📚 Your English Learning Companion
`;
//# sourceMappingURL=constants.js.map