# ai-teacher **Repository Path**: luzhihaoTestingLab/ai-teacher ## Basic Information - **Project Name**: ai-teacher - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-20 - **Last Updated**: 2025-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ai-teacher 一个基于electron + react + react-router + mobx + webpack 搭建的脚手架工程,配置了老师Prompts,让项目为有提高写作能力需求的同学提供辅助 ![](./screensnap/p1.png) ![](./screensnap/p2.png) ![](./screensnap/p3.png) ## 项目路径与命名 ``` main //主进程 menu //菜单 render //渲染进程 ai //AI的API交互 component //组件 config //配置 public //静态资源 routes //路由 service //服务 utils //工具类 view //页面 scripts //打包脚本 main_process //主进程打包目录 render_process //渲染进程打包目录 dist //客户端打包目录 resources //图标资源 ``` # 使用 ## 本地调试 ``` npm install npm start ``` ## 本地测试打包 ``` npm run compile ``` ## 打包客户端 ``` npm run pack-win npm run pack-mac ```