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.
|
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
|
||||||
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### Standing on the Shoulders of Giants
|
### Standing on the Shoulders of Giants
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,7 @@ export default defineContentScript({
|
||||||
anchor: 'body',
|
anchor: 'body',
|
||||||
append: 'last',
|
append: 'last',
|
||||||
mode: 'open',
|
mode: 'open',
|
||||||
|
isolateEvents: ['keyup', 'keydown', 'keypress'],
|
||||||
onMount: (container) => {
|
onMount: (container) => {
|
||||||
const app = createElement('<div id="app"></div>')
|
const app = createElement('<div id="app"></div>')
|
||||||
container.append(app)
|
container.append(app)
|
||||||
|
|
Loading…
Add table
Reference in a new issue