繁体   English   中英

Electron 链接到 web 页面

[英]Electron Link to web page

我在 Electron 中创建了一些软件,我的第一页上有一个菜单。

该页面的代码在这篇文章的底部。 我希望第一项“教师资源”是 web 链接。 我不是程序员,所以我需要帮助。 如果能在内部打开就更好了。

这是它将打开的链接:

https://rhythmstix.co.uk/getting-started-your-bandlab-classroom

这是它的外观:

在此处输入图像描述

这是 github 链接:

https://github.com/mbash12/reverse

这是我的软件的链接:

https://www.dropbox.com/sh/c0rrkp46u4xgr9x/AACiP0jE3dHK9br2OlWr_r3ia?dl=0

[
    {
        "name":"<u>Resources For Teachers</u></b>",
        "url":"guide",
        "type":"slides"
    },
    {
        "name":"Lesson 1 - Drumatic!",
        "url":"1.drumatic",
        "type":"slides"
    },
    {
        "name":"Lesson 2 - Looptastic",
        "url":"2.looptastic",
        "type":"slides"
    },
    {
        "name":"Lesson 3 - It's as easy as ABC",
        "url":"3.abc",
        "type":"slides"
    },
    {
        "name":"Lesson 4 - Using a stimulus preparation",
        "url":"4.stimulus",
        "type":"slides"
    },
    {
        "name":"Lesson 5 - Using a stimulus development",
        "url":"4.stimulus",
        "type":"slides"
    },
    {
        "name":"Lesson 6 - WALL-E - Day at work preparation",
        "url":"6.wall-e",
        "type":"slides"
    },
    {
        "name":"Lesson 6 - WALL-E - Day at work development",
        "url":"6.wall-e",
        "type":"slides"
    },
    {
        "name":"Lesson 7 - Quiz time",
        "url":"7.quiz",
        "type":"slides"
    }
]

我从未使用过 Electron 但可能将其更改为

{
   "name":"<a href='https://rhythmstix.co.uk/getting-started-your-bandlab- 
           classroom'>Resources For Teachers</a></b>",
   "url":"guide",
   "type":"slides"
},

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM