use github.io for user track

This commit is contained in:
Le Tan 2019-01-26 10:33:53 +08:00
parent 231a639304
commit 585bfacf5d
3 changed files with 1 additions and 9 deletions

View File

@ -1,7 +0,0 @@
<html>
<head>
<script type="text/javascript" src="http://tajs.qq.com/stats?sId=66167380" charset="UTF-8"></script>
</head>
<body>
</body>
</html>

View File

@ -3546,7 +3546,7 @@ void VMainWindow::setupFileListSplitOut(bool p_enabled)
void VMainWindow::collectUserStat() const
{
QWebEnginePage *page = new QWebEnginePage;
page->load(QUrl("qrc:/resources/user_stat.html"));
page->load(QUrl("https://tamlok.github.io/user_track/vnote.html"));
connect(page, &QWebEnginePage::loadFinished,
this, [page](bool) {
VUtils::sleepWait(2000);

View File

@ -287,6 +287,5 @@
<file>resources/icons/table.svg</file>
<file>utils/wavedrom/wavedrom.min.js</file>
<file>utils/wavedrom/wavedrom-theme.js</file>
<file>resources/user_stat.html</file>
</qresource>
</RCC>