dsh-font-enhancer 1.4.10 → 1.4.12

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 CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  > 按区域分别设置 DSH 界面字体、字号、颜色,支持统一控制、主题保存/切换、随机配色/字体。
4
4
 
5
+ **DSH 的界面长什么样,你说了算。**
6
+
7
+ **You decide what DSH looks like.**
8
+
5
9
  ![npm](https://img.shields.io/npm/v/dsh-font-enhancer)
6
10
  ![license](https://img.shields.io/github/license/loyalchiiina/dsh-font-enhancer)
7
11
  ![dsh](https://img.shields.io/badge/DSH-Plugin-8A2BE2)
@@ -12,6 +16,15 @@ Chinese/English font, font-size, line-height, weight, italic, and text color.
12
16
  Features **unified** global font/color overrides, **theme** save/switch, **框选
13
17
  (pick-region)** element selection, and **random** font/color generators.
14
18
 
19
+ ![字体区域设置面板](docs/images/font-enhancer-panel.png)
20
+
21
+ > 右侧「字体区域设置」面板:选择主题 / 保存方案、全局统一(颜色 / 字体 / 字号 / 字重 / 斜体)、框选区域、随机字体 / 随机颜色、刷新,以及按区域展开的独立属性(英文字体 Times New Roman、中文字体 楷体、字号 15、行距 1.6、字重 400 + 文字颜色)。
22
+ > The per-region panel: theme picker and save, unified colour/font/size/weight/italic, pick-region, random font/colour, plus per-region attributes.
23
+
24
+ **为什么值得装 / Why it's worth it** — 觉得默认字号太小?中文字体不好看?想给整个界面统一换字体就开「全局统一」,想给某个角落单独上色就点「框选区域」在页面上直接框元素(不用记 CSS 选择器)。配色纠结就点「随机配色」生成一套,喜欢就存成主题随时切回来。
25
+
26
+ Default font too small? Chinese typeface not to your taste? Flip on **Unified** for one font everywhere, or hit **Pick Region** and drag a box right on the live page to style one corner — no CSS selectors needed. Can't decide on colours? **Random Color** generates a palette; save the ones you like as themes.
27
+
15
28
  > ✅ **v1.3.0 同时支持 DSH **网页端**(浏览器访问 Web GUI)和 **桌面端**(Electron 内置窗口)。**
16
29
  > 新增**一键下载安装可爱字体**(霞鹜文楷/得意黑/站酷快乐体等,带实时下载进度)、**添加自提供安装包**、
17
30
  > **🔄 刷新按钮**、保存方案记住统一状态等功能。搜「字体」即可在插件市场找到本插件。
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-font-enhancer",
3
- "version": "1.4.10",
4
- "description": "DSH 字体样式 DIY 插件(搜「字体」找到我):按区域自定义中英文字体/字号/字重/斜体/颜色,框选元素创建自定义区域,全局统一控制,主题保存/切换,随机配色,支持自定义字体。DIY your DSH UI fonts \u0026 colors: per-region custom font/size/weight/italic/color, pick elements to create custom regions, unified overrides, theme save/switch, random color, custom fonts.",
3
+ "version": "1.4.12",
4
+ "description": "DSH 界面字体全权 DIY:按区域自定义中英文字体/字号/字重/颜色,框选建区、全局统一、主题保存切换、随机配色、一键装可爱字体。| DIY your DSH UI fonts: per-region font/size/weight/colour, pick-region, unified overrides, themes, random colours, one-click cute fonts.",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "sideEffects": false,
@@ -19,8 +19,9 @@
19
19
  "cordis.patch.yml",
20
20
  "README.md",
21
21
  "LICENSE",
22
- "lib/orb/*.html"
23
- ],
22
+ "lib/orb/*.html",
23
+ "docs/images/**"
24
+ ],
24
25
  "license": "MIT",
25
26
  "keywords": [
26
27
  "dsh-plugin",