Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Apps/Web/AI_Recorder_2/dist/background/back.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ fetch("./data.json")

const browserAppData = chrome || browser;

import './back_zeuz.js';
import './sentiment_analyzer.js';
import './back_reocrder.js';
// import '../common_files/poly_fill.js';
Expand Down
12 changes: 6 additions & 6 deletions Apps/Web/AI_Recorder_2/dist/background/back_reocrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ var action_name_convert = {
}

async function fetchAIData(id, command, value, url, document){
browserAppData.runtime.sendMessage({
action: 'record-start',
data: {
id:id
},
})
if (command === 'go to link'){
let go_to_link = {
id: id,
Expand All @@ -56,12 +62,6 @@ async function fetchAIData(id, command, value, url, document){
})
return;
}
browserAppData.runtime.sendMessage({
action: 'record-start',
data: {
id:id
},
})
if (['select', 'click'].includes(command)) value = ""
let validate_full_text_by_ai = false
if (command === 'validate full text by ai'){
Expand Down
289 changes: 0 additions & 289 deletions Apps/Web/AI_Recorder_2/dist/background/back_zeuz.js

This file was deleted.

2 changes: 1 addition & 1 deletion Apps/Web/AI_Recorder_2/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script> -->

<script type="module" crossorigin src="/assets/index-BOf1PIpz.js"></script>
<script type="module" crossorigin src="/assets/index-C-lUotsh.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D8ojZ2zq.css">
</head>
<body>
Expand Down
1 change: 0 additions & 1 deletion Apps/Web/AI_Recorder_2/public/background/back.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ fetch("./data.json")

const browserAppData = chrome || browser;

import './back_zeuz.js';
import './sentiment_analyzer.js';
import './back_reocrder.js';
// import '../common_files/poly_fill.js';
Expand Down
12 changes: 6 additions & 6 deletions Apps/Web/AI_Recorder_2/public/background/back_reocrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ var action_name_convert = {
}

async function fetchAIData(id, command, value, url, document){
browserAppData.runtime.sendMessage({
action: 'record-start',
data: {
id:id
},
})
if (command === 'go to link'){
let go_to_link = {
id: id,
Expand All @@ -56,12 +62,6 @@ async function fetchAIData(id, command, value, url, document){
})
return;
}
browserAppData.runtime.sendMessage({
action: 'record-start',
data: {
id:id
},
})
if (['select', 'click'].includes(command)) value = ""
let validate_full_text_by_ai = false
if (command === 'validate full text by ai'){
Expand Down
Loading