# dnf-app-plugins **Repository Path**: zero_kk/dnf-app-plugins ## Basic Information - **Project Name**: dnf-app-plugins - **Description**: dnf-app,is an open-source platform, for dnf private server developer, and this project is provided pugins and tools webviews - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-08 - **Last Updated**: 2023-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 插件目录 plugins 以首字母大写驼峰式命名,文件夹名字作为插件名字 文件夹中必须包含一个package.json文件 { "main": "init.js", //require模块时导入的js文件名 "render": true, //是否引入render页面 "primary": true, //是否在主线程初始化 "priority" : 10 //初始化优先级 数值越小优先级越高,默认10,小于0的区域用于基础组件。 } 页面目录 tools 以中文或字母命名文件夹,文件夹名字作为页面菜单名 文件夹至少包含一个index.html文件,用于加载页面。 可以提供一个index.png作为菜单图标 参考设置页面index.js 如何引用工具类和插件