mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
use github.io for user track
This commit is contained in:
parent
231a639304
commit
585bfacf5d
@ -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>
|
|
@ -3546,7 +3546,7 @@ void VMainWindow::setupFileListSplitOut(bool p_enabled)
|
|||||||
void VMainWindow::collectUserStat() const
|
void VMainWindow::collectUserStat() const
|
||||||
{
|
{
|
||||||
QWebEnginePage *page = new QWebEnginePage;
|
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,
|
connect(page, &QWebEnginePage::loadFinished,
|
||||||
this, [page](bool) {
|
this, [page](bool) {
|
||||||
VUtils::sleepWait(2000);
|
VUtils::sleepWait(2000);
|
||||||
|
@ -287,6 +287,5 @@
|
|||||||
<file>resources/icons/table.svg</file>
|
<file>resources/icons/table.svg</file>
|
||||||
<file>utils/wavedrom/wavedrom.min.js</file>
|
<file>utils/wavedrom/wavedrom.min.js</file>
|
||||||
<file>utils/wavedrom/wavedrom-theme.js</file>
|
<file>utils/wavedrom/wavedrom-theme.js</file>
|
||||||
<file>resources/user_stat.html</file>
|
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user