From aba31eda83d0624ae2f5d19034aac2885654821b Mon Sep 17 00:00:00 2001 From: kuaifan Date: Sat, 27 Sep 2025 06:05:48 +0800 Subject: [PATCH] no message --- .gitpod.yml | 13 ------- jsconfig.json | 38 +++++++++++++++++++ .../DialogView/template/task-list.vue | 2 +- .../js/pages/manage/components/TaskDetail.vue | 2 +- types/shims-vue.d.ts | 6 +++ 5 files changed, 46 insertions(+), 15 deletions(-) delete mode 100644 .gitpod.yml create mode 100644 jsconfig.json create mode 100644 types/shims-vue.d.ts diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index f2ba8ab41..000000000 --- a/.gitpod.yml +++ /dev/null @@ -1,13 +0,0 @@ -# This configuration file was automatically generated by Gitpod. -# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) -# and commit this file to your remote git repository to share the goodness with others. - -tasks: - - init: sudo ./cmd install - command: ./cmd dev - -ports: - - port: 2222 - visibility: public - - port: 22222 - visibility: public diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 000000000..16f72ba97 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,38 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "~element-sea/*": ["node_modules/element-sea/*"], + "~quill-hi/*": ["node_modules/quill-hi/*"], + "~quill-mention-hi/*": ["node_modules/quill-mention-hi/*"] + }, + "moduleResolution": "node", + "module": "ESNext", + "target": "ES2019", + "allowJs": true, + "checkJs": false, + "jsx": "preserve", + "resolveJsonModule": true, + "allowSyntheticDefaultImports": true, + "esModuleInterop": true, + "types": [] + }, + "include": [ + "resources/assets/js/**/*", + "resources/assets/**/*.vue", + "resources/assets/sass/**/*", + "electron/**/*.js", + "types/**/*.d.ts" + ], + "exclude": [ + "node_modules", + "vendor", + "storage", + "public", + "tests", + "docker", + "language", + "database", + "bin" + ] +} diff --git a/resources/assets/js/pages/manage/components/DialogView/template/task-list.vue b/resources/assets/js/pages/manage/components/DialogView/template/task-list.vue index e5834f0fb..2a70cbfbb 100644 --- a/resources/assets/js/pages/manage/components/DialogView/template/task-list.vue +++ b/resources/assets/js/pages/manage/components/DialogView/template/task-list.vue @@ -3,7 +3,7 @@

{{$L(msg.title)}}

 

-

+

#{{item.name}}

diff --git a/resources/assets/js/pages/manage/components/TaskDetail.vue b/resources/assets/js/pages/manage/components/TaskDetail.vue index 0a2510fd2..23564375e 100755 --- a/resources/assets/js/pages/manage/components/TaskDetail.vue +++ b/resources/assets/js/pages/manage/components/TaskDetail.vue @@ -284,7 +284,7 @@