|
25 | 25 | <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap" rel="stylesheet"> |
26 | 26 |
|
27 | 27 | <title>Prompt Studio - AI 提示词版本管理工具</title> |
28 | | - <script type="importmap"> |
29 | | -{ |
30 | | - "imports": { |
31 | | - "@eslint/js": "https://esm.sh/@eslint/js@^9.39.2", |
32 | | - "@typescript-eslint/eslint-plugin": "https://esm.sh/@typescript-eslint/eslint-plugin@^8.50.0", |
33 | | - "@typescript-eslint/parser": "https://esm.sh/@typescript-eslint/parser@^8.50.0", |
34 | | - "@playwright/test": "https://esm.sh/@playwright/test@^1.57.0", |
35 | | - "vite": "https://esm.sh/vite@^7.3.0", |
36 | | - "@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.2", |
37 | | - "vite-plugin-pwa": "https://esm.sh/vite-plugin-pwa@^1.2.0", |
38 | | - "react-router-dom": "https://esm.sh/react-router-dom@^7.10.1", |
39 | | - "react": "https://esm.sh/react@^19.2.3", |
40 | | - "react/": "https://esm.sh/react@^19.2.3/", |
41 | | - "react-dom/": "https://esm.sh/react-dom@^19.2.3/", |
42 | | - "vitest": "https://esm.sh/vitest@^4.0.15", |
43 | | - "vitest/": "https://esm.sh/vitest@^4.0.15/", |
44 | | - "framer-motion": "https://esm.sh/framer-motion@^12.23.26", |
45 | | - "nanoid": "https://esm.sh/nanoid@^5.1.6", |
46 | | - "jszip": "https://esm.sh/jszip@^3.10.1", |
47 | | - "file-saver": "https://esm.sh/file-saver@^2.0.5", |
48 | | - "zustand/": "https://esm.sh/zustand@^5.0.9/", |
49 | | - "zustand": "https://esm.sh/zustand@^5.0.9", |
50 | | - "@testing-library/jest-dom": "https://esm.sh/@testing-library/jest-dom@^6.9.1", |
51 | | - "@testing-library/react": "https://esm.sh/@testing-library/react@^16.3.1", |
52 | | - "eslint-plugin-react-hooks": "https://esm.sh/eslint-plugin-react-hooks@^7.0.1", |
53 | | - "@monaco-editor/react": "https://esm.sh/@monaco-editor/react@^4.7.0", |
54 | | - "@headlessui/react": "https://esm.sh/@headlessui/react@^2.2.9", |
55 | | - "eslint-plugin-react-refresh": "https://esm.sh/eslint-plugin-react-refresh@^0.4.25", |
56 | | - "dexie": "https://esm.sh/dexie@^4.2.1", |
57 | | - "webdav": "https://esm.sh/webdav@^5.8.0", |
58 | | - "diff-match-patch": "https://esm.sh/diff-match-patch@^1.0.5", |
59 | | - "fake-indexeddb/": "https://esm.sh/fake-indexeddb@^6.2.5/", |
60 | | - "js-sha256": "https://esm.sh/js-sha256@^0.11.1", |
61 | | - "tailwindcss/": "https://esm.sh/tailwindcss@^4.1.18/" |
62 | | - } |
63 | | -} |
64 | | -</script> |
65 | 28 | </head> |
66 | 29 |
|
67 | 30 | <body> |
|
0 commit comments