App.js 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. // @ts-check
  2. // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
  3. // This file is automatically generated. DO NOT EDIT
  4. export function CountYestodayArts(arg1, arg2, arg3, arg4, arg5) {
  5. return window['go']['main']['App']['CountYestodayArts'](arg1, arg2, arg3, arg4, arg5);
  6. }
  7. export function DebugSpider(arg1, arg2, arg3, arg4, arg5, arg6) {
  8. return window['go']['main']['App']['DebugSpider'](arg1, arg2, arg3, arg4, arg5, arg6);
  9. }
  10. export function DeleteSpiderConfig(arg1) {
  11. return window['go']['main']['App']['DeleteSpiderConfig'](arg1);
  12. }
  13. export function ExportEpubFile(arg1) {
  14. return window['go']['main']['App']['ExportEpubFile'](arg1);
  15. }
  16. export function GetLoginState() {
  17. return window['go']['main']['App']['GetLoginState']();
  18. }
  19. export function Greet(arg1) {
  20. return window['go']['main']['App']['Greet'](arg1);
  21. }
  22. export function ImportSpiderConfigByExcelFile(arg1) {
  23. return window['go']['main']['App']['ImportSpiderConfigByExcelFile'](arg1);
  24. }
  25. export function LoadSpiderConfigAll(arg1, arg2) {
  26. return window['go']['main']['App']['LoadSpiderConfigAll'](arg1, arg2);
  27. }
  28. export function PutLoginState(arg1) {
  29. return window['go']['main']['App']['PutLoginState'](arg1);
  30. }
  31. export function SaveOrUpdateSpiderConfig(arg1) {
  32. return window['go']['main']['App']['SaveOrUpdateSpiderConfig'](arg1);
  33. }
  34. export function SelectOpenFilePath() {
  35. return window['go']['main']['App']['SelectOpenFilePath']();
  36. }
  37. export function SelectSaveFilePath() {
  38. return window['go']['main']['App']['SelectSaveFilePath']();
  39. }
  40. export function StopDebugSpider() {
  41. return window['go']['main']['App']['StopDebugSpider']();
  42. }
  43. export function SwitchSpiderConfig(arg1) {
  44. return window['go']['main']['App']['SwitchSpiderConfig'](arg1);
  45. }
  46. export function ViewCurrentSpiderConfig() {
  47. return window['go']['main']['App']['ViewCurrentSpiderConfig']();
  48. }
  49. export function ViewResultItemAll() {
  50. return window['go']['main']['App']['ViewResultItemAll']();
  51. }