File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ const Ackee = () => {
24
24
} ,
25
25
{
26
26
/*
27
- * Enable or disable tracking of personal data.
28
- * We recommend to ask the user for permission before turning this option on.
29
- */
27
+ * Enable or disable tracking of personal data.
28
+ * We recommend to ask the user for permission before turning this option on.
29
+ */
30
30
detailed : true ,
31
31
/*
32
- * Enable or disable tracking when on localhost.
33
- */
32
+ * Enable or disable tracking when on localhost.
33
+ */
34
34
ignoreLocalhost : false ,
35
35
/*
36
- * Enable or disable the tracking of your own visits.
37
- * This is enabled by default, but should be turned off when using a wildcard Access-Control-Allow-Origin header.
38
- * Some browsers strictly block third-party cookies. The option won't have an impact when this is the case.
39
- */
36
+ * Enable or disable the tracking of your own visits.
37
+ * This is enabled by default, but should be turned off when using a wildcard Access-Control-Allow-Origin header.
38
+ * Some browsers strictly block third-party cookies. The option won't have an impact when this is the case.
39
+ */
40
40
ignoreOwnVisits : false
41
41
}
42
42
)
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import { useEffect } from 'react';
6
6
*/
7
7
const useAdjustStyle = ( ) => {
8
8
/**
9
- * 避免 callout 含有图片时溢出撑开父容器
10
- */
9
+ * 避免 callout 含有图片时溢出撑开父容器
10
+ */
11
11
const adjustCalloutImg = ( ) => {
12
12
const callOuts = document . querySelectorAll ( '.notion-callout-text' ) ;
13
13
callOuts . forEach ( ( callout ) => {
You can’t perform that action at this time.
0 commit comments