create-pixi-vn 1.9.2 → 1.9.3
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/package.json +1 -1
- package/template-nqtr-react-vite-muijoy/package.json +75 -75
- package/template-nqtr-react-vite-muijoy-ink/package.json +3 -3
- package/template-nqtr-react-vite-muijoy-ink/src/utils/ink-utility.ts +2 -2
- package/template-nqtr-react-vite-muijoy-ink-tauri/package.json +3 -3
- package/template-nqtr-react-vite-muijoy-ink-tauri/src/utils/ink-utility.ts +2 -2
- package/template-nqtr-react-vite-muijoy-tauri/package.json +3 -3
- package/template-react-vite-muijoy/package.json +2 -2
- package/template-react-vite-muijoy-ink/package.json +73 -73
- package/template-react-vite-muijoy-ink/src/utils/ink-utility.ts +2 -2
- package/template-react-vite-muijoy-ink-tauri/package.json +77 -77
- package/template-react-vite-muijoy-ink-tauri/src/utils/ink-utility.ts +2 -2
- package/template-react-vite-muijoy-tauri/package.json +2 -2
- package/template-story-react-vite-muijoy/package.json +2 -2
- package/template-story-react-vite-muijoy-ink/package.json +73 -73
- package/template-story-react-vite-muijoy-ink/src/utils/ink-utility.ts +2 -2
- package/template-story-react-vite-muijoy-ink-tauri/package.json +77 -77
- package/template-story-react-vite-muijoy-ink-tauri/src/utils/ink-utility.ts +2 -2
- package/template-story-react-vite-muijoy-tauri/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "my-app-package-name",
|
|
3
|
-
"description": "my-app-description",
|
|
4
|
-
"version": "0.1.0",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"license": "GPL-3.0",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"start": "vite",
|
|
9
|
-
"dev": "vite",
|
|
10
|
-
"build": "tsc && vite build",
|
|
11
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
12
|
-
"preview": "vite preview"
|
|
13
|
-
},
|
|
14
|
-
"dependencies": {
|
|
15
|
-
"@drincs/nqtr": "^0.7.
|
|
16
|
-
"@drincs/pixi-vn": "^1.5.
|
|
17
|
-
"@drincs/pixi-vn-spine": "^0.
|
|
18
|
-
"@emotion/react": "^11.14.0",
|
|
19
|
-
"@emotion/styled": "^11.14.1",
|
|
20
|
-
"@mui/icons-material": "^7.3.7",
|
|
21
|
-
"@mui/joy": "^5.0.0-beta.52",
|
|
22
|
-
"@mui/material": "^7.3.7",
|
|
23
|
-
"@tailwindcss/vite": "^4.1.18",
|
|
24
|
-
"@tanstack/react-query": "^5.90.20",
|
|
25
|
-
"es-toolkit": "^1.44.0",
|
|
26
|
-
"i18next": "^25.8.0",
|
|
27
|
-
"i18next-chained-backend": "^5.0.2",
|
|
28
|
-
"i18next-resources-to-backend": "^1.2.1",
|
|
29
|
-
"motion": "^12.29.2",
|
|
30
|
-
"notistack": "^3.0.2",
|
|
31
|
-
"react": "^19.2.4",
|
|
32
|
-
"react-color-palette": "^7.3.1",
|
|
33
|
-
"react-dom": "^19.2.4",
|
|
34
|
-
"react-error-boundary": "^6.1.0",
|
|
35
|
-
"react-i18next": "^16.5.4",
|
|
36
|
-
"react-lazy-load-image-component": "^1.6.3",
|
|
37
|
-
"react-markdown": "^10.1.0",
|
|
38
|
-
"react-markdown-typewriter": "^1.1.4",
|
|
39
|
-
"react-router-dom": "^7.13.0",
|
|
40
|
-
"rehype-raw": "^7.0.0",
|
|
41
|
-
"remark-gfm": "^4.0.1",
|
|
42
|
-
"shade-generator": "^1.2.7",
|
|
43
|
-
"tailwindcss": "^4.1.18",
|
|
44
|
-
"vite-plugin-checker": "^0.12.0",
|
|
45
|
-
"zustand": "^5.0.11"
|
|
46
|
-
},
|
|
47
|
-
"devDependencies": {
|
|
48
|
-
"@tailwindcss/typography": "^0.5.19",
|
|
49
|
-
"@tanstack/react-query-devtools": "^5.91.3",
|
|
50
|
-
"@types/node": "^25.2.0",
|
|
51
|
-
"@types/react": "^19.2.7",
|
|
52
|
-
"@types/react-dom": "^19.2.3",
|
|
53
|
-
"@types/react-lazy-load-image-component": "^1.6.5",
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
55
|
-
"@typescript-eslint/parser": "^8.54.0",
|
|
56
|
-
"@vitejs/plugin-react": "^5.1.2",
|
|
57
|
-
"eslint": "^9.39.2",
|
|
58
|
-
"eslint-plugin-react-hooks": "^7.0.1",
|
|
59
|
-
"eslint-plugin-react-refresh": "^0.5.0",
|
|
60
|
-
"tailwindcss-motion": "^1.1.1",
|
|
61
|
-
"typescript": "^5.9.3",
|
|
62
|
-
"vite": "^7.3.1",
|
|
63
|
-
"vite-plugin-pwa": "^1.2.0"
|
|
64
|
-
},
|
|
65
|
-
"keywords": [
|
|
66
|
-
"game",
|
|
67
|
-
"js",
|
|
68
|
-
"novel",
|
|
69
|
-
"pixi",
|
|
70
|
-
"pixi-js",
|
|
71
|
-
"pixi-vn",
|
|
72
|
-
"visual",
|
|
73
|
-
"visual-novel",
|
|
74
|
-
"vn"
|
|
75
|
-
]
|
|
1
|
+
{
|
|
2
|
+
"name": "my-app-package-name",
|
|
3
|
+
"description": "my-app-description",
|
|
4
|
+
"version": "0.1.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"license": "GPL-3.0",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"start": "vite",
|
|
9
|
+
"dev": "vite",
|
|
10
|
+
"build": "tsc && vite build",
|
|
11
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
12
|
+
"preview": "vite preview"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@drincs/nqtr": "^0.7.1",
|
|
16
|
+
"@drincs/pixi-vn": "^1.5.13",
|
|
17
|
+
"@drincs/pixi-vn-spine": "^0.2.0",
|
|
18
|
+
"@emotion/react": "^11.14.0",
|
|
19
|
+
"@emotion/styled": "^11.14.1",
|
|
20
|
+
"@mui/icons-material": "^7.3.7",
|
|
21
|
+
"@mui/joy": "^5.0.0-beta.52",
|
|
22
|
+
"@mui/material": "^7.3.7",
|
|
23
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
24
|
+
"@tanstack/react-query": "^5.90.20",
|
|
25
|
+
"es-toolkit": "^1.44.0",
|
|
26
|
+
"i18next": "^25.8.0",
|
|
27
|
+
"i18next-chained-backend": "^5.0.2",
|
|
28
|
+
"i18next-resources-to-backend": "^1.2.1",
|
|
29
|
+
"motion": "^12.29.2",
|
|
30
|
+
"notistack": "^3.0.2",
|
|
31
|
+
"react": "^19.2.4",
|
|
32
|
+
"react-color-palette": "^7.3.1",
|
|
33
|
+
"react-dom": "^19.2.4",
|
|
34
|
+
"react-error-boundary": "^6.1.0",
|
|
35
|
+
"react-i18next": "^16.5.4",
|
|
36
|
+
"react-lazy-load-image-component": "^1.6.3",
|
|
37
|
+
"react-markdown": "^10.1.0",
|
|
38
|
+
"react-markdown-typewriter": "^1.1.4",
|
|
39
|
+
"react-router-dom": "^7.13.0",
|
|
40
|
+
"rehype-raw": "^7.0.0",
|
|
41
|
+
"remark-gfm": "^4.0.1",
|
|
42
|
+
"shade-generator": "^1.2.7",
|
|
43
|
+
"tailwindcss": "^4.1.18",
|
|
44
|
+
"vite-plugin-checker": "^0.12.0",
|
|
45
|
+
"zustand": "^5.0.11"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"@tailwindcss/typography": "^0.5.19",
|
|
49
|
+
"@tanstack/react-query-devtools": "^5.91.3",
|
|
50
|
+
"@types/node": "^25.2.0",
|
|
51
|
+
"@types/react": "^19.2.7",
|
|
52
|
+
"@types/react-dom": "^19.2.3",
|
|
53
|
+
"@types/react-lazy-load-image-component": "^1.6.5",
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
55
|
+
"@typescript-eslint/parser": "^8.54.0",
|
|
56
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
57
|
+
"eslint": "^9.39.2",
|
|
58
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
59
|
+
"eslint-plugin-react-refresh": "^0.5.0",
|
|
60
|
+
"tailwindcss-motion": "^1.1.1",
|
|
61
|
+
"typescript": "^5.9.3",
|
|
62
|
+
"vite": "^7.3.1",
|
|
63
|
+
"vite-plugin-pwa": "^1.2.0"
|
|
64
|
+
},
|
|
65
|
+
"keywords": [
|
|
66
|
+
"game",
|
|
67
|
+
"js",
|
|
68
|
+
"novel",
|
|
69
|
+
"pixi",
|
|
70
|
+
"pixi-js",
|
|
71
|
+
"pixi-vn",
|
|
72
|
+
"visual",
|
|
73
|
+
"visual-novel",
|
|
74
|
+
"vn"
|
|
75
|
+
]
|
|
76
76
|
}
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@drincs/nqtr": "^0.7.1",
|
|
16
|
-
"@drincs/pixi-vn": "^1.5.
|
|
17
|
-
"@drincs/pixi-vn-ink": "^0.11.
|
|
18
|
-
"@drincs/pixi-vn-spine": "^0.
|
|
16
|
+
"@drincs/pixi-vn": "^1.5.13",
|
|
17
|
+
"@drincs/pixi-vn-ink": "^0.11.3",
|
|
18
|
+
"@drincs/pixi-vn-spine": "^0.2.0",
|
|
19
19
|
"@emotion/react": "^11.14.0",
|
|
20
20
|
"@emotion/styled": "^11.14.1",
|
|
21
21
|
"@mui/icons-material": "^7.3.7",
|
|
@@ -30,10 +30,10 @@ export async function convertInkToJson() {
|
|
|
30
30
|
export function initializeInk(options: { t: (key: string) => string }) {
|
|
31
31
|
const { t } = options;
|
|
32
32
|
HashtagCommands.add(nqtrHandler());
|
|
33
|
-
HashtagCommands.add((script, props, _convertListStringToObj) => {
|
|
33
|
+
HashtagCommands.add(async (script, props, _convertListStringToObj) => {
|
|
34
34
|
if (script.length === 2) {
|
|
35
35
|
if (script[0] === "navigate") {
|
|
36
|
-
props.navigate(script[1]);
|
|
36
|
+
await props.navigate(script[1]);
|
|
37
37
|
return true;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@drincs/nqtr": "^0.7.1",
|
|
17
|
-
"@drincs/pixi-vn": "^1.5.
|
|
18
|
-
"@drincs/pixi-vn-ink": "^0.11.
|
|
19
|
-
"@drincs/pixi-vn-spine": "^0.
|
|
17
|
+
"@drincs/pixi-vn": "^1.5.13",
|
|
18
|
+
"@drincs/pixi-vn-ink": "^0.11.3",
|
|
19
|
+
"@drincs/pixi-vn-spine": "^0.2.0",
|
|
20
20
|
"@emotion/react": "^11.14.0",
|
|
21
21
|
"@emotion/styled": "^11.14.1",
|
|
22
22
|
"@mui/icons-material": "^7.3.7",
|
|
@@ -30,10 +30,10 @@ export async function convertInkToJson() {
|
|
|
30
30
|
export function initializeInk(options: { t: (key: string) => string }) {
|
|
31
31
|
const { t } = options;
|
|
32
32
|
HashtagCommands.add(nqtrHandler());
|
|
33
|
-
HashtagCommands.add((script, props, _convertListStringToObj) => {
|
|
33
|
+
HashtagCommands.add(async (script, props, _convertListStringToObj) => {
|
|
34
34
|
if (script.length === 2) {
|
|
35
35
|
if (script[0] === "navigate") {
|
|
36
|
-
props.navigate(script[1]);
|
|
36
|
+
await props.navigate(script[1]);
|
|
37
37
|
return true;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"tauri": "tauri"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@drincs/nqtr": "^0.7.
|
|
17
|
-
"@drincs/pixi-vn": "^1.5.
|
|
18
|
-
"@drincs/pixi-vn-spine": "^0.
|
|
16
|
+
"@drincs/nqtr": "^0.7.1",
|
|
17
|
+
"@drincs/pixi-vn": "^1.5.13",
|
|
18
|
+
"@drincs/pixi-vn-spine": "^0.2.0",
|
|
19
19
|
"@emotion/react": "^11.14.0",
|
|
20
20
|
"@emotion/styled": "^11.14.1",
|
|
21
21
|
"@mui/icons-material": "^7.3.7",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"preview": "vite preview"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@drincs/pixi-vn": "^1.5.
|
|
16
|
-
"@drincs/pixi-vn-spine": "^0.
|
|
15
|
+
"@drincs/pixi-vn": "^1.5.13",
|
|
16
|
+
"@drincs/pixi-vn-spine": "^0.2.0",
|
|
17
17
|
"@emotion/react": "^11.14.0",
|
|
18
18
|
"@emotion/styled": "^11.14.1",
|
|
19
19
|
"@mui/icons-material": "^7.3.7",
|
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "my-app-package-name",
|
|
3
|
-
"description": "my-app-description",
|
|
4
|
-
"version": "0.1.0",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"license": "GPL-3.0",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"start": "vite",
|
|
9
|
-
"dev": "vite",
|
|
10
|
-
"build": "tsc && vite build",
|
|
11
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
12
|
-
"preview": "vite preview"
|
|
13
|
-
},
|
|
14
|
-
"dependencies": {
|
|
15
|
-
"@drincs/pixi-vn": "^1.5.
|
|
16
|
-
"@drincs/pixi-vn-ink": "^0.11.
|
|
17
|
-
"@drincs/pixi-vn-spine": "^0.
|
|
18
|
-
"@emotion/react": "^11.14.0",
|
|
19
|
-
"@emotion/styled": "^11.14.1",
|
|
20
|
-
"@mui/icons-material": "^7.3.7",
|
|
21
|
-
"@mui/joy": "^5.0.0-beta.52",
|
|
22
|
-
"@mui/material": "^7.3.7",
|
|
23
|
-
"@tailwindcss/vite": "^4.1.18",
|
|
24
|
-
"@tanstack/react-query": "^5.90.20",
|
|
25
|
-
"es-toolkit": "^1.44.0",
|
|
26
|
-
"i18next": "^25.8.0",
|
|
27
|
-
"i18next-chained-backend": "^5.0.2",
|
|
28
|
-
"i18next-resources-to-backend": "^1.2.1",
|
|
29
|
-
"motion": "^12.29.2",
|
|
30
|
-
"notistack": "^3.0.2",
|
|
31
|
-
"react": "^19.2.4",
|
|
32
|
-
"react-color-palette": "^7.3.1",
|
|
33
|
-
"react-dom": "^19.2.4",
|
|
34
|
-
"react-error-boundary": "^6.1.0",
|
|
35
|
-
"react-i18next": "^16.5.4",
|
|
36
|
-
"react-markdown": "^10.1.0",
|
|
37
|
-
"react-markdown-typewriter": "^1.1.4",
|
|
38
|
-
"react-router-dom": "^7.13.0",
|
|
39
|
-
"rehype-raw": "^7.0.0",
|
|
40
|
-
"remark-gfm": "^4.0.1",
|
|
41
|
-
"shade-generator": "^1.2.7",
|
|
42
|
-
"tailwindcss": "^4.1.18",
|
|
43
|
-
"vite-plugin-checker": "^0.12.0",
|
|
44
|
-
"zustand": "^5.0.11"
|
|
45
|
-
},
|
|
46
|
-
"devDependencies": {
|
|
47
|
-
"@tailwindcss/typography": "^0.5.19",
|
|
48
|
-
"@tanstack/react-query-devtools": "^5.91.3",
|
|
49
|
-
"@types/node": "^25.2.0",
|
|
50
|
-
"@types/react": "^19.2.7",
|
|
51
|
-
"@types/react-dom": "^19.2.3",
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
53
|
-
"@typescript-eslint/parser": "^8.54.0",
|
|
54
|
-
"@vitejs/plugin-react": "^5.1.2",
|
|
55
|
-
"eslint": "^9.39.2",
|
|
56
|
-
"eslint-plugin-react-hooks": "^7.0.1",
|
|
57
|
-
"eslint-plugin-react-refresh": "^0.5.0",
|
|
58
|
-
"tailwindcss-motion": "^1.1.1",
|
|
59
|
-
"typescript": "^5.9.3",
|
|
60
|
-
"vite": "^7.3.1",
|
|
61
|
-
"vite-plugin-pwa": "^1.2.0"
|
|
62
|
-
},
|
|
63
|
-
"keywords": [
|
|
64
|
-
"game",
|
|
65
|
-
"js",
|
|
66
|
-
"novel",
|
|
67
|
-
"pixi",
|
|
68
|
-
"pixi-js",
|
|
69
|
-
"pixi-vn",
|
|
70
|
-
"visual",
|
|
71
|
-
"visual-novel",
|
|
72
|
-
"vn"
|
|
73
|
-
]
|
|
1
|
+
{
|
|
2
|
+
"name": "my-app-package-name",
|
|
3
|
+
"description": "my-app-description",
|
|
4
|
+
"version": "0.1.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"license": "GPL-3.0",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"start": "vite",
|
|
9
|
+
"dev": "vite",
|
|
10
|
+
"build": "tsc && vite build",
|
|
11
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
12
|
+
"preview": "vite preview"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@drincs/pixi-vn": "^1.5.13",
|
|
16
|
+
"@drincs/pixi-vn-ink": "^0.11.3",
|
|
17
|
+
"@drincs/pixi-vn-spine": "^0.2.0",
|
|
18
|
+
"@emotion/react": "^11.14.0",
|
|
19
|
+
"@emotion/styled": "^11.14.1",
|
|
20
|
+
"@mui/icons-material": "^7.3.7",
|
|
21
|
+
"@mui/joy": "^5.0.0-beta.52",
|
|
22
|
+
"@mui/material": "^7.3.7",
|
|
23
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
24
|
+
"@tanstack/react-query": "^5.90.20",
|
|
25
|
+
"es-toolkit": "^1.44.0",
|
|
26
|
+
"i18next": "^25.8.0",
|
|
27
|
+
"i18next-chained-backend": "^5.0.2",
|
|
28
|
+
"i18next-resources-to-backend": "^1.2.1",
|
|
29
|
+
"motion": "^12.29.2",
|
|
30
|
+
"notistack": "^3.0.2",
|
|
31
|
+
"react": "^19.2.4",
|
|
32
|
+
"react-color-palette": "^7.3.1",
|
|
33
|
+
"react-dom": "^19.2.4",
|
|
34
|
+
"react-error-boundary": "^6.1.0",
|
|
35
|
+
"react-i18next": "^16.5.4",
|
|
36
|
+
"react-markdown": "^10.1.0",
|
|
37
|
+
"react-markdown-typewriter": "^1.1.4",
|
|
38
|
+
"react-router-dom": "^7.13.0",
|
|
39
|
+
"rehype-raw": "^7.0.0",
|
|
40
|
+
"remark-gfm": "^4.0.1",
|
|
41
|
+
"shade-generator": "^1.2.7",
|
|
42
|
+
"tailwindcss": "^4.1.18",
|
|
43
|
+
"vite-plugin-checker": "^0.12.0",
|
|
44
|
+
"zustand": "^5.0.11"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@tailwindcss/typography": "^0.5.19",
|
|
48
|
+
"@tanstack/react-query-devtools": "^5.91.3",
|
|
49
|
+
"@types/node": "^25.2.0",
|
|
50
|
+
"@types/react": "^19.2.7",
|
|
51
|
+
"@types/react-dom": "^19.2.3",
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
53
|
+
"@typescript-eslint/parser": "^8.54.0",
|
|
54
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
55
|
+
"eslint": "^9.39.2",
|
|
56
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
57
|
+
"eslint-plugin-react-refresh": "^0.5.0",
|
|
58
|
+
"tailwindcss-motion": "^1.1.1",
|
|
59
|
+
"typescript": "^5.9.3",
|
|
60
|
+
"vite": "^7.3.1",
|
|
61
|
+
"vite-plugin-pwa": "^1.2.0"
|
|
62
|
+
},
|
|
63
|
+
"keywords": [
|
|
64
|
+
"game",
|
|
65
|
+
"js",
|
|
66
|
+
"novel",
|
|
67
|
+
"pixi",
|
|
68
|
+
"pixi-js",
|
|
69
|
+
"pixi-vn",
|
|
70
|
+
"visual",
|
|
71
|
+
"visual-novel",
|
|
72
|
+
"vn"
|
|
73
|
+
]
|
|
74
74
|
}
|
|
@@ -28,10 +28,10 @@ export async function convertInkToJson() {
|
|
|
28
28
|
|
|
29
29
|
export function initializeInk(options: { t: (key: string) => string }) {
|
|
30
30
|
const { t } = options;
|
|
31
|
-
HashtagCommands.add((script, props, _convertListStringToObj) => {
|
|
31
|
+
HashtagCommands.add(async (script, props, _convertListStringToObj) => {
|
|
32
32
|
if (script.length === 2) {
|
|
33
33
|
if (script[0] === "navigate") {
|
|
34
|
-
props.navigate(script[1]);
|
|
34
|
+
await props.navigate(script[1]);
|
|
35
35
|
return true;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "my-app-package-name",
|
|
3
|
-
"description": "my-app-description",
|
|
4
|
-
"version": "0.1.0",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"license": "GPL-3.0",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"start": "vite",
|
|
9
|
-
"dev": "vite",
|
|
10
|
-
"build": "tsc && vite build",
|
|
11
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
12
|
-
"preview": "vite preview",
|
|
13
|
-
"tauri": "tauri"
|
|
14
|
-
},
|
|
15
|
-
"dependencies": {
|
|
16
|
-
"@drincs/pixi-vn": "^1.5.
|
|
17
|
-
"@drincs/pixi-vn-ink": "^0.11.
|
|
18
|
-
"@drincs/pixi-vn-spine": "^0.
|
|
19
|
-
"@emotion/react": "^11.14.0",
|
|
20
|
-
"@emotion/styled": "^11.14.1",
|
|
21
|
-
"@mui/icons-material": "^7.3.7",
|
|
22
|
-
"@mui/joy": "^5.0.0-beta.52",
|
|
23
|
-
"@mui/material": "^7.3.7",
|
|
24
|
-
"@tailwindcss/vite": "^4.1.18",
|
|
25
|
-
"@tanstack/react-query": "^5.90.20",
|
|
26
|
-
"@tauri-apps/api": "^2",
|
|
27
|
-
"@tauri-apps/plugin-opener": "^2",
|
|
28
|
-
"es-toolkit": "^1.44.0",
|
|
29
|
-
"i18next": "^25.8.0",
|
|
30
|
-
"i18next-chained-backend": "^5.0.2",
|
|
31
|
-
"i18next-resources-to-backend": "^1.2.1",
|
|
32
|
-
"motion": "^12.29.2",
|
|
33
|
-
"notistack": "^3.0.2",
|
|
34
|
-
"react": "^19.2.4",
|
|
35
|
-
"react-color-palette": "^7.3.1",
|
|
36
|
-
"react-dom": "^19.2.4",
|
|
37
|
-
"react-error-boundary": "^6.1.0",
|
|
38
|
-
"react-i18next": "^16.5.4",
|
|
39
|
-
"react-markdown": "^10.1.0",
|
|
40
|
-
"react-markdown-typewriter": "^1.1.4",
|
|
41
|
-
"react-router-dom": "^7.13.0",
|
|
42
|
-
"rehype-raw": "^7.0.0",
|
|
43
|
-
"remark-gfm": "^4.0.1",
|
|
44
|
-
"shade-generator": "^1.2.7",
|
|
45
|
-
"tailwindcss": "^4.1.18",
|
|
46
|
-
"vite-plugin-checker": "^0.12.0",
|
|
47
|
-
"zustand": "^5.0.11"
|
|
48
|
-
},
|
|
49
|
-
"devDependencies": {
|
|
50
|
-
"@tailwindcss/typography": "^0.5.19",
|
|
51
|
-
"@tanstack/react-query-devtools": "^5.91.3",
|
|
52
|
-
"@tauri-apps/cli": "^2",
|
|
53
|
-
"@types/node": "^25.2.0",
|
|
54
|
-
"@types/react": "^19.2.7",
|
|
55
|
-
"@types/react-dom": "^19.2.3",
|
|
56
|
-
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
57
|
-
"@typescript-eslint/parser": "^8.54.0",
|
|
58
|
-
"@vitejs/plugin-react": "^5.1.2",
|
|
59
|
-
"eslint": "^9.39.2",
|
|
60
|
-
"eslint-plugin-react-hooks": "^7.0.1",
|
|
61
|
-
"eslint-plugin-react-refresh": "^0.5.0",
|
|
62
|
-
"tailwindcss-motion": "^1.1.1",
|
|
63
|
-
"typescript": "^5.9.3",
|
|
64
|
-
"vite": "^7.3.1",
|
|
65
|
-
"vite-plugin-pwa": "^1.2.0"
|
|
66
|
-
},
|
|
67
|
-
"keywords": [
|
|
68
|
-
"game",
|
|
69
|
-
"js",
|
|
70
|
-
"novel",
|
|
71
|
-
"pixi",
|
|
72
|
-
"pixi-js",
|
|
73
|
-
"pixi-vn",
|
|
74
|
-
"visual",
|
|
75
|
-
"visual-novel",
|
|
76
|
-
"vn"
|
|
77
|
-
]
|
|
1
|
+
{
|
|
2
|
+
"name": "my-app-package-name",
|
|
3
|
+
"description": "my-app-description",
|
|
4
|
+
"version": "0.1.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"license": "GPL-3.0",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"start": "vite",
|
|
9
|
+
"dev": "vite",
|
|
10
|
+
"build": "tsc && vite build",
|
|
11
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
12
|
+
"preview": "vite preview",
|
|
13
|
+
"tauri": "tauri"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"@drincs/pixi-vn": "^1.5.13",
|
|
17
|
+
"@drincs/pixi-vn-ink": "^0.11.3",
|
|
18
|
+
"@drincs/pixi-vn-spine": "^0.2.0",
|
|
19
|
+
"@emotion/react": "^11.14.0",
|
|
20
|
+
"@emotion/styled": "^11.14.1",
|
|
21
|
+
"@mui/icons-material": "^7.3.7",
|
|
22
|
+
"@mui/joy": "^5.0.0-beta.52",
|
|
23
|
+
"@mui/material": "^7.3.7",
|
|
24
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
25
|
+
"@tanstack/react-query": "^5.90.20",
|
|
26
|
+
"@tauri-apps/api": "^2",
|
|
27
|
+
"@tauri-apps/plugin-opener": "^2",
|
|
28
|
+
"es-toolkit": "^1.44.0",
|
|
29
|
+
"i18next": "^25.8.0",
|
|
30
|
+
"i18next-chained-backend": "^5.0.2",
|
|
31
|
+
"i18next-resources-to-backend": "^1.2.1",
|
|
32
|
+
"motion": "^12.29.2",
|
|
33
|
+
"notistack": "^3.0.2",
|
|
34
|
+
"react": "^19.2.4",
|
|
35
|
+
"react-color-palette": "^7.3.1",
|
|
36
|
+
"react-dom": "^19.2.4",
|
|
37
|
+
"react-error-boundary": "^6.1.0",
|
|
38
|
+
"react-i18next": "^16.5.4",
|
|
39
|
+
"react-markdown": "^10.1.0",
|
|
40
|
+
"react-markdown-typewriter": "^1.1.4",
|
|
41
|
+
"react-router-dom": "^7.13.0",
|
|
42
|
+
"rehype-raw": "^7.0.0",
|
|
43
|
+
"remark-gfm": "^4.0.1",
|
|
44
|
+
"shade-generator": "^1.2.7",
|
|
45
|
+
"tailwindcss": "^4.1.18",
|
|
46
|
+
"vite-plugin-checker": "^0.12.0",
|
|
47
|
+
"zustand": "^5.0.11"
|
|
48
|
+
},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"@tailwindcss/typography": "^0.5.19",
|
|
51
|
+
"@tanstack/react-query-devtools": "^5.91.3",
|
|
52
|
+
"@tauri-apps/cli": "^2",
|
|
53
|
+
"@types/node": "^25.2.0",
|
|
54
|
+
"@types/react": "^19.2.7",
|
|
55
|
+
"@types/react-dom": "^19.2.3",
|
|
56
|
+
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
57
|
+
"@typescript-eslint/parser": "^8.54.0",
|
|
58
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
59
|
+
"eslint": "^9.39.2",
|
|
60
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
61
|
+
"eslint-plugin-react-refresh": "^0.5.0",
|
|
62
|
+
"tailwindcss-motion": "^1.1.1",
|
|
63
|
+
"typescript": "^5.9.3",
|
|
64
|
+
"vite": "^7.3.1",
|
|
65
|
+
"vite-plugin-pwa": "^1.2.0"
|
|
66
|
+
},
|
|
67
|
+
"keywords": [
|
|
68
|
+
"game",
|
|
69
|
+
"js",
|
|
70
|
+
"novel",
|
|
71
|
+
"pixi",
|
|
72
|
+
"pixi-js",
|
|
73
|
+
"pixi-vn",
|
|
74
|
+
"visual",
|
|
75
|
+
"visual-novel",
|
|
76
|
+
"vn"
|
|
77
|
+
]
|
|
78
78
|
}
|
|
@@ -28,10 +28,10 @@ export async function convertInkToJson() {
|
|
|
28
28
|
|
|
29
29
|
export function initializeInk(options: { t: (key: string) => string }) {
|
|
30
30
|
const { t } = options;
|
|
31
|
-
HashtagCommands.add((script, props, _convertListStringToObj) => {
|
|
31
|
+
HashtagCommands.add(async (script, props, _convertListStringToObj) => {
|
|
32
32
|
if (script.length === 2) {
|
|
33
33
|
if (script[0] === "navigate") {
|
|
34
|
-
props.navigate(script[1]);
|
|
34
|
+
await props.navigate(script[1]);
|
|
35
35
|
return true;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"tauri": "tauri"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@drincs/pixi-vn": "^1.5.
|
|
17
|
-
"@drincs/pixi-vn-spine": "^0.
|
|
16
|
+
"@drincs/pixi-vn": "^1.5.13",
|
|
17
|
+
"@drincs/pixi-vn-spine": "^0.2.0",
|
|
18
18
|
"@emotion/react": "^11.14.0",
|
|
19
19
|
"@emotion/styled": "^11.14.1",
|
|
20
20
|
"@mui/icons-material": "^7.3.7",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"preview": "vite preview"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@drincs/pixi-vn": "^1.5.
|
|
16
|
-
"@drincs/pixi-vn-spine": "^0.
|
|
15
|
+
"@drincs/pixi-vn": "^1.5.13",
|
|
16
|
+
"@drincs/pixi-vn-spine": "^0.2.0",
|
|
17
17
|
"@emotion/react": "^11.14.0",
|
|
18
18
|
"@emotion/styled": "^11.14.1",
|
|
19
19
|
"@mui/icons-material": "^7.3.7",
|
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "my-app-package-name",
|
|
3
|
-
"description": "my-app-description",
|
|
4
|
-
"version": "0.1.0",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"license": "GPL-3.0",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"start": "vite",
|
|
9
|
-
"dev": "vite",
|
|
10
|
-
"build": "tsc && vite build",
|
|
11
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
12
|
-
"preview": "vite preview"
|
|
13
|
-
},
|
|
14
|
-
"dependencies": {
|
|
15
|
-
"@drincs/pixi-vn": "^1.5.
|
|
16
|
-
"@drincs/pixi-vn-ink": "^0.11.
|
|
17
|
-
"@drincs/pixi-vn-spine": "^0.
|
|
18
|
-
"@emotion/react": "^11.14.0",
|
|
19
|
-
"@emotion/styled": "^11.14.1",
|
|
20
|
-
"@mui/icons-material": "^7.3.7",
|
|
21
|
-
"@mui/joy": "^5.0.0-beta.52",
|
|
22
|
-
"@mui/material": "^7.3.7",
|
|
23
|
-
"@tailwindcss/vite": "^4.1.18",
|
|
24
|
-
"@tanstack/react-query": "^5.90.20",
|
|
25
|
-
"es-toolkit": "^1.44.0",
|
|
26
|
-
"i18next": "^25.8.0",
|
|
27
|
-
"i18next-chained-backend": "^5.0.2",
|
|
28
|
-
"i18next-resources-to-backend": "^1.2.1",
|
|
29
|
-
"motion": "^12.29.2",
|
|
30
|
-
"notistack": "^3.0.2",
|
|
31
|
-
"react": "^19.2.4",
|
|
32
|
-
"react-color-palette": "^7.3.1",
|
|
33
|
-
"react-dom": "^19.2.4",
|
|
34
|
-
"react-error-boundary": "^6.1.0",
|
|
35
|
-
"react-i18next": "^16.5.4",
|
|
36
|
-
"react-markdown": "^10.1.0",
|
|
37
|
-
"react-markdown-typewriter": "^1.1.4",
|
|
38
|
-
"react-router-dom": "^7.13.0",
|
|
39
|
-
"rehype-raw": "^7.0.0",
|
|
40
|
-
"remark-gfm": "^4.0.1",
|
|
41
|
-
"shade-generator": "^1.2.7",
|
|
42
|
-
"tailwindcss": "^4.1.18",
|
|
43
|
-
"vite-plugin-checker": "^0.12.0",
|
|
44
|
-
"zustand": "^5.0.11"
|
|
45
|
-
},
|
|
46
|
-
"devDependencies": {
|
|
47
|
-
"@tailwindcss/typography": "^0.5.19",
|
|
48
|
-
"@tanstack/react-query-devtools": "^5.91.3",
|
|
49
|
-
"@types/node": "^25.2.0",
|
|
50
|
-
"@types/react": "^19.2.7",
|
|
51
|
-
"@types/react-dom": "^19.2.3",
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
53
|
-
"@typescript-eslint/parser": "^8.54.0",
|
|
54
|
-
"@vitejs/plugin-react": "^5.1.2",
|
|
55
|
-
"eslint": "^9.39.2",
|
|
56
|
-
"eslint-plugin-react-hooks": "^7.0.1",
|
|
57
|
-
"eslint-plugin-react-refresh": "^0.5.0",
|
|
58
|
-
"tailwindcss-motion": "^1.1.1",
|
|
59
|
-
"typescript": "^5.9.3",
|
|
60
|
-
"vite": "^7.3.1",
|
|
61
|
-
"vite-plugin-pwa": "^1.2.0"
|
|
62
|
-
},
|
|
63
|
-
"keywords": [
|
|
64
|
-
"game",
|
|
65
|
-
"js",
|
|
66
|
-
"novel",
|
|
67
|
-
"pixi",
|
|
68
|
-
"pixi-js",
|
|
69
|
-
"pixi-vn",
|
|
70
|
-
"visual",
|
|
71
|
-
"visual-novel",
|
|
72
|
-
"vn"
|
|
73
|
-
]
|
|
1
|
+
{
|
|
2
|
+
"name": "my-app-package-name",
|
|
3
|
+
"description": "my-app-description",
|
|
4
|
+
"version": "0.1.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"license": "GPL-3.0",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"start": "vite",
|
|
9
|
+
"dev": "vite",
|
|
10
|
+
"build": "tsc && vite build",
|
|
11
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
12
|
+
"preview": "vite preview"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@drincs/pixi-vn": "^1.5.13",
|
|
16
|
+
"@drincs/pixi-vn-ink": "^0.11.3",
|
|
17
|
+
"@drincs/pixi-vn-spine": "^0.2.0",
|
|
18
|
+
"@emotion/react": "^11.14.0",
|
|
19
|
+
"@emotion/styled": "^11.14.1",
|
|
20
|
+
"@mui/icons-material": "^7.3.7",
|
|
21
|
+
"@mui/joy": "^5.0.0-beta.52",
|
|
22
|
+
"@mui/material": "^7.3.7",
|
|
23
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
24
|
+
"@tanstack/react-query": "^5.90.20",
|
|
25
|
+
"es-toolkit": "^1.44.0",
|
|
26
|
+
"i18next": "^25.8.0",
|
|
27
|
+
"i18next-chained-backend": "^5.0.2",
|
|
28
|
+
"i18next-resources-to-backend": "^1.2.1",
|
|
29
|
+
"motion": "^12.29.2",
|
|
30
|
+
"notistack": "^3.0.2",
|
|
31
|
+
"react": "^19.2.4",
|
|
32
|
+
"react-color-palette": "^7.3.1",
|
|
33
|
+
"react-dom": "^19.2.4",
|
|
34
|
+
"react-error-boundary": "^6.1.0",
|
|
35
|
+
"react-i18next": "^16.5.4",
|
|
36
|
+
"react-markdown": "^10.1.0",
|
|
37
|
+
"react-markdown-typewriter": "^1.1.4",
|
|
38
|
+
"react-router-dom": "^7.13.0",
|
|
39
|
+
"rehype-raw": "^7.0.0",
|
|
40
|
+
"remark-gfm": "^4.0.1",
|
|
41
|
+
"shade-generator": "^1.2.7",
|
|
42
|
+
"tailwindcss": "^4.1.18",
|
|
43
|
+
"vite-plugin-checker": "^0.12.0",
|
|
44
|
+
"zustand": "^5.0.11"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@tailwindcss/typography": "^0.5.19",
|
|
48
|
+
"@tanstack/react-query-devtools": "^5.91.3",
|
|
49
|
+
"@types/node": "^25.2.0",
|
|
50
|
+
"@types/react": "^19.2.7",
|
|
51
|
+
"@types/react-dom": "^19.2.3",
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
53
|
+
"@typescript-eslint/parser": "^8.54.0",
|
|
54
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
55
|
+
"eslint": "^9.39.2",
|
|
56
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
57
|
+
"eslint-plugin-react-refresh": "^0.5.0",
|
|
58
|
+
"tailwindcss-motion": "^1.1.1",
|
|
59
|
+
"typescript": "^5.9.3",
|
|
60
|
+
"vite": "^7.3.1",
|
|
61
|
+
"vite-plugin-pwa": "^1.2.0"
|
|
62
|
+
},
|
|
63
|
+
"keywords": [
|
|
64
|
+
"game",
|
|
65
|
+
"js",
|
|
66
|
+
"novel",
|
|
67
|
+
"pixi",
|
|
68
|
+
"pixi-js",
|
|
69
|
+
"pixi-vn",
|
|
70
|
+
"visual",
|
|
71
|
+
"visual-novel",
|
|
72
|
+
"vn"
|
|
73
|
+
]
|
|
74
74
|
}
|
|
@@ -28,10 +28,10 @@ export async function convertInkToJson() {
|
|
|
28
28
|
|
|
29
29
|
export function initializeInk(options: { t: (key: string) => string }) {
|
|
30
30
|
const { t } = options;
|
|
31
|
-
HashtagCommands.add((script, props, _convertListStringToObj) => {
|
|
31
|
+
HashtagCommands.add(async (script, props, _convertListStringToObj) => {
|
|
32
32
|
if (script.length === 2) {
|
|
33
33
|
if (script[0] === "navigate") {
|
|
34
|
-
props.navigate(script[1]);
|
|
34
|
+
await props.navigate(script[1]);
|
|
35
35
|
return true;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "my-app-package-name",
|
|
3
|
-
"description": "my-app-description",
|
|
4
|
-
"version": "0.1.0",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"license": "GPL-3.0",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"start": "vite",
|
|
9
|
-
"dev": "vite",
|
|
10
|
-
"build": "tsc && vite build",
|
|
11
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
12
|
-
"preview": "vite preview",
|
|
13
|
-
"tauri": "tauri"
|
|
14
|
-
},
|
|
15
|
-
"dependencies": {
|
|
16
|
-
"@drincs/pixi-vn": "^1.5.
|
|
17
|
-
"@drincs/pixi-vn-ink": "^0.11.
|
|
18
|
-
"@drincs/pixi-vn-spine": "^0.
|
|
19
|
-
"@emotion/react": "^11.14.0",
|
|
20
|
-
"@emotion/styled": "^11.14.1",
|
|
21
|
-
"@mui/icons-material": "^7.3.7",
|
|
22
|
-
"@mui/joy": "^5.0.0-beta.52",
|
|
23
|
-
"@mui/material": "^7.3.7",
|
|
24
|
-
"@tailwindcss/vite": "^4.1.18",
|
|
25
|
-
"@tanstack/react-query": "^5.90.20",
|
|
26
|
-
"@tauri-apps/api": "^2",
|
|
27
|
-
"@tauri-apps/plugin-opener": "^2",
|
|
28
|
-
"es-toolkit": "^1.44.0",
|
|
29
|
-
"i18next": "^25.8.0",
|
|
30
|
-
"i18next-chained-backend": "^5.0.2",
|
|
31
|
-
"i18next-resources-to-backend": "^1.2.1",
|
|
32
|
-
"motion": "^12.29.2",
|
|
33
|
-
"notistack": "^3.0.2",
|
|
34
|
-
"react": "^19.2.4",
|
|
35
|
-
"react-color-palette": "^7.3.1",
|
|
36
|
-
"react-dom": "^19.2.4",
|
|
37
|
-
"react-error-boundary": "^6.1.0",
|
|
38
|
-
"react-i18next": "^16.5.4",
|
|
39
|
-
"react-markdown": "^10.1.0",
|
|
40
|
-
"react-markdown-typewriter": "^1.1.4",
|
|
41
|
-
"react-router-dom": "^7.13.0",
|
|
42
|
-
"rehype-raw": "^7.0.0",
|
|
43
|
-
"remark-gfm": "^4.0.1",
|
|
44
|
-
"shade-generator": "^1.2.7",
|
|
45
|
-
"tailwindcss": "^4.1.18",
|
|
46
|
-
"vite-plugin-checker": "^0.12.0",
|
|
47
|
-
"zustand": "^5.0.11"
|
|
48
|
-
},
|
|
49
|
-
"devDependencies": {
|
|
50
|
-
"@tailwindcss/typography": "^0.5.19",
|
|
51
|
-
"@tanstack/react-query-devtools": "^5.91.3",
|
|
52
|
-
"@tauri-apps/cli": "^2",
|
|
53
|
-
"@types/node": "^25.2.0",
|
|
54
|
-
"@types/react": "^19.2.7",
|
|
55
|
-
"@types/react-dom": "^19.2.3",
|
|
56
|
-
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
57
|
-
"@typescript-eslint/parser": "^8.54.0",
|
|
58
|
-
"@vitejs/plugin-react": "^5.1.2",
|
|
59
|
-
"eslint": "^9.39.2",
|
|
60
|
-
"eslint-plugin-react-hooks": "^7.0.1",
|
|
61
|
-
"eslint-plugin-react-refresh": "^0.5.0",
|
|
62
|
-
"tailwindcss-motion": "^1.1.1",
|
|
63
|
-
"typescript": "^5.9.3",
|
|
64
|
-
"vite": "^7.3.1",
|
|
65
|
-
"vite-plugin-pwa": "^1.2.0"
|
|
66
|
-
},
|
|
67
|
-
"keywords": [
|
|
68
|
-
"game",
|
|
69
|
-
"js",
|
|
70
|
-
"novel",
|
|
71
|
-
"pixi",
|
|
72
|
-
"pixi-js",
|
|
73
|
-
"pixi-vn",
|
|
74
|
-
"visual",
|
|
75
|
-
"visual-novel",
|
|
76
|
-
"vn"
|
|
77
|
-
]
|
|
1
|
+
{
|
|
2
|
+
"name": "my-app-package-name",
|
|
3
|
+
"description": "my-app-description",
|
|
4
|
+
"version": "0.1.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"license": "GPL-3.0",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"start": "vite",
|
|
9
|
+
"dev": "vite",
|
|
10
|
+
"build": "tsc && vite build",
|
|
11
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
12
|
+
"preview": "vite preview",
|
|
13
|
+
"tauri": "tauri"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"@drincs/pixi-vn": "^1.5.13",
|
|
17
|
+
"@drincs/pixi-vn-ink": "^0.11.3",
|
|
18
|
+
"@drincs/pixi-vn-spine": "^0.2.0",
|
|
19
|
+
"@emotion/react": "^11.14.0",
|
|
20
|
+
"@emotion/styled": "^11.14.1",
|
|
21
|
+
"@mui/icons-material": "^7.3.7",
|
|
22
|
+
"@mui/joy": "^5.0.0-beta.52",
|
|
23
|
+
"@mui/material": "^7.3.7",
|
|
24
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
25
|
+
"@tanstack/react-query": "^5.90.20",
|
|
26
|
+
"@tauri-apps/api": "^2",
|
|
27
|
+
"@tauri-apps/plugin-opener": "^2",
|
|
28
|
+
"es-toolkit": "^1.44.0",
|
|
29
|
+
"i18next": "^25.8.0",
|
|
30
|
+
"i18next-chained-backend": "^5.0.2",
|
|
31
|
+
"i18next-resources-to-backend": "^1.2.1",
|
|
32
|
+
"motion": "^12.29.2",
|
|
33
|
+
"notistack": "^3.0.2",
|
|
34
|
+
"react": "^19.2.4",
|
|
35
|
+
"react-color-palette": "^7.3.1",
|
|
36
|
+
"react-dom": "^19.2.4",
|
|
37
|
+
"react-error-boundary": "^6.1.0",
|
|
38
|
+
"react-i18next": "^16.5.4",
|
|
39
|
+
"react-markdown": "^10.1.0",
|
|
40
|
+
"react-markdown-typewriter": "^1.1.4",
|
|
41
|
+
"react-router-dom": "^7.13.0",
|
|
42
|
+
"rehype-raw": "^7.0.0",
|
|
43
|
+
"remark-gfm": "^4.0.1",
|
|
44
|
+
"shade-generator": "^1.2.7",
|
|
45
|
+
"tailwindcss": "^4.1.18",
|
|
46
|
+
"vite-plugin-checker": "^0.12.0",
|
|
47
|
+
"zustand": "^5.0.11"
|
|
48
|
+
},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"@tailwindcss/typography": "^0.5.19",
|
|
51
|
+
"@tanstack/react-query-devtools": "^5.91.3",
|
|
52
|
+
"@tauri-apps/cli": "^2",
|
|
53
|
+
"@types/node": "^25.2.0",
|
|
54
|
+
"@types/react": "^19.2.7",
|
|
55
|
+
"@types/react-dom": "^19.2.3",
|
|
56
|
+
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
57
|
+
"@typescript-eslint/parser": "^8.54.0",
|
|
58
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
59
|
+
"eslint": "^9.39.2",
|
|
60
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
61
|
+
"eslint-plugin-react-refresh": "^0.5.0",
|
|
62
|
+
"tailwindcss-motion": "^1.1.1",
|
|
63
|
+
"typescript": "^5.9.3",
|
|
64
|
+
"vite": "^7.3.1",
|
|
65
|
+
"vite-plugin-pwa": "^1.2.0"
|
|
66
|
+
},
|
|
67
|
+
"keywords": [
|
|
68
|
+
"game",
|
|
69
|
+
"js",
|
|
70
|
+
"novel",
|
|
71
|
+
"pixi",
|
|
72
|
+
"pixi-js",
|
|
73
|
+
"pixi-vn",
|
|
74
|
+
"visual",
|
|
75
|
+
"visual-novel",
|
|
76
|
+
"vn"
|
|
77
|
+
]
|
|
78
78
|
}
|
|
@@ -28,10 +28,10 @@ export async function convertInkToJson() {
|
|
|
28
28
|
|
|
29
29
|
export function initializeInk(options: { t: (key: string) => string }) {
|
|
30
30
|
const { t } = options;
|
|
31
|
-
HashtagCommands.add((script, props, _convertListStringToObj) => {
|
|
31
|
+
HashtagCommands.add(async (script, props, _convertListStringToObj) => {
|
|
32
32
|
if (script.length === 2) {
|
|
33
33
|
if (script[0] === "navigate") {
|
|
34
|
-
props.navigate(script[1]);
|
|
34
|
+
await props.navigate(script[1]);
|
|
35
35
|
return true;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"tauri": "tauri"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@drincs/pixi-vn": "^1.5.
|
|
17
|
-
"@drincs/pixi-vn-spine": "^0.
|
|
16
|
+
"@drincs/pixi-vn": "^1.5.13",
|
|
17
|
+
"@drincs/pixi-vn-spine": "^0.2.0",
|
|
18
18
|
"@emotion/react": "^11.14.0",
|
|
19
19
|
"@emotion/styled": "^11.14.1",
|
|
20
20
|
"@mui/icons-material": "^7.3.7",
|