Skip to content

Commit 56db79b

Browse files
committed
[fix] hybrid模式下个别预制属性不上报已原生为主
1 parent 970b488 commit 56db79b

File tree

50 files changed

+35444
-290
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+35444
-290
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ANS=JS
22
LIB=JS
3-
LibVERSION=5.0.0
3+
LibVERSION=5.0.2

demo/jquery/sdk/5.0.0/AnalysysAgent_Encrypt.min.js

Lines changed: 10266 additions & 1 deletion
Large diffs are not rendered by default.

demo/jquery/sdk/5.0.0/AnalysysAgent_JS_SDK.amd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/jquery/sdk/5.0.0/AnalysysAgent_JS_SDK.es6.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/jquery/sdk/5.0.0/AnalysysAgent_JS_SDK.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/jquery/sdk/5.0.0/AnalysysAgent_JS_SDK_HEATMAP.min.css

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
.ark-heatmap-location {
2-
position: absolute !important;
3-
top: 0;
4-
left: 0;
5-
right: 0;
6-
bottom: 0;
7-
z-index: 10000; }
8-
9-
.ark-headmap-body-location-none .ark-heatmap-location {
10-
display: none; }
11-
121
.ark-heatmap-head {
132
position: fixed;
143
left: 0;
@@ -299,6 +288,17 @@
299288
.ark-heatmap-head-handle #arkHeatmapSwitch, .ark-heatmap-head-handle #arkHotEleList, .ark-heatmap-head-handle #arkHeatDisplayConfig, .ark-heatmap-head-handle #arkConditionList {
300289
display: none !important; } }
301290

291+
.ark-heatmap-location {
292+
position: absolute !important;
293+
top: 0;
294+
left: 0;
295+
right: 0;
296+
bottom: 0;
297+
z-index: 10000; }
298+
299+
.ark-headmap-body-location-none .ark-heatmap-location {
300+
display: none; }
301+
302302
.ark-headmap-loading, .ark-headmap-nodata {
303303
position: fixed;
304304
top: 0;
@@ -364,6 +364,35 @@
364364
-ms-transform: rotate(360deg);
365365
transform: rotate(360deg); } }
366366

367+
.ark-page-line {
368+
z-index: 5002;
369+
position: absolute;
370+
width: 100%;
371+
height: 1px;
372+
left: 0;
373+
border-bottom: dashed 1px #262d39; }
374+
.ark-page-line.ark-mouse-lines {
375+
border-bottom-style: solid; }
376+
.ark-page-line .ark-page-line-value {
377+
background-color: #262d39;
378+
font-size: 14px;
379+
padding: 8px 16px;
380+
border-radius: 0 4px 0 0;
381+
position: absolute;
382+
left: 0;
383+
bottom: -1px;
384+
color: #fff; }
385+
.ark-page-line .ark-page-mouse-line-value {
386+
left: 50%;
387+
border-radius: 4px 4px 0 0;
388+
padding: 8px 0;
389+
width: 190px;
390+
text-align: center;
391+
margin-left: -95px; }
392+
393+
.ark-headmap-body-line-none .ark-page-line {
394+
display: none; }
395+
367396
.ark-heat-click-element {
368397
position: absolute;
369398
left: 0;
@@ -424,32 +453,3 @@
424453

425454
.ark-headmap-body-element-none .ark-heat-click-element {
426455
display: none; }
427-
428-
.ark-page-line {
429-
z-index: 5002;
430-
position: absolute;
431-
width: 100%;
432-
height: 1px;
433-
left: 0;
434-
border-bottom: dashed 1px #262d39; }
435-
.ark-page-line.ark-mouse-lines {
436-
border-bottom-style: solid; }
437-
.ark-page-line .ark-page-line-value {
438-
background-color: #262d39;
439-
font-size: 14px;
440-
padding: 8px 16px;
441-
border-radius: 0 4px 0 0;
442-
position: absolute;
443-
left: 0;
444-
bottom: -1px;
445-
color: #fff; }
446-
.ark-page-line .ark-page-mouse-line-value {
447-
left: 50%;
448-
border-radius: 4px 4px 0 0;
449-
padding: 8px 0;
450-
width: 190px;
451-
text-align: center;
452-
margin-left: -95px; }
453-
454-
.ark-headmap-body-line-none .ark-page-line {
455-
display: none; }

demo/jquery/sdk/5.0.2/AnalysysAgent_Encrypt.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/jquery/sdk/5.0.2/AnalysysAgent_JS_SDK.amd.min.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/jquery/sdk/5.0.2/AnalysysAgent_JS_SDK.es6.min.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/jquery/sdk/5.0.2/AnalysysAgent_JS_SDK.min.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)