我的应用商店好少软件,
Tofloor
poster avatar
jiangshuaihua
deepin
2020-11-20 16:46
Author

之前为知笔记,vscode,还看见有,现在没有了,真的搞不懂,官方说有那么多软件

Reply Favorite View the author
All Replies
心平气和
deepin
2020-11-20 17:00
#1

公告不是说了么,清理商业授权的 软件

Reply View the author
走钢丝
deepin
2020-11-20 17:06
#2

楼主不是把所有非仓库的源都删了,怎么可能还有多少软件。


Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2020-11-20 17:08
#3
Reply View the author
wtz
deepin
2020-11-20 17:10
#4

VSCode我这边还能看到。

为知笔记是没有了,应该是清理旧版软件的时移除了。可以用星火商店里的为知笔记Linux版替代。

Reply View the author
wtz
deepin
2020-11-20 17:15
#5

话说FF 65下打开星火商店首页的时候,资源字符串都没有正确加载。

F12调试器里显示的问题是:

main.js:184:42

SyntaxError: invalid regexp group

请问能否解决一下?

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2020-11-20 17:55
#6
wtz

话说FF 65下打开星火商店首页的时候,资源字符串都没有正确加载。

F12调试器里显示的问题是:

main.js:184:42

SyntaxError: invalid regexp group

请问能否解决一下?

前端没人了

Reply View the author
jiangshuaihua
deepin
2020-11-20 18:48
#7

打开网站有bug,,请问点击第几个呢

Reply View the author
jiangshuaihua
deepin
2020-11-20 19:17
#8

算了,我还算重装系统,deepin 20

Reply View the author
wtz
deepin
2020-11-22 03:37
#9
神末shenmo

前端没人了

其实把main.js的第184行改成

pageName = window.location.href.match(/(?=[^\/]+)\w+(?=\.html)/gi)[0];

就可以了。可能早期版本的FF的JS引擎对正则表达式的支持有限吧。

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2020-11-22 17:16
#10
jiangshuaihua

打开网站有bug,,请问点击第几个呢

第一个

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2020-11-22 18:56
#11
wtz

其实把main.js的第184行改成

pageName = window.location.href.match(/(?=[^\/]+)\w+(?=\.html)/gi)[0];

就可以了。可能早期版本的FF的JS引擎对正则表达式的支持有限吧。

Reply View the author