@agentscope-ai/i18n 0.1.3-rc.6 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentscope-ai/i18n",
3
- "version": "0.1.3-rc.6",
3
+ "version": "0.1.3",
4
4
  "description": "A tool for translating Chinese content in frontend code repositories",
5
5
  "keywords": [
6
6
  "i18n",
@@ -127,7 +127,7 @@ description: 国际化(i18n)自动化助手。当用户要对项目目录执行i
127
127
 
128
128
  b. **添加 do_not_trans 标签** — 如果快照中标签区域没有 `do_not_trans`:点击标签 combobox → 从下拉列表中点击 `do_not_trans` 选项 → 按 Escape 关闭下拉
129
129
 
130
- c. **截图确认**调用 `take_screenshot` 展示最终状态,提示用户检查后手动点击保存
130
+ c. **保存并发布**点击「保存」按钮保存修改,然后点击「立即发布」按钮。截图展示当前状态,等待用户确认后再继续操作
131
131
 
132
132
  ## 注意事项
133
133