@lengduan/dsh-client-ui-skin-815 0.1.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/lib/index.js ADDED
@@ -0,0 +1,6 @@
1
+ //#region src/index.ts
2
+ /** 宿主加载入口。浏览器皮肤无宿主行为。 */
3
+ /** 不提供宿主侧效果。 */
4
+ function apply() {}
5
+ //#endregion
6
+ export { apply };
package/package.json ADDED
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "@lengduan/dsh-client-ui-skin-815",
3
+ "description": "1945 终战皮肤:陈坚《公元一千九百四十五年九月九日九时》作为 DeepSeek Harness Web 背景",
4
+ "version": "0.1.0",
5
+ "type": "module",
6
+ "main": "lib/index.js",
7
+ "exports": {
8
+ ".": "./lib/index.js",
9
+ "./client": "./lib/client.js",
10
+ "./skin.json": "./skin.json",
11
+ "./package.json": "./package.json"
12
+ },
13
+ "dsh": {
14
+ "bundle": {
15
+ "patch": "./cordis.patch.yml"
16
+ },
17
+ "client": {
18
+ "inject": [],
19
+ "platform": "web"
20
+ }
21
+ },
22
+ "scripts": {
23
+ "embed-art": "node scripts/embed-art.mjs",
24
+ "build": "node scripts/embed-art.mjs && tsdown",
25
+ "test": "vitest run"
26
+ },
27
+ "license": "MIT",
28
+ "peerDependencies": {
29
+ "@deepseek-ai/cordis": "^4.0.1"
30
+ },
31
+ "devDependencies": {
32
+ "@deepseek-ai/cordis": "^4.0.1",
33
+ "jsdom": "29.1.1",
34
+ "lightningcss": "^1.32.0",
35
+ "tsdown": "0.22.14",
36
+ "vitest": "4.1.10"
37
+ },
38
+ "files": [
39
+ "lib/index.js",
40
+ "lib/client.js",
41
+ "cordis.patch.yml",
42
+ "skin.json",
43
+ "preview",
44
+ "src",
45
+ "tests",
46
+ "LICENSE",
47
+ "NOTICE",
48
+ "README.md"
49
+ ]
50
+ }
package/skin.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "id": "815",
3
+ "name": "一九四五年八月十五日",
4
+ "nameEn": "15 August 1945",
5
+ "author": "lengduan",
6
+ "tagline": "陈坚《公元一千九百四十五年九月九日九时》为底",
7
+ "description": "DeepSeek Harness WebUI 史料皮肤。对话区使用陈坚油画《公元一千九百四十五年九月九日九时》(南京受降、弯腰递交投降书),侧栏挂《终战诏书》印刷件。",
8
+ "tags": [
9
+ "history",
10
+ "ww2",
11
+ "painting",
12
+ "nanjing"
13
+ ],
14
+ "accent": "#c4a35a",
15
+ "bodyAttr": "data-dsh-815",
16
+ "package": "@lengduan/dsh-client-ui-skin-815",
17
+ "wiring": {
18
+ "id": "ui-skin-815",
19
+ "bundleWired": false
20
+ },
21
+ "order": 15
22
+ }