should work now?

This commit is contained in:
2026-03-22 04:24:01 +02:00
parent c0f85b7550
commit 3f47c913f8
91 changed files with 61663 additions and 1 deletions

28
node_modules/jibo-sdk/resources/gating/index.html generated vendored Normal file
View File

@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<style>
body{
margin: 0px;
width: 500px;
height: 650px;
}
webview {
border: none;
width: 500px;
height: 650px;
}
</style>
</head>
<body>
<!--
<webview id="website" partition="login" width="500" height="650" autosize="on" style="width:500px; height:650px" src="https://developers-dev.jibo.com/jibo/"></webview>
-->
<!-- -->
<webview id="website" partition="login" width="500" height="650" autosize="on" src="https://support.jibo.com/c2login"></webview>
<script>
require('./r');
</script>
</body>
</html>

9
node_modules/jibo-sdk/resources/gating/m.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
/**
* jibo-sdk - Jibo's SDK plugin for Atom
* @version v3.9.10
* @license Copyright (c) 2017, Jibo, Inc. All rights reserved.
* All use of the Jibo SDK is subject to the Jibo SDK End User License Agreement (EULA)
* distributed herewith. If you did not receive a copy of the EULA, you may view a
* copy at https://developers.jibo.com/license.
*/
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var r;r="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,r.m=e()}}(function(){return function e(r,o,l){function t(i,a){if(!o[i]){if(!r[i]){var u="function"==typeof require&&require;if(!a&&u)return u(i,!0);if(n)return n(i,!0);var c=new Error("Cannot find module '"+i+"'");throw c.code="MODULE_NOT_FOUND",c}var d=o[i]={exports:{}};r[i][0].call(d.exports,function(e){var o=r[i][1][e];return t(o?o:e)},d,d.exports,e,r,o,l)}return o[i].exports}for(var n="function"==typeof require&&require,i=0;i<l.length;i++)t(l[i]);return t}({1:[function(e,r,o){"use strict";var l=e("electron"),t=[{label:"Edit",submenu:[{label:"Undo",accelerator:"CmdOrCtrl+Z",role:"undo"},{label:"Redo",accelerator:"Shift+CmdOrCtrl+Z",role:"redo"},{type:"separator"},{label:"Cut",accelerator:"CmdOrCtrl+X",role:"cut"},{label:"Copy",accelerator:"CmdOrCtrl+C",role:"copy"},{label:"Paste",accelerator:"CmdOrCtrl+V",role:"paste"},{label:"Select All",accelerator:"CmdOrCtrl+A",role:"selectall"}]},{label:"Window",role:"window",submenu:[{label:"Minimize",accelerator:"CmdOrCtrl+M",role:"minimize"},{label:"Close",accelerator:"CmdOrCtrl+W",role:"close"}]}];if("darwin"==process.platform){var n="Jibo SDK Login";t.unshift({label:n,submenu:[{label:"Quit",accelerator:"Command+Q",role:"quit",click:function(){l.app.quit()}}]})}var i=null;l.app.on("window-all-closed",function(){"darwin"!=process.platform&&l.app.quit()}),l.app.on("ready",function(){var e=l.Menu.buildFromTemplate(t);l.Menu.setApplicationMenu(e),i=new l.BrowserWindow({width:500,height:650,resizable:!1}),l.ipcMain.on("quit-app",function(){process.stdout.write(process.env.token),l.app.quit()}),i.loadURL("file://"+__dirname+"/index.html"),i.on("closed",function(){l.app.quit(),i=null})})},{electron:void 0}]},{},[1])(1)});

9
node_modules/jibo-sdk/resources/gating/r.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
/**
* jibo-sdk - Jibo's SDK plugin for Atom
* @version v3.9.10
* @license Copyright (c) 2017, Jibo, Inc. All rights reserved.
* All use of the Jibo SDK is subject to the Jibo SDK End User License Agreement (EULA)
* distributed herewith. If you did not receive a copy of the EULA, you may view a
* copy at https://developers.jibo.com/license.
*/
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var n;n="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,n.r=e()}}(function(){return function e(n,t,o){function r(f,u){if(!t[f]){if(!n[f]){var d="function"==typeof require&&require;if(!u&&d)return d(f,!0);if(i)return i(f,!0);var l=new Error("Cannot find module '"+f+"'");throw l.code="MODULE_NOT_FOUND",l}var s=t[f]={exports:{}};n[f][0].call(s.exports,function(e){var t=n[f][1][e];return r(t?t:e)},s,s.exports,e,n,t,o)}return t[f].exports}for(var i="function"==typeof require&&require,f=0;f<o.length;f++)r(o[f]);return r}({1:[function(e,n,t){"use strict";var o=e("electron"),r=document.getElementById("website"),i=!1;r.addEventListener("dom-ready",function(){r.insertCSS("#logged_in_as_sp, #not_you_link_sp{ display: none; }"),i=!0}),document.title="Jibo SDK",setInterval(function(){i&&"https://www.jibo.com/"===r.getUrl()&&o.ipcRenderer.send("quit-app")},100)},{electron:void 0}]},{},[1])(1)});