Merge branch 'develop' of github.com:molvqingtai/WebChat into develop

This commit is contained in:
molvqingtai 2024-09-28 19:20:45 +08:00
commit 4fd7e10f50
3 changed files with 7 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 987 KiB

View file

@ -10,9 +10,13 @@ This is an anonymous chat browser extension that is decentralized and serverless
The aim is to add chat room functionality to any website, enabling real-time messaging anytime, anywhere.
### Example
### Video
https://github.com/user-attachments/assets/34890975-5926-4e38-9a5f-34a28e17ff36
![Example](https://github.com/molvqingtai/WebChat/blob/master/src/Example.png)
### Standing on the Shoulders of Giants

View file

@ -32,6 +32,7 @@ export default defineContentScript({
anchor: 'body',
append: 'last',
mode: 'open',
isolateEvents: ['keyup', 'keydown', 'keypress'],
onMount: (container) => {
const app = createElement('<div id="app"></div>')
container.append(app)