mirror of
https://github.com/sligter/LandPPT.git
synced 2026-08-30 17:34:51 +08:00
add window.close when open by js
This commit is contained in:
@@ -9,6 +9,17 @@
|
||||
[](https://hub.docker.com/r/bradleylzh/landppt)
|
||||
[](https://deepwiki.com/sligter/LandPPT)
|
||||
|
||||
---
|
||||
|
||||
## 🎯 Open to Opportunities
|
||||
|
||||
我目前正在寻找 **Agent 开发相关的工作机会**。如果你对我的项目感兴趣,或有合适的岗位/合作机会,欢迎联系我!
|
||||
|
||||
[](mailto:ai@yydsapp.com)
|
||||
|
||||
---
|
||||
|
||||
|
||||
[English](README_EN.md) | **中文**
|
||||
|
||||
---
|
||||
@@ -382,7 +393,7 @@ A: 大多数AI提供商支持并发请求,但可能有不同的限制。建议
|
||||
- **讨论区**: https://github.com/sligter/LandPPT/discussions
|
||||
- **交流群**: https://t.me/+EaOfoceoNwdhNDVlsh
|
||||
|
||||

|
||||

|
||||
---
|
||||
|
||||
<div align="center">
|
||||
|
||||
@@ -9,6 +9,17 @@
|
||||
[](https://hub.docker.com/r/bradleylzh/landppt)
|
||||
[](https://deepwiki.com/sligter/LandPPT)
|
||||
|
||||
---
|
||||
|
||||
## 🎯 Open to Opportunities
|
||||
|
||||
I'm currently seeking **Agent Development** related job opportunities. If you're interested in my projects or have suitable positions/collaboration opportunities, feel free to reach out!
|
||||
|
||||
[](mailto:ai@yydsapp.com)
|
||||
|
||||
---
|
||||
|
||||
|
||||
**English** | [中文](README.md)
|
||||
|
||||
---
|
||||
|
||||
@@ -1074,6 +1074,8 @@
|
||||
document.exitFullscreen();
|
||||
}
|
||||
|
||||
// 关闭浏览器标签页
|
||||
window.close();
|
||||
}
|
||||
|
||||
// 键盘事件处理(防抖)
|
||||
|
||||
Reference in New Issue
Block a user