frame.ts 3.8 KB
Newer Older
X
xjh22222228 已提交
1 2 3 4 5
export default {
  title: '跨平台框架',
  nav: [
    {
      subtitle: 'Electron',
X
xjh22222228 已提交
6
      icon: 'https://www.electronjs.org/images/favicon.ico',
X
xjh22222228 已提交
7 8
      nav: [
        {
X
xjh22222228 已提交
9
          icon: null,
X
xjh22222228 已提交
10 11 12 13 14 15 16 17 18 19
          name: 'Electron',
          desc: '使用 JavaScript, HTML 和 CSS 构建跨平台的桌面应用',
          link: 'https://electronjs.org/',
          language: [
            '',
            '',
            'https://github.com/electron/electron'
          ]
        },
        {
X
xjh22222228 已提交
20
          icon: null,
X
xjh22222228 已提交
21 22 23 24 25
          name: 'electron-packager',
          desc: '通过JS或CLI自定义和封装您的Electron应用程序与特定于操作系统的软件包(.app,.exe等)',
          link: 'https://github.com/electron-userland/electron-packager',
        },
        {
X
xjh22222228 已提交
26
          icon: null,
X
xjh22222228 已提交
27 28 29 30 31
          name: 'electron-installer-dmg',
          desc: '使用AppDMG为电子应用程序创建DMG安装程序',
          link: 'https://github.com/electron-userland/electron-installer-dmg',
        },
        {
X
xjh22222228 已提交
32
          icon: 'https://simulatedgreg.gitbooks.io/electron-vue/content/gitbook/images/apple-touch-icon-precomposed-152.png',
X
xjh22222228 已提交
33 34 35 36 37 38 39 40 41 42
          name: 'electron-vue',
          desc: '基于 vue (基本上是它听起来的样子) 来构造 electron 应用程序的样板代码。',
          link: 'https://simulatedgreg.gitbooks.io/electron-vue/content/cn/',
          language: [
            'https://simulatedgreg.gitbooks.io/electron-vue/content/en/',
            'https://simulatedgreg.gitbooks.io/electron-vue/content/cn/',
            'https://github.com/SimulatedGREG/electron-vue'
          ]
        },
        {
X
xjh22222228 已提交
43
          icon: 'https://www.electron.build/assets/images/favicon.png',
X
xjh22222228 已提交
44 45 46 47 48 49 50 51 52 53
          name: 'electron-builder',
          desc: '一个开箱即用的完整解决方案,用于将Electron, Proton Native or Muon 打包、构建成支持macOS, Windows and Linux三大系统的,可”自动更新”的可发布安装程序',
          link: 'https://www.electron.build/',
          language: [
            '',
            '',
            'https://github.com/electron-userland/electron-builder'
          ]
        },
        {
X
xjh22222228 已提交
54
          icon: 'https://electron-react-boilerplate.js.org/logo/logo.png',
X
xjh22222228 已提交
55 56 57 58 59 60 61 62 63 64
          name: 'electron-react-boilerplate',
          desc: '基于React可扩展跨平台应用程序的App',
          link: 'https://electron-react-boilerplate.js.org/',
          language: [
            '',
            '',
            'https://github.com/electron-react-boilerplate/electron-react-boilerplate'
          ]
        },
        {
X
xjh22222228 已提交
65
          icon: null,
X
xjh22222228 已提交
66 67 68 69 70 71 72 73 74 75
          name: 'menubar',
          desc: 'Electron创建菜单栏桌面应用程序的高级方法。',
          link: 'https://github.com/maxogden/menubar',
        },
      ]
    },
    {
      subtitle: 'nw.js',
      nav: [
        {
X
xjh22222228 已提交
76
          icon: 'https://nwjs.org.cn/asset/img/favicon.ico',
X
xjh22222228 已提交
77 78 79 80 81 82 83 84 85 86
          name: 'nw.js',
          desc: '从DOM/WebWorker层,直接调用所有的Node模块,使用现有的web技术,开启一个全新的编写应用的方式',
          link: 'https://nwjs.org.cn/',
          language: [
            'https://nwjs.io/',
            'https://nwjs.org.cn/',
            'https://github.com/nwjs/nw.js'
          ]
        },
        {
X
xjh22222228 已提交
87
          icon: 'https://nwjs.org.cn/asset/img/favicon.ico',
X
xjh22222228 已提交
88 89 90 91 92
          name: 'nw-builder',
          desc: '以编程方式或通过CLI 构建适用于Mac,Win和Linux的NW.js应用程序。',
          link: 'https://github.com/nwjs-community/nw-builder',
        },
        {
X
xjh22222228 已提交
93
          icon: 'https://nwjs.org.cn/asset/img/favicon.ico',
X
xjh22222228 已提交
94 95 96 97 98 99 100
          name: 'nwjs-ffmpeg-prebuilt',
          desc: 'FFMpeg预构建的二进制文件具有专有的编解码器和构建窗口。',
          link: 'https://github.com/iteufel/nwjs-ffmpeg-prebuilt',
        },
      ]
    },
  ]
X
xjh22222228 已提交
101
}