Compare commits

..

30 Commits

Author SHA1 Message Date
louiscklaw
fe3835e7d3 update, 2025-04-19 02:13:45 +08:00
louiscklaw
85ee8d848d update pocketbase, 2025-04-19 02:12:02 +08:00
louiscklaw
60a0cdc11d update, 2025-04-19 02:11:44 +08:00
louiscklaw
50b69d3ce8 update project prompt, 2025-04-18 23:42:24 +08:00
louiscklaw
e54293ad6e update project config, 2025-04-18 23:41:55 +08:00
louiscklaw
eb94c3d596 update, 2025-04-18 23:41:37 +08:00
louiscklaw
b1a7d9f7fa update project config, 2025-04-18 23:40:59 +08:00
louiscklaw
4ae24008bb update project config, 2025-04-18 23:40:39 +08:00
louiscklaw
cf1ec633cb update .gitignore, 2025-04-18 23:40:21 +08:00
louiscklaw
44abd70563 update init db api, 2025-04-18 05:21:43 +08:00
louiscklaw
be0ddc5323 update, 2025-04-18 05:20:01 +08:00
louiscklaw
a05b1252be update guideline, 2025-04-18 03:29:45 +08:00
louiscklaw
03313dfc65 update pocketbase, 2025-04-18 03:06:06 +08:00
louiscklaw
d863d6d469 update table filter, it should be how working,gst 2025-04-18 02:43:51 +08:00
louiscklaw
243b3f1856 update delay 15, 2025-04-17 19:16:49 +08:00
louiscklaw
785894f62b update to remove temporary files, 2025-04-17 18:59:34 +08:00
louiscklaw
5e046ff091 update dev config, 2025-04-17 13:26:49 +08:00
louiscklaw
ed0d058d04 update edit lesson categories, 2025-04-17 13:26:30 +08:00
louiscklaw
6b97358f50 update gitignore, 2025-04-17 07:52:34 +08:00
louiscklaw
b45410ac0b init marketing, 2025-04-17 07:52:18 +08:00
louiscklaw
ef741e33ff init test, 2025-04-17 07:52:06 +08:00
louiscklaw
7c65222c47 update project root, 2025-04-17 07:51:53 +08:00
louiscklaw
256f3ae8e3 init documentation, 2025-04-17 07:51:08 +08:00
louiscklaw
36cc5b9095 update categories, 2025-04-17 07:09:02 +08:00
louiscklaw
c4c392b91b update page, 2025-04-17 06:20:47 +08:00
louiscklaw
eef9e5ebd8 update extensions used, 2025-04-17 06:20:41 +08:00
louiscklaw
aa3ab32021 update, 2025-04-17 05:26:44 +08:00
louiscklaw
e552ba1e4b update reorder package.json, 2025-04-17 05:25:54 +08:00
louiscklaw
b322597138 update .vscode project file, 2025-04-17 05:00:40 +08:00
louiscklaw
bca5a951c8 update build ok, 2025-04-17 05:00:28 +08:00
437 changed files with 32824 additions and 927 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
.next
node_modules
005_references/
_archive/
_del
*.bak
*.log
*.del
**/_del

View File

@@ -0,0 +1,27 @@
{
"recommendations": [
"redhat.vscode-yaml",
"yzhang.markdown-all-in-one",
"esbenp.prettier-vscode",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.debugpy",
"ms-python.black-formatter",
"ms-python.isort",
"ms-python.pylint",
"bierner.markdown-mermaid",
"shd101wyy.markdown-preview-enhanced",
"yzhang.markdown-all-in-one",
"matt-meyers.vscode-dbml",
"nicolas-liger.dbml-viewer",
"aflalo.dbml-formatter",
"bierner.markdown-mermaid",
"christian-kohler.path-intellisense",
"bierner.markdown-mermaid",
"bpruitt-goddard.mermaid-markdown-syntax-highlighting",
"shd101wyy.markdown-preview-enhanced",
"foam.foam-vscode",
"simonguo.vscode-markdown-table-sort",
"esbenp.prettier-vscode"
]
}

24
001_documentation/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "davidanson.vscode-markdownlint"
},
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "GitHub Dark Dimmed",
"editor.formatOnSave": true,
"git.ignoreLimitWarning": true
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More