diff --git a/src/resources/user_stat.html b/src/resources/user_stat.html deleted file mode 100644 index 3e994563..00000000 --- a/src/resources/user_stat.html +++ /dev/null @@ -1,7 +0,0 @@ - -
- - - - - diff --git a/src/vmainwindow.cpp b/src/vmainwindow.cpp index 1b44fa5b..ecf92899 100644 --- a/src/vmainwindow.cpp +++ b/src/vmainwindow.cpp @@ -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); diff --git a/src/vnote.qrc b/src/vnote.qrc index 622f7d8e..e4cc7774 100644 --- a/src/vnote.qrc +++ b/src/vnote.qrc @@ -287,6 +287,5 @@