Skip to content

Commit

Permalink
Merge pull request #136 from HuolalaTech/feat/clientinfo
Browse files Browse the repository at this point in the history
Feat/clientinfo
  • Loading branch information
qkang07 authored Jan 25, 2024
2 parents 49de573 + 315b24d commit 72dc40f
Show file tree
Hide file tree
Showing 29 changed files with 377 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_GITHUB_REPO=https://github.com/HuolalaTech/page-spy-web
VITE_GITHUB_REPO=https://github.com/HuolalaTech/page-spy-web
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@huolala-tech/page-spy-browser": "^1.6.6",
"@huolala-tech/page-spy-types": "^1.6.3",
"@huolala-tech/page-spy-browser": "^1.7.0",
"@huolala-tech/page-spy-types": "^1.7.0",
"@huolala-tech/react-json-view": "^1.2.4",
"@huolala-tech/request": "^1.1.2",
"ahooks": "^3.1.9",
Expand Down
1 change: 1 addition & 0 deletions src/assets/image/mp-alipay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/image/mp-baidu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/image/mp-dingtalk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/image/mp-douyin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/image/mp-feishu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/image/mp-jd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/image/mp-kuaishou.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/image/mp-pipixia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/image/mp-qq.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/image/mp-toutiao.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/image/mp-xhs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/image/mp-xigua.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion src/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,21 @@
"browser": "Browser",
"miniprogram": "Mini Program",
"mpwechat": "WeChat Mini Program",
"mpqq": "QQ Mini Program",
"mpalipay": "Alipay Mini Program",
"mpdouyin": "Douyin Mini Program",
"mptoutiao": "Toutiao Mini Program",
"mpbaidu": "Baidu Mini Program",
"mpfeishu": "Feishu Mini Program",
"mpkuaishou": "Kuaishou Mini Program",
"mpjd": "Jingdong Mini Program",
"mptoutiaolt": "Toutiao Lite Mini Program",
"mpdouyinlt": "Douyin Lite Mini Program",
"mphuoshan": "Douyin Huoshan Mini Program",
"mpxigua": "Xigua Mini Program",
"mpppx": "Pipixia Mini Program",
"mpdingtalk": "Dingtalk Mini Program",
"mpxhs": "Xiaohongshu Mini Program",
"project": "Project",
"debug": "Debug",
"title": "Title"
Expand Down Expand Up @@ -148,6 +161,7 @@
},
"connections": {
"select-os": "Select OS",
"select-browser": "Select browser"
"select-browser": "Select browser",
"select-mp": "Select Mini Program"
}
}
Loading

0 comments on commit 72dc40f

Please sign in to comment.