Skip to content

Commit 15bf741

Browse files
author
shengyonggen
committed
增加是否首日fan访问
1 parent bd69710 commit 15bf741

File tree

5 files changed

+852
-19
lines changed

5 files changed

+852
-19
lines changed

.gitignore

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
.DS_Store
2+
git.properties
3+
4+
### Intellij ###
5+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
6+
7+
*.iml
8+
9+
## Directory-based project format:
10+
.idea/
11+
12+
## File-based project format:
13+
*.ipr
14+
*.iws
15+
16+
## Plugin-specific files:
17+
18+
# IntelliJ
19+
/out/
20+
21+
# mpeltonen/sbt-idea plugin
22+
.idea_modules/
23+
24+
# JIRA plugin
25+
atlassian-ide-plugin.xml
26+
27+
# Python
28+
__pycache__
29+
*.pyc
30+
31+
# Crashlytics plugin (for Android Studio and IntelliJ)
32+
com_crashlytics_export_strings.xml
33+
crashlytics.properties
34+
crashlytics-build.properties
35+
36+
# java build files
37+
target
38+
ui/node_modules
39+
ui/build
40+
41+
# debug scripts.
42+
deploy.sh
43+
ftpsync.settings
44+
45+
*.swp
46+
.DS_Store
47+
48+
# Xcode
49+
build/*
50+
*.pbxuser
51+
!default.pbxuser
52+
*.mode1v3
53+
!default.mode1v3
54+
*.mode2v3
55+
!default.mode2v3
56+
*.perspectivev3
57+
!default.perspectivev3
58+
*.xcworkspace
59+
!default.xcworkspace
60+
xcuserdata
61+
profile
62+
*.moved-aside
63+
*.cer
64+
*.p12
65+
*.mobileprovision
66+
67+
# AppCode
68+
.idea

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33

44
使用文档请参考 https://sensorsdata.cn/manual/mp_sdk.html
55

6-
6+
其中 sensorsdata.js 是源文件, sensorsdata.min.js 是压缩的文件。
77

88
## 获取发行版
99

1010
> 注意 SDK 可能不完全向前兼容,请阅读具体的 Release Log。如果不确定是否支持,请联系神策技术支持人员。
1111
1212
请根据需要 [Releases](https://github.com/sensorsdata/sa-sdk-miniprogram/releases) 里下载对应的文件:
13+
14+

0 commit comments

Comments
 (0)