App.js 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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 ServerActionCheckLogin() {
  41. return window['go']['main']['App']['ServerActionCheckLogin']();
  42. }
  43. export function ServerActionCodeList(arg1) {
  44. return window['go']['main']['App']['ServerActionCodeList'](arg1);
  45. }
  46. export function ServerActionUserLogin(arg1) {
  47. return window['go']['main']['App']['ServerActionUserLogin'](arg1);
  48. }
  49. export function StopDebugSpider() {
  50. return window['go']['main']['App']['StopDebugSpider']();
  51. }
  52. export function SwitchSpiderConfig(arg1) {
  53. return window['go']['main']['App']['SwitchSpiderConfig'](arg1);
  54. }
  55. export function ViewCurrentSpiderConfig() {
  56. return window['go']['main']['App']['ViewCurrentSpiderConfig']();
  57. }
  58. export function ViewResultItemAll() {
  59. return window['go']['main']['App']['ViewResultItemAll']();
  60. }