dsh-font-enhancer 1.4.9 → 1.4.10
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.md +5 -0
- package/lib/client.js +2097 -1741
- package/package.json +77 -77
package/README.md
CHANGED
|
@@ -39,6 +39,11 @@ Features **unified** global font/color overrides, **theme** save/switch, **框
|
|
|
39
39
|
- **Unified Font** checkbox: one font family + size applies to **all** enabled regions.
|
|
40
40
|
- When unified is ON, the randomizer randomizes the unified value (not per-region).
|
|
41
41
|
|
|
42
|
+
### 🎨 三球共享 128 皮肤 Unified Ball Skins
|
|
43
|
+
- 与 dsh-todo-float-ball / dsh-skill-browser 共享同一套 128 款皮肤目录(`window.__DSH_BALL_SKINS`)。
|
|
44
|
+
- 面板 🎨 按钮或 DSH 设置页任一处切换,三个悬浮球与其展开面板颜色实时同步。
|
|
45
|
+
- 「原版(仅本球)」选项可让字体球单独回到原始暖极光外观,不影响另两球。
|
|
46
|
+
|
|
42
47
|
### 主题系统 Theme System
|
|
43
48
|
- **Save** the current full configuration (all regions' fonts + colors) as a named theme.
|
|
44
49
|
- **Apply** any saved theme to restore its settings.
|