Skip to content

Commit

Permalink
Merge pull request #12 from fofapro/0.0.4
Browse files Browse the repository at this point in the history
0.0.4
  • Loading branch information
xxxxbxxxxx authored Apr 2, 2021
2 parents 56f2aaf + b6ad301 commit e8e1a6e
Show file tree
Hide file tree
Showing 25 changed files with 109 additions and 395 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ The Fofa Pro View plugin for Chrome automatically checks whether Fofa Pro has an

## 更新日志

2021-04-02

- 优化:对接新版FOFA Pro
- 新增:加入蜜罐识别

2020-07-18

- 优化:对接新版FOFA Pro
Expand Down
14 changes: 0 additions & 14 deletions build/chrome/_locales/en/messages.json

This file was deleted.

Binary file removed build/chrome/icons/icon-128.png
Binary file not shown.
Binary file removed build/chrome/icons/icon-16.png
Binary file not shown.
Binary file removed build/chrome/icons/icon-19.png
Binary file not shown.
Binary file removed build/chrome/icons/icon-38.png
Binary file not shown.
Binary file removed build/chrome/icons/icon-64.png
Binary file not shown.
52 changes: 0 additions & 52 deletions build/chrome/options.html

This file was deleted.

69 changes: 0 additions & 69 deletions build/chrome/popup.html

This file was deleted.

18 changes: 0 additions & 18 deletions build/chrome/scripts/popup.js

This file was deleted.

4 changes: 2 additions & 2 deletions build/chrome/styles/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ footer a:hover {
}

.popup-content {
min-width: 520px;
min-width: 600px;
min-height: 100%;
max-width: 800px;
max-width: 1000px;
}

.app-name {
Expand Down
14 changes: 0 additions & 14 deletions build/opera/_locales/en/messages.json

This file was deleted.

Binary file removed build/opera/icons/icon-128.png
Binary file not shown.
Binary file removed build/opera/icons/icon-16.png
Binary file not shown.
Binary file removed build/opera/icons/icon-19.png
Binary file not shown.
Binary file removed build/opera/icons/icon-38.png
Binary file not shown.
Binary file removed build/opera/icons/icon-64.png
Binary file not shown.
52 changes: 0 additions & 52 deletions build/opera/options.html

This file was deleted.

69 changes: 0 additions & 69 deletions build/opera/popup.html

This file was deleted.

18 changes: 0 additions & 18 deletions build/opera/scripts/popup.js

This file was deleted.

4 changes: 2 additions & 2 deletions build/opera/styles/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ footer a:hover {
}

.popup-content {
min-width: 520px;
min-width: 600px;
min-height: 100%;
max-width: 800px;
max-width: 1000px;
}

.app-name {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fofa_view",
"version": "0.0.3",
"version": "0.0.4",
"description": "FOFA Pro view",
"scripts": {
"chrome-build": "cross-env TARGET=chrome gulp",
Expand Down Expand Up @@ -53,7 +53,7 @@
"babel-plugin-transform-decorators-legacy": "^1.3.4"
},
"dependencies": {
"axios": "^0.19.0",
"axios": ">=0.21.1",
"cheerio": "^1.0.0-rc.3",
"element-ui": "^2.13.0",
"js-base64": "^2.5.1",
Expand Down
1 change: 1 addition & 0 deletions src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ <h1 class="app-name" id="ip"></h1>
<td>协议</td>
<td>端口</td>
<td>HOST</td>
<td>蜜罐</td>
<td>查看</td>
</tr>
<tbody id="tbody">
Expand Down
Loading

0 comments on commit e8e1a6e

Please sign in to comment.