electron-egg electron-egg
首页
  • v4.x
  • v3.x
  • v2.x
插件
  • v4.x
  • v3.x
demo
支持
知识点
案例
交流
  • GitHub (opens new window)
  • Gitee (opens new window)
首页
  • v4.x
  • v3.x
  • v2.x
插件
  • v4.x
  • v3.x
demo
支持
知识点
案例
交流
  • GitHub (opens new window)
  • Gitee (opens new window)
❤️成为赞助商
  • 教程

  • ee-bin

  • ee-core

    • app
      • config
      • const
      • controller
      • core
      • cross
      • electron
      • electron/app
      • electron/window
      • exception
      • jobs
      • jobs/ChildJob
      • jobs/ChildPoolJob
      • loader
      • log
      • message
      • message/childMessage
      • ps
      • socket
      • storage
      • storage/sqlite
      • utils
      • utils/helper
      • utils/is
      • utils/json
      • utils/ip
      • utils/get-port
    • ee-go

    目录

    app

    # 介绍

    框架入口文件,所有模块的初始化都在此文件进行。

    # 使用方法

    const { ElectronEgg } = require('ee-core');
    const app = new ElectronEgg();
    

    # API列表

    # register

    注册生命周期事件

    app.register("before-close", function () {});
    

    # run

    启动应用

    app.run();
    
    上次更新: 2025/06/06, 07:21:49
    bin
    config

    ← bin config→

    Theme by Vdoing | Copyright © 2023-2025 哆啦好梦 | 京ICP备15041380号-2
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式
    ×