Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
yuaotian committed Dec 18, 2024
1 parent 70fd17c commit 21976f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
### 扩展功能
- ⚡ WebSocket支持
- 内置WebSocket服务器
- ��向实时通信
- 双向实时通信
- 消息处理回调
- 🔌 JavaScript Hook机制
- 前置/后置处理钩子
Expand Down
2 changes: 1 addition & 1 deletion demo/hook/hook_demo.go
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ func injectUIComponents(w webview2.WebView) {
}
}
// 添加新���样式
// 添加样式
const extraStyles = document.createElement('style');
extraStyles.textContent = ` + "`" + `
.button-group {
Expand Down

0 comments on commit 21976f9

Please sign in to comment.