@comate/zulu 0.0.9 → 0.0.11
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.
- package/comate-engine/bin/comate.js +10 -0
- package/comate-engine/fallbackServer.js +1 -0
- package/comate-engine/node_modules/@comate/plugin-engine/dist/index.d.ts +188 -0
- package/comate-engine/node_modules/@comate/plugin-engine/dist/index.js +36 -0
- package/comate-engine/node_modules/@comate/plugin-engine/package.json +49 -0
- package/comate-engine/node_modules/@comate/plugin-host/bin.js +44 -0
- package/comate-engine/node_modules/@comate/plugin-host/dist/index.js +1 -0
- package/comate-engine/node_modules/@comate/plugin-host/dist/main.d.ts +14 -0
- package/comate-engine/node_modules/@comate/plugin-host/dist/main.js +9 -0
- package/comate-engine/node_modules/@comate/plugin-host/dist/user-Btg63hPI.js +36 -0
- package/comate-engine/node_modules/@comate/plugin-host/package.json +47 -0
- package/comate-engine/node_modules/@comate/plugin-shared-internals/dist/index.d.ts +2849 -0
- package/comate-engine/node_modules/@comate/plugin-shared-internals/dist/index.js +36 -0
- package/comate-engine/node_modules/@comate/plugin-shared-internals/package.json +72 -0
- package/comate-engine/node_modules/@comate/preview-proxy/bin/preview.js +13 -0
- package/comate-engine/node_modules/@comate/preview-proxy/dist/index.js +350 -0
- package/comate-engine/node_modules/@comate/preview-proxy/package.json +83 -0
- package/comate-engine/node_modules/@comate/preview-proxy/static/comate-preview-injector.css +1 -0
- package/comate-engine/node_modules/@comate/preview-proxy/static/comate-preview-injector.js +2 -0
- package/comate-engine/node_modules/@comate/preview-proxy/static/comate-preview-injector.js.LICENSE.txt +58 -0
- package/comate-engine/node_modules/compare-versions/LICENSE +21 -0
- package/comate-engine/node_modules/compare-versions/README.md +133 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/compare.d.ts +19 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/compare.js +44 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/compare.js.map +1 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/compareVersions.d.ts +8 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/compareVersions.js +29 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/compareVersions.js.map +1 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/index.d.ts +5 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/index.js +5 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/index.js.map +1 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/satisfies.d.ts +14 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/satisfies.js +66 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/satisfies.js.map +1 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/utils.d.ts +7 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/utils.js +37 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/utils.js.map +1 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/validate.d.ts +28 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/validate.js +31 -0
- package/comate-engine/node_modules/compare-versions/lib/esm/validate.js.map +1 -0
- package/comate-engine/node_modules/compare-versions/lib/umd/index.js +216 -0
- package/comate-engine/node_modules/compare-versions/lib/umd/index.js.map +1 -0
- package/comate-engine/node_modules/compare-versions/package.json +45 -0
- package/comate-engine/node_modules/compare-versions/src/compare.ts +54 -0
- package/comate-engine/node_modules/compare-versions/src/compareVersions.ts +31 -0
- package/comate-engine/node_modules/compare-versions/src/index.ts +5 -0
- package/comate-engine/node_modules/compare-versions/src/satisfies.ts +69 -0
- package/comate-engine/node_modules/compare-versions/src/utils.ts +50 -0
- package/comate-engine/node_modules/compare-versions/src/validate.ts +36 -0
- package/comate-engine/node_modules/pkce-challenge/LICENSE +21 -0
- package/comate-engine/node_modules/pkce-challenge/README.md +55 -0
- package/comate-engine/node_modules/pkce-challenge/dist/index.browser.d.ts +19 -0
- package/comate-engine/node_modules/pkce-challenge/dist/index.browser.js +72 -0
- package/comate-engine/node_modules/pkce-challenge/dist/index.node.cjs +80 -0
- package/comate-engine/node_modules/pkce-challenge/dist/index.node.d.cts +19 -0
- package/comate-engine/node_modules/pkce-challenge/dist/index.node.d.ts +19 -0
- package/comate-engine/node_modules/pkce-challenge/dist/index.node.js +75 -0
- package/comate-engine/node_modules/pkce-challenge/package.json +58 -0
- package/comate-engine/node_modules/web-streams-polyfill/LICENSE +22 -0
- package/comate-engine/node_modules/web-streams-polyfill/README.md +119 -0
- package/comate-engine/node_modules/web-streams-polyfill/dist/polyfill.es5.js +8 -0
- package/comate-engine/node_modules/web-streams-polyfill/dist/polyfill.js +8 -0
- package/comate-engine/node_modules/web-streams-polyfill/dist/ponyfill.es5.js +8 -0
- package/comate-engine/node_modules/web-streams-polyfill/dist/ponyfill.es5.mjs +8 -0
- package/comate-engine/node_modules/web-streams-polyfill/dist/ponyfill.js +8 -0
- package/comate-engine/node_modules/web-streams-polyfill/dist/ponyfill.mjs +8 -0
- package/comate-engine/node_modules/web-streams-polyfill/package.json +98 -0
- package/comate-engine/node_modules/web-streams-polyfill/types/polyfill.d.ts +28 -0
- package/comate-engine/node_modules/web-streams-polyfill/types/ponyfill.d.ts +809 -0
- package/comate-engine/node_modules/web-streams-polyfill/types/tsdoc-metadata.json +11 -0
- package/comate-engine/package.json +91 -0
- package/comate-engine/plugins/aiscan/assets/icon.svg +12 -0
- package/comate-engine/plugins/aiscan/dist/index.js +53861 -0
- package/comate-engine/plugins/aiscan/package.json +67 -0
- package/comate-engine/plugins/appdev/assets/icon.png +0 -0
- package/comate-engine/plugins/appdev/dist/help.md +12 -0
- package/comate-engine/plugins/appdev/dist/index.d.ts +2 -0
- package/comate-engine/plugins/appdev/dist/index.js +194 -0
- package/comate-engine/plugins/appdev/dist/providers/err.d.ts +8 -0
- package/comate-engine/plugins/appdev/dist/providers/err.js +37 -0
- package/comate-engine/plugins/appdev/dist/providers/fallback.d.ts +5 -0
- package/comate-engine/plugins/appdev/dist/providers/fallback.js +28 -0
- package/comate-engine/plugins/appdev/dist/providers/help.d.ts +8 -0
- package/comate-engine/plugins/appdev/dist/providers/help.js +19 -0
- package/comate-engine/plugins/appdev/dist/providers/medusa.d.ts +8 -0
- package/comate-engine/plugins/appdev/dist/providers/medusa.js +39 -0
- package/comate-engine/plugins/appdev/dist/providers/qa.d.ts +8 -0
- package/comate-engine/plugins/appdev/dist/providers/qa.js +33 -0
- package/comate-engine/plugins/appdev/package.json +67 -0
- package/comate-engine/plugins/bfc/assets/bfc-icon.png +0 -0
- package/comate-engine/plugins/bfc/dist/config/config.d.ts +4 -0
- package/comate-engine/plugins/bfc/dist/config/config.js +4 -0
- package/comate-engine/plugins/bfc/dist/help.md +11 -0
- package/comate-engine/plugins/bfc/dist/index.d.ts +2 -0
- package/comate-engine/plugins/bfc/dist/index.js +452 -0
- package/comate-engine/plugins/bfc/dist/providers/bfcInstructMode.d.ts +8 -0
- package/comate-engine/plugins/bfc/dist/providers/bfcInstructMode.js +77 -0
- package/comate-engine/plugins/bfc/dist/providers/genAbnormalCode.d.ts +8 -0
- package/comate-engine/plugins/bfc/dist/providers/genAbnormalCode.js +71 -0
- package/comate-engine/plugins/bfc/dist/providers/genBfcCode.d.ts +8 -0
- package/comate-engine/plugins/bfc/dist/providers/genBfcCode.js +74 -0
- package/comate-engine/plugins/bfc/dist/providers/getBatchCases.d.ts +10 -0
- package/comate-engine/plugins/bfc/dist/providers/getBatchCases.js +71 -0
- package/comate-engine/plugins/bfc/dist/providers/help.d.ts +8 -0
- package/comate-engine/plugins/bfc/dist/providers/help.js +19 -0
- package/comate-engine/plugins/bfc/dist/service/generateService.d.ts +14 -0
- package/comate-engine/plugins/bfc/dist/service/generateService.js +27 -0
- package/comate-engine/plugins/bfc/package.json +85 -0
- package/comate-engine/plugins/bpm/assets/bpm.png +0 -0
- package/comate-engine/plugins/bpm/dist/index.js +313 -0
- package/comate-engine/plugins/bpm/package.json +65 -0
- package/comate-engine/plugins/casebuilder/assets/icon.svg +1 -0
- package/comate-engine/plugins/casebuilder/dist/help.md +33 -0
- package/comate-engine/plugins/casebuilder/dist/index.js +837 -0
- package/comate-engine/plugins/casebuilder/package.json +80 -0
- package/comate-engine/plugins/centrino/assets/icon.png +0 -0
- package/comate-engine/plugins/centrino/dist/help.md +30 -0
- package/comate-engine/plugins/centrino/dist/index.js +1046 -0
- package/comate-engine/plugins/centrino/package.json +68 -0
- package/comate-engine/plugins/cnap/assets/cnap.png +0 -0
- package/comate-engine/plugins/cnap/dist/help.md +11 -0
- package/comate-engine/plugins/cnap/dist/index.js +171 -0
- package/comate-engine/plugins/cnap/package.json +65 -0
- package/comate-engine/plugins/demo-feature/assets/icon.svg +1 -0
- package/comate-engine/plugins/demo-feature/dist/help.md +1 -0
- package/comate-engine/plugins/demo-feature/dist/index.d.ts +2 -0
- package/comate-engine/plugins/demo-feature/dist/index.js +36008 -0
- package/comate-engine/plugins/demo-feature/dist/providers/codeQuery.d.ts +12 -0
- package/comate-engine/plugins/demo-feature/dist/providers/codeQuery.js +23 -0
- package/comate-engine/plugins/demo-feature/dist/providers/codeSearch.d.ts +8 -0
- package/comate-engine/plugins/demo-feature/dist/providers/codeSearch.js +26 -0
- package/comate-engine/plugins/demo-feature/dist/providers/config.d.ts +13 -0
- package/comate-engine/plugins/demo-feature/dist/providers/config.js +25 -0
- package/comate-engine/plugins/demo-feature/dist/providers/context.d.ts +10 -0
- package/comate-engine/plugins/demo-feature/dist/providers/context.js +49 -0
- package/comate-engine/plugins/demo-feature/dist/providers/debugAgent.d.ts +8 -0
- package/comate-engine/plugins/demo-feature/dist/providers/debugAgent.js +65 -0
- package/comate-engine/plugins/demo-feature/dist/providers/explainCode.d.ts +9 -0
- package/comate-engine/plugins/demo-feature/dist/providers/explainCode.js +24 -0
- package/comate-engine/plugins/demo-feature/dist/providers/fallback.d.ts +5 -0
- package/comate-engine/plugins/demo-feature/dist/providers/fallback.js +23 -0
- package/comate-engine/plugins/demo-feature/dist/providers/file.d.ts +13 -0
- package/comate-engine/plugins/demo-feature/dist/providers/file.js +36 -0
- package/comate-engine/plugins/demo-feature/dist/providers/help.d.ts +8 -0
- package/comate-engine/plugins/demo-feature/dist/providers/help.js +19 -0
- package/comate-engine/plugins/demo-feature/dist/providers/information.d.ts +13 -0
- package/comate-engine/plugins/demo-feature/dist/providers/information.js +23 -0
- package/comate-engine/plugins/demo-feature/dist/providers/knowledge.d.ts +15 -0
- package/comate-engine/plugins/demo-feature/dist/providers/knowledge.js +71 -0
- package/comate-engine/plugins/demo-feature/dist/providers/log.d.ts +12 -0
- package/comate-engine/plugins/demo-feature/dist/providers/log.js +21 -0
- package/comate-engine/plugins/demo-feature/dist/providers/onlyCode.d.ts +8 -0
- package/comate-engine/plugins/demo-feature/dist/providers/onlyCode.js +23 -0
- package/comate-engine/plugins/demo-feature/dist/providers/pluginConfig.d.ts +8 -0
- package/comate-engine/plugins/demo-feature/dist/providers/pluginConfig.js +47 -0
- package/comate-engine/plugins/demo-feature/dist/providers/prompt.d.ts +7 -0
- package/comate-engine/plugins/demo-feature/dist/providers/prompt.js +7 -0
- package/comate-engine/plugins/demo-feature/dist/providers/ragProvider.d.ts +8 -0
- package/comate-engine/plugins/demo-feature/dist/providers/ragProvider.js +17 -0
- package/comate-engine/plugins/demo-feature/dist/providers/render.d.ts +8 -0
- package/comate-engine/plugins/demo-feature/dist/providers/render.js +75 -0
- package/comate-engine/plugins/demo-feature/dist/providers/renderJsx.d.ts +10 -0
- package/comate-engine/plugins/demo-feature/dist/providers/renderJsx.js +173 -0
- package/comate-engine/plugins/demo-feature/dist/providers/section.d.ts +8 -0
- package/comate-engine/plugins/demo-feature/dist/providers/section.js +136 -0
- package/comate-engine/plugins/demo-feature/dist/providers/selectedKnowledge.d.ts +12 -0
- package/comate-engine/plugins/demo-feature/dist/providers/selectedKnowledge.js +17 -0
- package/comate-engine/plugins/demo-feature/dist/providers/streaming.d.ts +8 -0
- package/comate-engine/plugins/demo-feature/dist/providers/streaming.js +29 -0
- package/comate-engine/plugins/demo-feature/dist/providers/userDetail.d.ts +8 -0
- package/comate-engine/plugins/demo-feature/dist/providers/userDetail.js +28 -0
- package/comate-engine/plugins/demo-feature/package.json +214 -0
- package/comate-engine/plugins/demo-timer/assets/icon.svg +2 -0
- package/comate-engine/plugins/demo-timer/dist/index.js +463 -0
- package/comate-engine/plugins/demo-timer/package.json +73 -0
- package/comate-engine/plugins/dev-tools/assets/icon.png +0 -0
- package/comate-engine/plugins/dev-tools/dist/help.md +18 -0
- package/comate-engine/plugins/dev-tools/dist/index.js +166160 -0
- package/comate-engine/plugins/dev-tools/package.json +95 -0
- package/comate-engine/plugins/devaux/assets/icon.svg +1 -0
- package/comate-engine/plugins/devaux/dist/help.md +41 -0
- package/comate-engine/plugins/devaux/dist/index.js +73829 -0
- package/comate-engine/plugins/devaux/dist/static/tree-sitter-cpp.wasm +0 -0
- package/comate-engine/plugins/devaux/dist/static/tree-sitter-go.wasm +0 -0
- package/comate-engine/plugins/devaux/dist/static/tree-sitter.wasm +0 -0
- package/comate-engine/plugins/devaux/dist/tree-sitter.wasm +0 -0
- package/comate-engine/plugins/devaux/package.json +83 -0
- package/comate-engine/plugins/f2c/assets/icon.svg +11 -0
- package/comate-engine/plugins/f2c/dist/help.md +13 -0
- package/comate-engine/plugins/f2c/dist/index.js +64551 -0
- package/comate-engine/plugins/f2c/package.json +56 -0
- package/comate-engine/plugins/fcnap/assets/icon.png +0 -0
- package/comate-engine/plugins/fcnap/dist/help.md +9 -0
- package/comate-engine/plugins/fcnap/dist/index.js +105 -0
- package/comate-engine/plugins/fcnap/package.json +50 -0
- package/comate-engine/plugins/front-end-skills/assets/icon.svg +1 -0
- package/comate-engine/plugins/front-end-skills/dist/help.md +17 -0
- package/comate-engine/plugins/front-end-skills/dist/index.js +8172 -0
- package/comate-engine/plugins/front-end-skills/package.json +79 -0
- package/comate-engine/plugins/gdp/assets/icon.png +0 -0
- package/comate-engine/plugins/gdp/dist/help.md +11 -0
- package/comate-engine/plugins/gdp/dist/index.js +53065 -0
- package/comate-engine/plugins/gdp/package.json +79 -0
- package/comate-engine/plugins/git/assets/git.svg +1 -0
- package/comate-engine/plugins/git/assets/icon.svg +1 -0
- package/comate-engine/plugins/git/dist/help.md +7 -0
- package/comate-engine/plugins/git/dist/index.js +32675 -0
- package/comate-engine/plugins/git/package.json +91 -0
- package/comate-engine/plugins/harmonyos/assets/harmonyos.png +0 -0
- package/comate-engine/plugins/harmonyos/dist/index.js +78 -0
- package/comate-engine/plugins/harmonyos/package.json +37 -0
- package/comate-engine/plugins/iapi/assets/icon.png +0 -0
- package/comate-engine/plugins/iapi/dist/help.md +13 -0
- package/comate-engine/plugins/iapi/dist/index.js +458 -0
- package/comate-engine/plugins/iapi/dist/static/lang/tree-sitter-go.wasm +0 -0
- package/comate-engine/plugins/iapi/dist/static/lang/tree-sitter-java.wasm +0 -0
- package/comate-engine/plugins/iapi/dist/static/tree-sitter-go.wasm +0 -0
- package/comate-engine/plugins/iapi/dist/static/tree-sitter-java.wasm +0 -0
- package/comate-engine/plugins/iapi/dist/tree-sitter.wasm +0 -0
- package/comate-engine/plugins/iapi/package.json +102 -0
- package/comate-engine/plugins/icafe/assets/icafe.svg +1 -0
- package/comate-engine/plugins/icafe/dist/help.md +5 -0
- package/comate-engine/plugins/icafe/dist/index.js +885 -0
- package/comate-engine/plugins/icafe/package.json +74 -0
- package/comate-engine/plugins/ievalue/assets/iEValue.svg +10 -0
- package/comate-engine/plugins/ievalue/dist/index.js +2920 -0
- package/comate-engine/plugins/ievalue/package.json +88 -0
- package/comate-engine/plugins/ipipe/assets/iPipePlugin.png +0 -0
- package/comate-engine/plugins/ipipe/dist/help.md +15 -0
- package/comate-engine/plugins/ipipe/dist/index.js +7264 -0
- package/comate-engine/plugins/ipipe/package.json +62 -0
- package/comate-engine/plugins/jarvis/assets/icon.svg +1 -0
- package/comate-engine/plugins/jarvis/dist/help.md +17 -0
- package/comate-engine/plugins/jarvis/dist/index.js +140416 -0
- package/comate-engine/plugins/jarvis/package.json +93 -0
- package/comate-engine/plugins/mapsearch/assets/mapsearchicon.png +0 -0
- package/comate-engine/plugins/mapsearch/dist/help.md +4 -0
- package/comate-engine/plugins/mapsearch/dist/index.js +145 -0
- package/comate-engine/plugins/mapsearch/package.json +53 -0
- package/comate-engine/plugins/paddle/assets/icon.png +0 -0
- package/comate-engine/plugins/paddle/assets/paconvert-3.0.1-py3-none-any.whl +0 -0
- package/comate-engine/plugins/paddle/dist/help.md +31 -0
- package/comate-engine/plugins/paddle/dist/index.js +1011 -0
- package/comate-engine/plugins/paddle/package.json +129 -0
- package/comate-engine/plugins/robot/assets/Robot.png +0 -0
- package/comate-engine/plugins/robot/dist/index.js +288 -0
- package/comate-engine/plugins/robot/package.json +67 -0
- package/comate-engine/plugins/security/assets/comate.png +0 -0
- package/comate-engine/plugins/security/dist/index.js +18393 -0
- package/comate-engine/plugins/security/package.json +82 -0
- package/comate-engine/plugins/smartapp/assets/icon.png +0 -0
- package/comate-engine/plugins/smartapp/dist/help.md +4 -0
- package/comate-engine/plugins/smartapp/dist/index.js +113 -0
- package/comate-engine/plugins/smartapp/package.json +54 -0
- package/comate-engine/plugins/springer/assets/icon.png +0 -0
- package/comate-engine/plugins/springer/dist/help.md +4 -0
- package/comate-engine/plugins/springer/dist/index.js +94525 -0
- package/comate-engine/plugins/springer/package.json +71 -0
- package/comate-engine/plugins/testmate/assets/icon.svg +1 -0
- package/comate-engine/plugins/testmate/dist/help.md +62 -0
- package/comate-engine/plugins/testmate/dist/index.js +21483 -0
- package/comate-engine/plugins/testmate/package.json +85 -0
- package/comate-engine/plugins/tor/assets/TorPlugin.png +0 -0
- package/comate-engine/plugins/tor/dist/help.md +22 -0
- package/comate-engine/plugins/tor/dist/index.js +807 -0
- package/comate-engine/plugins/tor/package.json +99 -0
- package/comate-engine/plugins/weiyun/assets/icon.png +0 -0
- package/comate-engine/plugins/weiyun/dist/help.md +11 -0
- package/comate-engine/plugins/weiyun/dist/index.js +100491 -0
- package/comate-engine/plugins/weiyun/package.json +55 -0
- package/comate-engine/plugins/wenku/assets/icon.svg +1 -0
- package/comate-engine/plugins/wenku/dist/index.js +249 -0
- package/comate-engine/plugins/wenku/package.json +55 -0
- package/comate-engine/plugins/workcard/assets/favicon.png +0 -0
- package/comate-engine/plugins/workcard/dist/help.md +30 -0
- package/comate-engine/plugins/workcard/dist/index.js +490 -0
- package/comate-engine/plugins/workcard/package.json +95 -0
- package/comate-engine/plugins/xiaomi-aiot/assets/icon.png +0 -0
- package/comate-engine/plugins/xiaomi-aiot/dist/help.md +6 -0
- package/comate-engine/plugins/xiaomi-aiot/dist/index.js +37466 -0
- package/comate-engine/plugins/xiaomi-aiot/package.json +63 -0
- package/comate-engine/server.d.ts +3 -0
- package/comate-engine/server.js +474 -0
- package/dist/bundle/index.js +29 -58174
- package/package.json +2 -1
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"private": true,
|
|
3
|
+
"name": "@comate-plugin/springer",
|
|
4
|
+
"version": "0.8.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"clean": "rm -rf dist",
|
|
8
|
+
"dev": "cpd dev",
|
|
9
|
+
"build": "tsc && cpd build"
|
|
10
|
+
},
|
|
11
|
+
"dependencies": {},
|
|
12
|
+
"devDependencies": {
|
|
13
|
+
"@comate/plugin-cli": "^0.9.2",
|
|
14
|
+
"@comate/plugin-host": "^0.9.2",
|
|
15
|
+
"form-data": "^4.0.0",
|
|
16
|
+
"node-fetch": "^2.6.1",
|
|
17
|
+
"@types/node-fetch": "^2.6.1"
|
|
18
|
+
},
|
|
19
|
+
"comate": {
|
|
20
|
+
"name": "springer",
|
|
21
|
+
"version": "1.0.0",
|
|
22
|
+
"icon": "./assets/icon.png",
|
|
23
|
+
"entry": "./dist/index.js",
|
|
24
|
+
"displayName": "APP隐私合规助手",
|
|
25
|
+
"description": "APP隐私合规助手,支持代码生成、智能问答、问题整改、合规指引等。",
|
|
26
|
+
"keyword": [
|
|
27
|
+
"隐私合规",
|
|
28
|
+
"APP隐私合规",
|
|
29
|
+
"史宾格隐私合规",
|
|
30
|
+
"隐私合规问题整改"
|
|
31
|
+
],
|
|
32
|
+
"capabilities": [
|
|
33
|
+
{
|
|
34
|
+
"type": "Skill",
|
|
35
|
+
"name": "compliance",
|
|
36
|
+
"displayName": "上传检测",
|
|
37
|
+
"description": "对APP进行隐私合规检测",
|
|
38
|
+
"placeholder": "输入APK文件路径,或直接回车扫描项目下的APK文件"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "Skill",
|
|
42
|
+
"name": "complianceRecord",
|
|
43
|
+
"displayName": "最近检测查询",
|
|
44
|
+
"description": "查询APP隐私合规最近检测记录",
|
|
45
|
+
"placeholder": "查询最近5条检测记录,回车立即查询"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"type": "Skill",
|
|
49
|
+
"name": "chat",
|
|
50
|
+
"displayName": "智能问答",
|
|
51
|
+
"description": "智能回答APP隐私合规的相关咨询"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"type": "Skill",
|
|
55
|
+
"name": "springer-help",
|
|
56
|
+
"displayName": "插件介绍",
|
|
57
|
+
"description": "插件介绍",
|
|
58
|
+
"placeholder": "无需输入内容,回车获得插件介绍"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"type": "Fallback",
|
|
62
|
+
"name": "fallback",
|
|
63
|
+
"displayName": "智能问答",
|
|
64
|
+
"description": "智能解答关于APP隐私合规的相关问题"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"configSchema": {
|
|
68
|
+
"sections": []
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24"><defs><pattern id="d" width="100%" height="100%" patternUnits="objectBoundingBox"><use xlink:href="#a"/></pattern><pattern id="e" width="100%" height="100%" patternUnits="objectBoundingBox"><use xlink:href="#b"/></pattern><image xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAOCAYAAAAbvf3sAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAADKADAAQAAAABAAAADgAAAABpzKk9AAABX0lEQVQoFWWSvU4DMRCExz4nQJBQGlpqHoHX5aGQqCgoaCJEEnKX+7X55pIICayM1o5ndmfXF95ecoklKGedMBH/oPjMfQGxzUUlFIWgE0QEKr8o7C+I7VR0RBTiWUC8rJl0ruzsrpIayERW1qqKc1mX+EfGlkXpeyzqyUrglHWDKIzsOV96mTibfBJMGUtBLejA/VJaInJ5E8cB4rlpJ0k7Ugd2FTYWdP45ZD3eJvXHqK45ZR3wNwJ0SlsI7oFW5IuaITx/1Cr7oKfltdYkWYJEWs+DChmisFN0gLzpJ73Wo75I5PVQJa1j1IoxXlmwx1JH5gbyHvGmz3OVHU28TzYhNaXSHW+1cqUDTbckq4kWu4r9dhC3jGXFILyG6P8i7wDBD2fvfhNbYzv7bRDs+WwWwGObCMlkw5+IyW7c7iOXtnoENcJqTpGVOm6xPWNA4Oz85u+JJ1B7FiX+9ZR+APZtIoDTI9YaAAAAAElFTkSuQmCC" id="a" width="12" height="14"/><image xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAOCAYAAAAWo42rAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACqADAAQAAAABAAAADgAAAADO+B41AAABIElEQVQoFW2STU7EMAyFnxP3v0M7BU0lNkiz5AJsuQVnRrPgIixgB0yb8JyWCsRYspzUX2w/q3J/eo5RcNH2yDBIhk4Urgr+IqQQVOJQi0djYB0URXD/4AKOgMeO0BVddwTNJvnCLHF70BLq2HrP1ubaTznULxVfs88NHCTH6AqMjL2BNwQbzlmt7Q1u4HF0NY5S45qQjaCHqcSEiIMLGM8lXuo3PFQdHv3AljlKzqoiUEt67ieLDmX0eHq/w3AL5CVA0SCTTPs5R06wpKgWmoDzx5L01Om4PYO1tfWwWsG5LGFVYgDCtMCRi3D8pjWFKLN2MbfXlgyEZWY03uA/EMEfS1UJpEjaBC0D/4YMWKH0H/BsBTd1SeGqMlVeYTt/AxQHTFJP5HKCAAAAAElFTkSuQmCC" id="b" width="10" height="14"/><linearGradient id="c" x1="13.066%" x2="85.383%" y1="21.827%" y2="78.173%"><stop offset="0%" stop-color="#69D2FF"/><stop offset="40.999%" stop-color="#4887FD"/><stop offset="100%" stop-color="#69D2FF"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><path fill="url(#c)" d="M8.194.275a4.497 4.497 0 0 1 1.803 1.228l.002-.003a5.49 5.49 0 0 1 1.04 1.746l.062.173c.289.843.42 1.787.382 2.77.023.13.04.235.049.311.012.802.163 1.652.467 2.497 1.07 2.973 3.629 4.761 5.715 3.993a2.989 2.989 0 0 0 1.158-.78 4.57 4.57 0 0 1-2.164 1.682c-2.432.895-5.087-.477-6.704-3 .022-.035.047-.079.073-.132l-.078.127a9.397 9.397 0 0 1-.842-1.66l-.078-.216a9.776 9.776 0 0 1-.007-.018l-.041-.119-.047-.127a9.273 9.273 0 0 1-.474-2.739l-.015.106v-.369c-.02-.97-.309-1.782-.773-2.255-.384-.59-.902-1.034-1.539-1.269C4.097 1.453 1.538 3.241.47 6.214a7.808 7.808 0 0 0-.465 2.36 9.221 9.221 0 0 1 .555-3.4c1.322-3.677 4.647-6 7.635-4.9Z" transform="translate(2 5.162)"/><path fill="url(#d)" d="M18.873 12.21a2.988 2.988 0 0 1-1.159.78c-2.086.768-4.645-1.02-5.715-3.993a7.769 7.769 0 0 1-.467-2.497c.057.467.177.957.356 1.456.817 2.27 2.61 3.523 3.795 3.087 1.185-.437 1.762-2.562.945-4.833-.817-2.27-2.609-3.523-3.794-3.086-.18.066-.345.17-.494.309l.131-.182.14-.171c-.096.11-.187.228-.271.353a2.16 2.16 0 0 0-.033.031L11.249.525a4.48 4.48 0 0 1 .495-.226l.065-.024.09-.032c2.964-1.022 6.236 1.291 7.545 4.93a9.29 9.29 0 0 1 .559 3.103c.004 1.492-.384 2.879-1.13 3.934Z" transform="translate(2 5.162)"/><path fill="url(#e)" d="M.005 8.576a7.802 7.802 0 0 1 .464-2.362c1.07-2.973 3.628-4.76 5.714-3.993.636.235 1.155.68 1.539 1.27a1.52 1.52 0 0 0-.522-.356l-.031-.011-.036-.013c-1.185-.399-2.95.851-3.758 3.1-.817 2.27-.24 4.395.945 4.832 1.045.384 2.56-.543 3.465-2.323l.168.467L9.02 12.15c-1.597 1.69-3.735 2.474-5.724 1.742-.94-.346-1.69-.973-2.235-1.784C.408 11.138.048 9.906.005 8.576Z" transform="translate(2 5.162)"/></g></svg>
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
您好,我是自动化用例编写助手,提供自动化用例生成,自动化用例改写和扩展,以及根据自然语言生成用例功能。
|
|
2
|
+
|
|
3
|
+
一\.调起TestMate插件能力
|
|
4
|
+
|
|
5
|
+
方法1:直接调用testmate的测试能力
|
|
6
|
+
|
|
7
|
+
在输入中输入:"/生成测试代码"
|
|
8
|
+
|
|
9
|
+
方法2:依次调用TestMate和测试能力
|
|
10
|
+
|
|
11
|
+
(1)\.输入@TestMate,回车
|
|
12
|
+
|
|
13
|
+
(2)输入生成测试代码,回车
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
二\. 生成用例或代码
|
|
18
|
+
|
|
19
|
+
场景1:根据鼠标选中代码和自然语言描述生成测试用例
|
|
20
|
+
|
|
21
|
+
使用鼠标划选部分代码,并输入对选中代码的修改指令,生成新的用例,
|
|
22
|
+
|
|
23
|
+
样例1:生成异常用例
|
|
24
|
+
|
|
25
|
+
(1)生成随机条数异常用例:
|
|
26
|
+
|
|
27
|
+
(2)生成指定条数的异常用例:生成4条异常用例
|
|
28
|
+
|
|
29
|
+
(3)指定参数异常的用例,例如:生成user\_name异常的测试用例
|
|
30
|
+
|
|
31
|
+
更多的异常用例场景,欢迎大家体验
|
|
32
|
+
|
|
33
|
+
样例2:修改选中用例的输入或校验
|
|
34
|
+
|
|
35
|
+
描述:当user\_id为null时,校验code不等于0
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
场景2:根据自然语言描述生成测试代码
|
|
40
|
+
|
|
41
|
+
学习代码库中代码片段与描述,结合本次的自然语言描述,生成新的代码或用例。
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
场景3:根据输入IAPI的接口文档链接生成测试用例
|
|
46
|
+
|
|
47
|
+
首先打开IAPI,复制接口文档的链接,再把复制的链接粘贴到插件的输入框中,点击生成
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
场景4:输入用例描述\+IAPI链接
|
|
52
|
+
|
|
53
|
+
首先在IAPI平台复制接口文档链接,然后在输入框中粘贴该链接,并输入对生成用例的要求
|
|
54
|
+
|
|
55
|
+
三\. 采纳用例或代码
|
|
56
|
+
|
|
57
|
+
1\.鼠标点击右侧代码文件中的某个位置
|
|
58
|
+
|
|
59
|
+
2\.点击采纳按钮
|
|
60
|
+
|
|
61
|
+
3\.生成的用例或代码即粘贴到光标位置
|
|
62
|
+
|