# PHP 麻蛋 编辑器 **Repository Path**: kllxs_admin/php-egg-editor ## Basic Information - **Project Name**: PHP 麻蛋 编辑器 - **Description**: 🧂PHP 麻 蛋 编 辑 器,基于 webview2 开 发 的 MD 编 辑 器 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2024-04-09 - **Last Updated**: 2025-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: PHP, 桌面应用 ## README # PHP 麻 蛋 编 辑 器 #### 🧂基于 webview2 开 发 的 MD 编 辑 器 [Php WebView Frame](https://gitee.com/kllxs_admin/php-webview-frame) 框架 # 下载 > v0.0.2 版本 修改图标问题 更改弹窗效果 [点击下载v0.0.2](https://gitee.com/kllxs_admin/php-egg-editor/releases/download/v0.0.2/PHP%E9%BA%BB%E8%9B%8B%E7%BC%96%E8%BE%91%E5%99%A8.zip) > v0.0.1 版本 [点击下载v0.0.1](https://gitee.com/kllxs_admin/php-egg-editor/releases/download/v0.0.1/PHP%E9%BA%BB%E8%9B%8B%E7%BC%96%E8%BE%91%E5%99%A8.zip) > 可能会报毒,绿色放心使用!!! ```shell composer install ``` 运行 `run.exe` 文件即可 ## 下面这个不必理会 ```shell CHCP 65001 set file_path="C:\Windows\System32\nghttp2.dll" if not exist %file_path% ( set source_folder="dll" set destination_folder="C:\Windows\System32" xcopy %source_folder%\*.dll %destination_folder% /Y ) .\php\windows\php.exe ./index.php ```