@objectivex666/dsh-settings-search 1.7.1 → 1.7.2
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/README.en.md +8 -0
- package/README.md +8 -0
- package/lib/client.js +1 -1
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -105,6 +105,14 @@ Issues are welcome — please report bugs, suggest features, or ask questions in
|
|
|
105
105
|
Pull requests are equally welcome via
|
|
106
106
|
[GitHub Pull Requests](https://github.com/objectivex666/dsh-settings-search/pulls).
|
|
107
107
|
|
|
108
|
+
When submitting an issue, please include as much of the following as possible so we can locate and reproduce it:
|
|
109
|
+
|
|
110
|
+
- **Problem description**: what you expected vs. what actually happened.
|
|
111
|
+
- **Reproduction steps**: a step-by-step walkthrough, including the triggering keywords and the settings page involved.
|
|
112
|
+
- **Logs**: export the recent search/runtime logs from the plugin's "Logging & export" page and paste them (API keys are never logged, so it is safe to share); include any console errors as well.
|
|
113
|
+
- **Environment**: DSH version, Node.js version, plugin version (shown on the "Settings Search" page), OS, and browser.
|
|
114
|
+
- **Screenshots / screen recording**: helpful for UI-related issues.
|
|
115
|
+
|
|
108
116
|
## Changelog & releases
|
|
109
117
|
|
|
110
118
|
Every version bump keeps git tags and GitHub Releases in sync, with a bilingual body that lists both new features and fixes:
|
package/README.md
CHANGED
|
@@ -105,6 +105,14 @@ npm test # 校验 host 半、dsh.client 清单、client bundle handoff
|
|
|
105
105
|
[GitHub Issues](https://github.com/objectivex666/dsh-settings-search/issues),
|
|
106
106
|
也欢迎直接发起 [Pull Request](https://github.com/objectivex666/dsh-settings-search/pulls)。
|
|
107
107
|
|
|
108
|
+
提交 Issue 时,请尽量完整地提供以下信息,便于定位与复现:
|
|
109
|
+
|
|
110
|
+
- **问题描述**:期望的行为与实际发生的情况。
|
|
111
|
+
- **复现步骤**:一步步说明如何复现,包括触发关键词、所在设置页等。
|
|
112
|
+
- **日志**:在「设置搜索」页的「日志与导出」中导出最近的搜索/运行日志并粘贴(API Key 不会被记录,可放心提供);控制台报错也请一并附上。
|
|
113
|
+
- **环境信息**:DSH 版本、Node.js 版本、插件版本(可在「设置搜索」页查看)、操作系统与浏览器。
|
|
114
|
+
- **截图/录屏**:涉及界面表现时,附上截图或录屏更有帮助。
|
|
115
|
+
|
|
108
116
|
## 更新日志与发布
|
|
109
117
|
|
|
110
118
|
每次版本更新需同时更新 GitHub Release 与 git tag,正文为双语,并写明「新功能」与「修复」:
|
package/lib/client.js
CHANGED
|
@@ -30,7 +30,7 @@ window.__ModuleLoader__.load({
|
|
|
30
30
|
|
|
31
31
|
const NS = 'settings-search-v5'
|
|
32
32
|
/** Single source of truth is package.json — scripts/check.mjs asserts this matches. */
|
|
33
|
-
const PKG_VERSION = '1.7.
|
|
33
|
+
const PKG_VERSION = '1.7.2'
|
|
34
34
|
const NPM_NAME = '@objectivex666/dsh-settings-search'
|
|
35
35
|
const zh = {
|
|
36
36
|
title: '设置',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectivex666/dsh-settings-search",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "DSH settings panel search plugin – instantly filter setting sections and general items with navigation guidance. Installable via `dsh plugin add`.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh",
|