-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Electron/Android/iOS:新增局域网服务扫描功能,仅支持支持的 bot 的默认端口扫描 ✨ Android:安卓端支持完成 ✨ Android/iOS:平板设备布局兼容优化 🐛 修正终端主题加载异常的问题 <- #151 🐛 修正窄布局标题边距异常的问题 🐛 Electron:修正窄布局侧边栏交互异常的问题 <- #152 🐛 iOS:修正移除消息的错误 🐛 修正 Bot 类型下拉列表在 Webkit 下显示错误的问题 💄 在最小宽度(500px)下隐藏了并不美观的好友列表,请展开使用 💄 iOS:优化设置面板样式 💄 iOS:修正图片查看器超出安全区的问题 ♿️ 对自动焦点进行调整,只在 electron 下生效 ♿️ iOS:隐藏键盘工具条 💚 调整 run scripts
- Loading branch information
Showing
151 changed files
with
6,794 additions
and
5,657 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export PYTHON_PATH=/Library/Frameworks/Python.framework/Versions/2.7/bin/python | ||
export CAPACITOR_ANDROID_STUDIO_PATH='/Users/stapxs/Applications/Android Studio.app' | ||
export ANDROID_HOME=~/Library/Android/sdk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
{ | ||
"[typescript]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
"editor.defaultFormatter": "vscode.typescript-language-features" | ||
}, | ||
"[javascript]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"[json]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
} | ||
"java.configuration.updateBuildConfiguration": "automatic" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.