mingding-snap-modifier 2.13.0
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/LICENSE +21 -0
- package/README.md +34 -0
- package/dist//345/221/275/345/256/232/344/271/213/350/257/227/345/205/250/351/207/217/344/277/256/346/224/271/345/231/250_v2_13.js +2863 -0
- package/dist//345/221/275/345/256/232/344/271/213/350/257/227/345/205/250/351/207/217/344/277/256/346/224/271/345/231/250_v2_13_tavernhelper/345/257/274/345/205/245.json +13 -0
- package/docs/v2.13/350/277/255/344/273/243/345/267/256/345/210/206/350/257/264/346/230/216.md +40 -0
- package/package.json +31 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 mingding-snap-modifier contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# 命定之诗与黄昏之歌 · 快照全量修改器 (v2.13)
|
|
2
|
+
|
|
3
|
+
一个用于 [SillyTavern](https://sillytavern.app) 角色卡《命定之诗与黄昏之歌》的**快照全量修改器**(酒馆助手版 · tavern_helper)。
|
|
4
|
+
|
|
5
|
+
在运行中的聊天里直接查看 / 修改角色的 MVU 状态数据(主角属性、金钱、NPC 好感、登神长阶、日期、日历等),支持「正文注入(默认,走 MVU 引擎)」与「直接写入(不经校验)」两种应用方式。
|
|
6
|
+
|
|
7
|
+
> v2.13 修复:跟随状态栏 UI 主题失效、卡片折叠失效、Tab 切换滚动位置重置;并同步正则版主要功能(滚动记忆、折叠幂等、新增「关于」Tab、开局 Tab 移日历后)。
|
|
8
|
+
|
|
9
|
+
## 内容
|
|
10
|
+
|
|
11
|
+
- `dist/命定之诗全量修改器_v2_13.js` —— 修改器源码
|
|
12
|
+
- `dist/命定之诗全量修改器_v2_13_tavernhelper导入.json` —— tavern_helper 导入用(含源码)
|
|
13
|
+
- `docs/v2.13迭代差分说明.md` —— 版本变更说明
|
|
14
|
+
|
|
15
|
+
## 使用方法(SillyTavern)
|
|
16
|
+
|
|
17
|
+
1. 打开 SillyTavern 的 **Extensions → tavern_helper** 面板。
|
|
18
|
+
2. 删除旧版修改器脚本。
|
|
19
|
+
3. 导入 `dist/命定之诗全量修改器_v2_13_tavernhelper导入.json`。
|
|
20
|
+
4. 打开一个《命定之诗与黄昏之歌》聊天,状态栏设置 Tab(或悬浮球)出现「快照全量修改器」。
|
|
21
|
+
|
|
22
|
+
## 写入方式说明
|
|
23
|
+
|
|
24
|
+
- **正文注入(默认)**:把变化的字段语句合并进最后一条 AI 回复的变量更新栏,由角色卡 MVU 引擎校验应用(走引擎流程、不浪费上下文、本轮即时生效)。
|
|
25
|
+
- **直接写入**:不经校验,直接改消息变量(适用于日历 / 快照类改动,如 NPC 等级 / 经验)。
|
|
26
|
+
- 修改前会自动记录回滚点,可在「操作」Tab 回滚。
|
|
27
|
+
|
|
28
|
+
## 安全声明
|
|
29
|
+
|
|
30
|
+
本包**不包含**任何 API 密钥、token、账号凭据或外部接口地址。它只是一个纯前端变量编辑脚本,运行在 SillyTavern 内。
|
|
31
|
+
|
|
32
|
+
## License
|
|
33
|
+
|
|
34
|
+
MIT
|