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 @@