+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If your software can interact with users remotely through a computer
+network, you should also make sure that it provides a way for users to
+get its source. For example, if your program is a web application, its
+interface could display a "Source" link that leads users to an archive
+of the code. There are many ways you could offer source, and different
+solutions will be better for different programs; see section 13 for the
+specific requirements.
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU AGPL, see
+.
diff --git a/README.md b/README.md
index d4ec6f0..4f3fcdd 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,48 @@
-# Mayer Tools
+
-存放一些制作 Mayer 脚本的常用的工具
+![img](./template-creator/src-tauri/icons/128x128@2x.png "LOGO")
+
+
+
+# Mayer Template Creator
+
+![](https://img.shields.io/github/license/pboymt/MayerTools)
+![platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-blueviolet)
+
+本项目是一个基于 [Tauri](https://tauri.app) 的应用,用于创建供游戏脚本使用的识图模板。
+
+## 亮点功能
+
+* **模板**和**热区**,减少识别开销
+* **热区锚点**,适应不同屏幕分辨率
+* 可保存**工程文件**,和别人分享你的切图工程(使用 protobuf 构建)
+* 模板可导出至各脚本使用
+* 夜间模式
+
+## 截图示例
+
+
+
+
世界弹射物语
+
+
+
+
+
明日方舟
+
+
+## 适用的游戏脚本框架
+
+* [Mayer](https://github.com/pboymt/Mayer)
+* [MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights) *导出开发中*
+* 其他(可添加导出支持)
+
+## 下载地址
+
+目前项目处于预览状态,功能会随时发生变化,请前往 [Release](./tags "无正式发行版") 下载最新的构建。
+
+## 目前还未解决的问题
+
+* [ ] Cavas 性能与内存占用问题,内存爆炸的情况十分随机,原因未知,虽然做了分层渲染,但是并未做离屏渲染的处理等 [MDN](https://developer.mozilla.org/zh-CN/docs/Web/API/Canvas_API/Tutorial/Optimizing_canvas) 推荐的优化。
+* [ ] 多项目编辑,计划内存爆炸的问题解决后添加。
+* [ ] 兼容多脚本框架的导出系统。
diff --git a/docs/screenshots/demo1.png b/docs/screenshots/demo1.png
new file mode 100644
index 0000000..528a72f
Binary files /dev/null and b/docs/screenshots/demo1.png differ
diff --git a/docs/screenshots/demo2.png b/docs/screenshots/demo2.png
new file mode 100644
index 0000000..aa4ee8b
Binary files /dev/null and b/docs/screenshots/demo2.png differ