Merge branch 'develop' of github.com:molvqingtai/WebChat into develop
This commit is contained in:
commit
4fd7e10f50
3 changed files with 7 additions and 2 deletions
BIN
Example.png
BIN
Example.png
Binary file not shown.
Before Width: | Height: | Size: 987 KiB |
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue