|
@@ -6,8 +6,8 @@ export function CountYestodayArts(arg1, arg2, arg3, arg4, arg5) {
|
|
|
return window['go']['main']['App']['CountYestodayArts'](arg1, arg2, arg3, arg4, arg5);
|
|
|
}
|
|
|
|
|
|
-export function DebugSpider(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
|
- return window['go']['main']['App']['DebugSpider'](arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
|
|
|
+export function DebugSpider(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
|
|
|
+ return window['go']['main']['App']['DebugSpider'](arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10);
|
|
|
}
|
|
|
|
|
|
export function DeleteJob(arg1) {
|
|
@@ -90,6 +90,10 @@ export function ServerActionUpdateCode(arg1) {
|
|
|
return window['go']['main']['App']['ServerActionUpdateCode'](arg1);
|
|
|
}
|
|
|
|
|
|
+export function ServerActionUpdateCodeState(arg1) {
|
|
|
+ return window['go']['main']['App']['ServerActionUpdateCodeState'](arg1);
|
|
|
+}
|
|
|
+
|
|
|
export function ServerActionUserLogin(arg1) {
|
|
|
return window['go']['main']['App']['ServerActionUserLogin'](arg1);
|
|
|
}
|
|
@@ -110,10 +114,14 @@ export function SwitchSpiderConfig(arg1) {
|
|
|
return window['go']['main']['App']['SwitchSpiderConfig'](arg1);
|
|
|
}
|
|
|
|
|
|
+export function VerifySpiderConfig(arg1) {
|
|
|
+ return window['go']['main']['App']['VerifySpiderConfig'](arg1);
|
|
|
+}
|
|
|
+
|
|
|
export function ViewCurrentSpiderConfig() {
|
|
|
return window['go']['main']['App']['ViewCurrentSpiderConfig']();
|
|
|
}
|
|
|
|
|
|
-export function ViewResultItemAll() {
|
|
|
- return window['go']['main']['App']['ViewResultItemAll']();
|
|
|
+export function ViewResultItemAll(arg1) {
|
|
|
+ return window['go']['main']['App']['ViewResultItemAll'](arg1);
|
|
|
}
|