@wendongfly/myhi 1.3.66 → 1.3.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chat.html +2 -2
- package/package.json +1 -1
package/dist/chat.html
CHANGED
|
@@ -3193,13 +3193,13 @@
|
|
|
3193
3193
|
}
|
|
3194
3194
|
|
|
3195
3195
|
window.openVaSheet = function() {
|
|
3196
|
-
document.getElementById('va-sheet').classList.add('
|
|
3196
|
+
document.getElementById('va-sheet').classList.add('open');
|
|
3197
3197
|
_vaBtn.textContent = _vaIdleLabel();
|
|
3198
3198
|
_vaBtn.style.background = '#1f6feb';
|
|
3199
3199
|
_vaRender();
|
|
3200
3200
|
};
|
|
3201
3201
|
window.closeVaSheet = function() {
|
|
3202
|
-
document.getElementById('va-sheet').classList.remove('
|
|
3202
|
+
document.getElementById('va-sheet').classList.remove('open');
|
|
3203
3203
|
if (_vaActive) _vaStop();
|
|
3204
3204
|
};
|
|
3205
3205
|
window.vaClear = function() {
|