chore: bump electronjs/node in .circleci/config.yml to 2.3.0 (#1735) Jun 12, 2024 .github chore: bump dsanders11/github-app-commit-action from 1.4.0 to 1.5.0 (#… Sep 2, 2024 bin refactor: TypeScript rewrite (#1593) Dec 5, 2023 docs fix: update broken documentation links (#163...
/home/<username>/.config/Rocket.Chat/ /opt/Rocket.Chat/resources/ Overridden settings You can override the user settings by creating anoverridden-settings.jsonin the user preferences folder. The file should be located in the%APPDATA%/Rocket.Chat/folder or the installation folder in case of an...
Normally,webpack.config.jsis in the root directory of the project. If you create your project withcreate-react-app, the configuration file will benode_modules/react-scripts/config/webpack.config.js. If you create your project withvue-cli, webpack configuration will be stored in theconfigureWeb...
The config is cleared if reading the config file causes aSyntaxError. This is a good behavior for unimportant data, as the config file is not intended to be hand-edited, so it usually means the config is corrupt and there's nothing the user can do about it anyway. However, if you let...
Addvite-plugin-electronto thepluginssection ofvite.config.ts importelectronfrom'vite-plugin-electron/simple'exportdefault{plugins:[electron({main:{// Shortcut of `build.lib.entry`entry:'electron/main.ts',},preload:{// Shortcut of `build.rollupOptions.input`input:'electron/preload.ts',},// ...
config/config.js 文件添加 代码语言:javascript 复制 history:'hash',//更改路由方式publicPath:'./',//使打包后的文件使用相对路径 src/utils/request.js 此目录并非标准 不同版本下文件可能有所区别 重点在于给请求配置前缀 当项目打包成应用后使用的是file:协议ant pro的请求无法发出 需要使用完整的请求地址 目...
Table 1. Summary of the investigated MDC configurations and operating parameters with their performances in terms of salt and COD removal, and energy generation. MDC Config.Operation ModeSpecial Feature/RemarksMicrobesCatholyte; CatalystNaCl (g∙L−1)Max DE (%)Anolyte (g NaAc∙L−1)COD re...
enabling support for typescript config files (i.e. electron-builder.ts) (#7180) (edb28c0) Extending linux executableArgs option to be utilized for Snap target (fixes #4587) (#7198) (a2ce9a7)(2022-10-03)Bug Fixesci: GitHub Workflows security hardening (#7156) (50d126e) formatting of ...
The properties in theelectronPackagerConfigwill be passed down toelectron-packager(seeExample 4-2). Its API isextensive and allows for fine-tuned control of all kinds of options, but developers should at least include the following critical metadata used by operating systems to determine the name...
did-finish-load: 监听窗口是否加载完成,并在加载完成后将 pendingLoadConfig 中的配置与窗口关联。 focus: 监听窗口是否获得焦点,如果窗口获得焦点,则记录最后一次获取焦点的时间。 maximize / unmaximize: 监听窗口是否最大化或取消最大化,并将配置文件中的最大化状态更新为对应的状态。 enter-full-screen / leave...