1801 Commits

Author SHA1 Message Date
Tw93
057c611e79 🐛 Fix cli build 2025-08-26 15:47:04 +08:00
Tw93
4ea15b52ee 🐛 update lock 2025-08-26 15:34:26 +08:00
Tw93
e805f93ccc 🎨 Optimize the user experience of pnpm 2025-08-26 15:30:09 +08:00
Tw93
752623f3dd 🐛 update claude 2025-08-26 15:10:41 +08:00
Tw93
2b45a1f635 🎨 Change npm to pnpm 2025-08-26 15:10:06 +08:00
Tw93
f084b2fb75 📝 More authentic documentation 2025-08-26 15:08:01 +08:00
Tw93
bf36cd4700 🎨 update package 2025-08-25 13:58:51 +08:00
Tw93
20546d77df Merge pull request #1026 from Jason6987/fix-script-path
fix: correct script path typo (add missing 's'), update pake-cli.yaml
2025-08-25 12:59:19 +08:00
Luminall
acaf368690 fix: correct script path typo (add missing 's'), update pake-cli.yaml
- **When running "Build App With Pake CLI" GitHub Action, it throws `MODULE_NOT_FOUND` because path `script/` is missing an "s", fixed to `scripts/`**
- description:
- encountered an error while running the "Build App With Pake CLI" workflow
- searching through the repository files, I located the relevant file at: [Pake/scripts/github-action-build.js at bf12d85dc5 · tw93/Pake](bf12d85dc5/scripts/github-action-build.js)
- Upon verification, the correct path to this file within the repository is `scripts/github-action-build.js`.

- error message:
```
Run node ./script/github-action-build.js
node:internal/modules/cjs/loader:1368
  throw err;
  ^

Error: Cannot find module 'D:\a\Pake\Pake\script\github-action-build.js'

错误:找不到模块 'D:\a\Pake\Pake\script\github-action-build.js'
    at Function._resolveFilename (node:internal/modules/cjs/loader:1365:15)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1021:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1026:22)
    at Function._load (node:internal/modules/cjs/loader:1175:37)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)
    at node:internal/main/run_main_module:36:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v22.18.0
Error: Process completed with exit code 1.
```

Signed-off-by: Luminall <140222795+Jason6987@users.noreply.github.com>
2025-08-25 11:02:33 +08:00
Tw93
ae2c5e0a17 💄 format 2025-08-23 20:49:42 +08:00
Tw93
34a0419c83 Supports being called by other repositories as an action 2025-08-23 19:26:26 +08:00
Tw93
5c920cbd43 Parameters support web wasm scenarios 2025-08-23 18:26:42 +08:00
Tw93
11737dbe68 🐛 Fix Windows actions test path 2025-08-23 16:26:02 +08:00
Tw93
d1641e92ba 🐛 Fix Windows actions test path 2025-08-23 16:21:48 +08:00
Tw93
dcfd00e6e1 Support packaging of multiple systems including Linux/Windows 2025-08-23 14:12:54 +08:00
Tw93
212cd6afb7 Support right click to download pictures and open links 2025-08-23 14:11:05 +08:00
Tw93
42e39645a0 Mac supports language detection 2025-08-23 09:14:28 +08:00
Tw93
fe78f88770 Support image download and right-click menu 2025-08-23 09:00:05 +08:00
Tw93
bda4376594 🐛 Fix duplicate emoji in icon processing prompt 2025-08-22 23:54:16 +08:00
Tw93
3868e993ce 📝 Document usage is more idiomatic 2025-08-22 22:21:54 +08:00
github-actions[bot]
bf12d85dc5 docs(contributor): contrib-readme-action has updated readme 2025-08-22 10:04:23 +00:00
github-actions[bot]
a320f54123 docs(contributor): contrib-readme-action has updated readme 2025-08-22 10:04:18 +00:00
github-actions[bot]
30f281f20a docs(contributor): contrib-readme-action has updated readme 2025-08-22 10:04:13 +00:00
Tw93
885a5673f7 🎨 update workflow 2025-08-22 18:03:29 +08:00
Tw93
c01bd99419 🔖 3.2.15 2025-08-22 17:49:55 +08:00
Tw93
974bc2885c 🐛 Fix the issue of release publishing docker 2025-08-22 17:38:30 +08:00
Tw93
1c62b2deed 🐛 Fix the problem of generating docker under release 2025-08-22 16:55:31 +08:00
Tw93
7e84eaeca6 🔖 3.2.14 2025-08-22 16:41:32 +08:00
Tw93
149d329cd0 🐛 Optimize the gpt experience 2025-08-22 16:40:52 +08:00
Tw93
1e704cf617 🐛 Solve the problem of window remembering position 2025-08-22 16:29:30 +08:00
Tw93
950b1a73cb 🔖 3.2.12 2025-08-22 15:40:13 +08:00
Tw93
a61870895e 🎨 Optimize the icon issues under Windows and Linux during release 2025-08-22 15:39:18 +08:00
Tw93
e6828b276c 🔧 More appropriate file naming 2025-08-22 15:38:07 +08:00
Tw93
1761802105 🎨 Simplify test usage and change names 2025-08-22 12:47:37 +08:00
Tw93
8a15e989b0 🐛 Fix ico copy problem under Windows 2025-08-22 10:02:57 +08:00
Tw93
f5016da19d 🐛 Fix ico icon problem under Windows 2025-08-22 09:57:04 +08:00
Tw93
5749604f9e 🎨 Change the name back first for testing action 2025-08-22 09:28:07 +08:00
Tw93
6c163ca11f 🐛 Fix testing under Linux and Windows 2025-08-22 08:27:06 +08:00
Tw93
4bb900cd75 🐛 Fix testing under Linux and Windows 2025-08-22 08:07:34 +08:00
Tw93
e165bb1c7a 🐛 Optimize automated testing and deletion 2025-08-22 07:51:52 +08:00
Tw93
7b605ee3a4 🐛 Fix tests and test actions usage 2025-08-22 07:21:22 +08:00
Tw93
c6a29a2982 🐛 Fix formatting and testing code 2025-08-21 21:15:36 +08:00
Tw93
9fa4b9daad 🐛 Fix formatting and testing code 2025-08-21 21:14:42 +08:00
Tw93
a539067e57 💄 format 2025-08-21 20:34:10 +08:00
Tw93
e2bc7859e2 🐛 Fixed the issue of package file transfer under Linux 2025-08-21 20:31:55 +08:00
Tw93
65cf0d272b 🎨 Modify the workflow name 2025-08-21 20:31:38 +08:00
Tw93
d37738c032 🔖 3.2.8 2025-08-21 20:31:09 +08:00
Tw93
210646f359 🐛 Fixed the issue of package icon under Windows 2025-08-21 16:57:18 +08:00
Tw93
d15211921e 🐛 Fix the packaging file problem under Linux 2025-08-21 16:57:02 +08:00
Tw93
ae70cf4a13 🔖 3.2.5 2025-08-21 15:29:41 +08:00