Skip to content

Commit

Permalink
Merge branch 'main' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wqcstrong committed Mar 3, 2025
2 parents c5e8400 + b2030fe commit b3186ae
Show file tree
Hide file tree
Showing 9 changed files with 103 additions and 91 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.1.3",
"version": "2.2.0",
"description": "All-In-One Remote Debugging Tool",
"homepage": "https://huolalatech.github.io/page-spy-web",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions scripts/check-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
PACKAGE_VERSION=$(jq -r '.version' package.json)

CHANGELOG_FILES=(
"src/pages/Docs/md/changelog.zh.mdx"
"src/pages/Docs/md/changelog.en.mdx"
"src/pages/MainDocs/md/changelog.zh.mdx"
"src/pages/MainDocs/md/changelog.en.mdx"
)

for FILE in "${CHANGELOG_FILES[@]}"; do
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
},
"oSpy": {
"slogan": "Offline Recording<br />Complete Replay",
"desc": "Record and replay with a few lines of code.<br />All data stays local, no network transfer, no privacy risk.",
"desc": "Take a snapshot with one line of code, and store data locally with peace of mind.",
"import-use": "Integrate O-Spy",
"select-log": "Select Log",
"take-try": "Try Demo",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
},
"oSpy": {
"slogan": "オフライン記録<br />完全再生",
"desc": "数行のコードで記録&リプレイ。<br />データはローカルのみ、ネット転送なし、プライバシー安心",
"desc": "一行のコードでスナップショットを撮り、ローカルデータは安心して保管される",
"import-use": "O-Spy 接続",
"select-log": "ログ選択",
"take-try": "デモ体験",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
},
"oSpy": {
"slogan": "오프라인 기록<br />전체 재생",
"desc": " 줄의 코드로 기록 및 재생.<br />데이터는 로컬에만 저장, 네트워크 전송 없음, 개인정보 걱정 없음.",
"desc": " 줄의 코드로 스냅샷을 찍고, 로컬 데이터는 안심하고 저장된다.",
"import-use": "O-Spy 연결",
"select-log": "로그 선택",
"take-try": "데모 체험",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
},
"oSpy": {
"slogan": "离线记录<br />完整回放",
"desc": "几行代码,记录程序现场用于回放<br />数据都在本地,不经过网络传输,无需担心隐私泄露",
"desc": "一行代码记录现场<br/>本地数据安心存放",
"import-use": "接入 O-Spy",
"select-log": "选择日志回放",
"take-try": "体验 Demo",
Expand Down
6 changes: 6 additions & 0 deletions src/pages/MainDocs/md/changelog.en.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import offlineLogImg from '@/assets/image/screenshot/v1.9.2-offline-log-size.png';

## v2.2.0

- 🆕 O-Spy is now live on our official website! See details: https://github.com/HuolalaTech/page-spy-web/pull/315;
- 🆕 Introducing the new [@huolala-tech/page-spy-plugin-ospy](https://github.com/HuolalaTech/page-spy/tree/main/packages/page-spy-plugin-ospy) plugin for offline recording;
- 🟡 [@huolala-tech/page-spy-plugin-whole-bundle](https://github.com/HuolalaTech/page-spy/tree/main/packages/page-spy-whole-bundle) is deprecated;

## v2.1.3

- 🐛 Add filter on the Network table in the replay page;
Expand Down
170 changes: 88 additions & 82 deletions src/pages/MainDocs/md/changelog.zh.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/pages/OSpy/components/Welcome/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ export const Welcome = () => {
</p>
<p className="slogan-desc">
<Trans i18nKey="oSpy.desc">
几行代码,回看程序运行现场
一行代码记录现场
<br />
数据都在本地,不经过网络传输,无需担心隐私泄露
本地数据安心存放
</Trans>
</p>
<Flex
Expand Down

0 comments on commit b3186ae

Please sign in to comment.