zero-ai 1.0.73 → 1.0.75

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.
Files changed (65) hide show
  1. package/.r2mo/.obsidian/app.json +1 -0
  2. package/.r2mo/.obsidian/appearance.json +10 -0
  3. package/.r2mo/.obsidian/community-plugins.json +7 -0
  4. package/.r2mo/.obsidian/core-plugins.json +33 -0
  5. package/.r2mo/.obsidian/plugins/dataview/main.js +20876 -0
  6. package/.r2mo/.obsidian/plugins/dataview/manifest.json +11 -0
  7. package/.r2mo/.obsidian/plugins/dataview/styles.css +141 -0
  8. package/.r2mo/.obsidian/plugins/obsidian-excalidraw-plugin/data.json +815 -0
  9. package/.r2mo/.obsidian/plugins/obsidian-excalidraw-plugin/main.js +10 -0
  10. package/.r2mo/.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json +12 -0
  11. package/.r2mo/.obsidian/plugins/obsidian-excalidraw-plugin/styles.css +1 -0
  12. package/.r2mo/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  13. package/.r2mo/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  14. package/.r2mo/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  15. package/.r2mo/.obsidian/plugins/obsidian-plantuml/main.js +7732 -0
  16. package/.r2mo/.obsidian/plugins/obsidian-plantuml/manifest.json +10 -0
  17. package/.r2mo/.obsidian/plugins/obsidian-plantuml/styles.css +38 -0
  18. package/.r2mo/.obsidian/plugins/obsidian-tasks-plugin/main.js +504 -0
  19. package/.r2mo/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  20. package/.r2mo/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  21. package/.r2mo/.obsidian/snippets/body-font.css +9 -0
  22. package/.r2mo/.obsidian/themes/Comfort/manifest.json +11 -0
  23. package/.r2mo/.obsidian/themes/Comfort/theme.css +218 -0
  24. package/.r2mo/.obsidian/themes/Primary/manifest.json +9 -0
  25. package/.r2mo/.obsidian/themes/Primary/theme.css +3878 -0
  26. package/.r2mo/.obsidian/themes/Retro Windows/manifest.json +7 -0
  27. package/.r2mo/.obsidian/themes/Retro Windows/theme.css +582 -0
  28. package/.r2mo/.obsidian/themes/RetroOS 98/manifest.json +9 -0
  29. package/.r2mo/.obsidian/themes/RetroOS 98/theme.css +2566 -0
  30. package/.r2mo/.obsidian/themes/Serenity/manifest.json +7 -0
  31. package/.r2mo/.obsidian/themes/Serenity/theme.css +7258 -0
  32. package/.r2mo/.obsidian/themes/W95/manifest.json +8 -0
  33. package/.r2mo/.obsidian/themes/W95/theme.css +768 -0
  34. package/.r2mo/.obsidian/types.json +28 -0
  35. package/.r2mo/task/command/ex-api.yaml.example +13 -0
  36. package/.r2mo/task/task-001.md +144 -0
  37. package/.r2mo/task/task-002.md +4 -0
  38. package/.r2mo/task/task-003.md +4 -0
  39. package/.r2mo/task/thread +1 -0
  40. package/package.json +4 -3
  41. package/script/clear-excel-template-data.js +128 -0
  42. package/script/create-ex-api-templates.js +39 -0
  43. package/script/inspect-excel-templates.js +102 -0
  44. package/script/read-ex-api-templates.js +51 -0
  45. package/script/scan-rbac-schema.js +102 -0
  46. package/src/_template/EXCEL/ex-api/README.md +13 -0
  47. package/src/_template/EXCEL/ex-api/template-RBAC_RESOURCE.xlsx +0 -0
  48. package/src/_template/EXCEL/ex-api/template-RBAC_ROLE.xlsx +0 -0
  49. package/src/_template/EXCEL/ex-api/template-def.json +21 -0
  50. package/src/_template/EXCEL/ex-crud/README.md +28 -0
  51. package/src/_template/EXCEL/ex-crud/ex-crud.yaml +6 -0
  52. package/src/_template/EXCEL/ex-crud/template-RBAC_ROLE.xlsx +0 -0
  53. package/src/_template/EXCEL/ex-crud/x.log.xlsx +0 -0
  54. package/src/commander/ex-api.json +9 -0
  55. package/src/commander/ex-crud.json +1 -0
  56. package/src/commander/{perm.json → ex-perm.json} +3 -3
  57. package/src/commander-ai/fn.ex.api.js +812 -0
  58. package/src/commander-ai/fn.ex.crud.js +501 -0
  59. package/src/commander-ai/{fn.perm.js → fn.ex.perm.js} +25 -6
  60. package/src/commander-ai/fn.random.md5.js +9 -0
  61. package/src/commander-ai/fn.source.app.js +9 -0
  62. package/src/commander-ai/fn.source.front.js +9 -0
  63. package/src/commander-ai/fn.source.spring.js +9 -0
  64. package/src/commander-ai/fn.source.zero.js +9 -0
  65. package/src/commander-ai/index.js +6 -2
@@ -0,0 +1 @@
1
+ {}
@@ -0,0 +1,10 @@
1
+ {
2
+ "theme": "moonstone",
3
+ "cssTheme": "Retro Windows",
4
+ "interfaceFontFamily": "",
5
+ "baseFontSize": 18,
6
+ "textFontFamily": "Hannotate TC",
7
+ "enabledCssSnippets": [
8
+ "body-font"
9
+ ]
10
+ }
@@ -0,0 +1,7 @@
1
+ [
2
+ "dataview",
3
+ "obsidian-excalidraw-plugin",
4
+ "obsidian-kanban",
5
+ "obsidian-plantuml",
6
+ "obsidian-tasks-plugin"
7
+ ]
@@ -0,0 +1,33 @@
1
+ {
2
+ "file-explorer": true,
3
+ "global-search": true,
4
+ "switcher": true,
5
+ "graph": true,
6
+ "backlink": true,
7
+ "canvas": true,
8
+ "outgoing-link": true,
9
+ "tag-pane": true,
10
+ "footnotes": false,
11
+ "properties": true,
12
+ "page-preview": true,
13
+ "daily-notes": true,
14
+ "templates": true,
15
+ "note-composer": true,
16
+ "command-palette": true,
17
+ "slash-command": false,
18
+ "editor-status": true,
19
+ "bookmarks": true,
20
+ "markdown-importer": true,
21
+ "zk-prefixer": false,
22
+ "random-note": false,
23
+ "outline": true,
24
+ "word-count": true,
25
+ "slides": true,
26
+ "audio-recorder": false,
27
+ "workspaces": true,
28
+ "file-recovery": true,
29
+ "publish": true,
30
+ "sync": true,
31
+ "bases": true,
32
+ "webviewer": true
33
+ }