feat: add auto reg to widget
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
@@ -27,5 +27,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script src="/widget.js" data-host-id="1" data-theme-color="#eee" async></script>
|
||||
<script
|
||||
src="/widget.js"
|
||||
data-auto-reg="true"
|
||||
data-host-id="1"
|
||||
data-theme-color="#eee"
|
||||
async
|
||||
></script>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user