sensivity 2.5.46 → 2.5.47

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.
Files changed (3) hide show
  1. package/package.json +1 -1
  2. package/.qr.txt +0 -19
  3. package/.qrshow.ps1 +0 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sensivity",
3
- "version": "2.5.46",
3
+ "version": "2.5.47",
4
4
  "description": "Sensivity Control Panel",
5
5
  "main": "launcher.js",
6
6
  "bin": {
package/.qr.txt DELETED
@@ -1,19 +0,0 @@
1
-  ▄▄▄▄▄▄▄ ▄ ▄ ▄▄▄▄▄ ▄▄▄▄▄▄▄ 
2
-  █ ▄▄▄ █ ██ ▄ ▄▄█▄ █ ▄▄▄ █ 
3
-  █ ███ █ ▄ █ █ █▄▄ █ ███ █ 
4
-  █▄▄▄▄▄█ ▄ █▀▄ ▄▀▄ █▄▄▄▄▄█ 
5
-  ▄ ▄▄▄▄▄▄▀▀█ █▀ ▄▄ ▄ ▄▄▄ 
6
-  █▄ ▄▀▀▄▄ ▄██▀ █ ▀▀▀▀█▀▀▄ 
7
-  ▄█ ▄▀▄ ▄▀██▀▄▄ ▀▄ █▄▀▀▀█ 
8
-  █▄▄▄▄▄▄▀▄█ ▀ █ ▀▀▄██▄▄█▄ 
9
-  █ █ ▀▀▄ ▄▀▀▄█▀▀█▄██▄█▄█▄▀ 
10
-  ▄▄▄▄▄▄▄ █ ▀▀▄▄▄▄█ ▄ █▄█▀▄ 
11
-  █ ▄▄▄ █ ██▀█ █ ▀█▄▄▄█▄▀▄█ 
12
-  █ ███ █ ▀ █▄▀█ ▄ ▄█ ▀█▄█ 
13
-  █▄▄▄▄▄█ ▄█ ███ ▄▀█▀██ ▀█ 
14
- ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
15
- 
16
-
17
- http://192.168.1.16:3000
18
-
19
- Scan with your phone
package/.qrshow.ps1 DELETED
@@ -1,20 +0,0 @@
1
- [Console]::OutputEncoding = [System.Text.Encoding]::UTF8
2
- $host.UI.RawUI.WindowTitle = "Sensivity QR"
3
- try { $w=$host.UI.RawUI.WindowSize; $w.Width=80; $w.Height=30; $host.UI.RawUI.WindowSize=$w } catch {}
4
- Clear-Host
5
- Get-Content "C:\Users\Administrator\Desktop\Forte\Forte\package\.qr.txt" -Encoding UTF8
6
- Write-Host ""
7
- Start-Sleep -Seconds 3
8
- $failCount = 0
9
- while($true) {
10
- Start-Sleep -Seconds 4
11
- try {
12
- $c=Get-Process chrome -EA Stop
13
- $f=$false
14
- if($c){foreach($p in $c){try{if($p.MainWindowTitle -match "YouTube"){$f=$true;break}}catch{}}}
15
- if(-not $f){$failCount++} else {$failCount=0}
16
- if($failCount -ge 3){break}
17
- } catch { $failCount++; if($failCount -ge 3){break} }
18
- }
19
- del "C:\Users\Administrator\Desktop\Forte\Forte\package\.qr.txt" -Force -EA 0
20
- del "C:\Users\Administrator\Desktop\Forte\Forte\package\.qrshow.ps1" -Force -EA 0