@william2000/dsh-nova-ui-task-board 0.2.1 → 0.3.0

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.
@@ -44,6 +44,10 @@ export declare const zh: {
44
44
  'new.required': string;
45
45
  'detail.title': string;
46
46
  'detail.close': string;
47
+ 'detail.edit': string;
48
+ 'detail.editSave': string;
49
+ 'detail.editCancel': string;
50
+ 'detail.editRunningHint': string;
47
51
  'detail.prompt': string;
48
52
  'detail.description': string;
49
53
  'detail.execution': string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@william2000/dsh-nova-ui-task-board",
3
3
  "description": "Host-authoritative task board for the DSH Web GUI with real session execution, Host cron/one-shot scheduling, sorting/grouping/drag-drop, tag & project filtering; mounted without DSH source changes. Nova 系列核心功能包(任务看板插件本体:Host 服务 + 浏览器 UI)。",
4
- "version": "0.2.1",
4
+ "version": "0.3.0",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=20"