电子链接到网页

问题描述

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

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

这是它将打开的链接:

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

它是这样的:

enter image description here

这是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",{
        "name":"Lesson 2 - Looptastic","url":"2.looptastic",{
        "name":"Lesson 3 - It's as easy as ABC","url":"3.abc",{
        "name":"Lesson 4 - Using a stimulus preparation","url":"4.stimulus",{
        "name":"Lesson 5 - Using a stimulus development",{
        "name":"Lesson 6 - WALL-E - Day at work preparation","url":"6.wall-e",{
        "name":"Lesson 6 - WALL-E - Day at work development",{
        "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"
},

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...