App.js 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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 ServerActionClaimCodes() {
  44. return window['go']['main']['App']['ServerActionClaimCodes']();
  45. }
  46. export function ServerActionCodeList(arg1) {
  47. return window['go']['main']['App']['ServerActionCodeList'](arg1);
  48. }
  49. export function ServerActionGetModifyUsers() {
  50. return window['go']['main']['App']['ServerActionGetModifyUsers']();
  51. }
  52. export function ServerActionUpdateCode(arg1) {
  53. return window['go']['main']['App']['ServerActionUpdateCode'](arg1);
  54. }
  55. export function ServerActionUserLogin(arg1) {
  56. return window['go']['main']['App']['ServerActionUserLogin'](arg1);
  57. }
  58. export function ServerActionUserLogout() {
  59. return window['go']['main']['App']['ServerActionUserLogout']();
  60. }
  61. export function StopDebugSpider() {
  62. return window['go']['main']['App']['StopDebugSpider']();
  63. }
  64. export function SwitchSpiderConfig(arg1) {
  65. return window['go']['main']['App']['SwitchSpiderConfig'](arg1);
  66. }
  67. export function ViewCurrentSpiderConfig() {
  68. return window['go']['main']['App']['ViewCurrentSpiderConfig']();
  69. }
  70. export function ViewResultItemAll() {
  71. return window['go']['main']['App']['ViewResultItemAll']();
  72. }