ide-assi 0.117.0 → 0.118.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.
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/components/ideAi.js +1 -1
- package/package.json +1 -1
- package/src/components/ideAi.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -193512,7 +193512,7 @@ class IdeAi
|
|
|
193512
193512
|
|
|
193513
193513
|
#generateRealFile = async (filePath, src) => {
|
|
193514
193514
|
|
|
193515
|
-
const path = "
|
|
193515
|
+
const path = "/api/templates/mybatis.xml";
|
|
193516
193516
|
const template = await fetch(path).then(res => res.text());
|
|
193517
193517
|
|
|
193518
193518
|
console.log(template);
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193508,7 +193508,7 @@ class IdeAi
|
|
|
193508
193508
|
|
|
193509
193509
|
#generateRealFile = async (filePath, src) => {
|
|
193510
193510
|
|
|
193511
|
-
const path = "
|
|
193511
|
+
const path = "/api/templates/mybatis.xml";
|
|
193512
193512
|
const template = await fetch(path).then(res => res.text());
|
|
193513
193513
|
|
|
193514
193514
|
console.log(template);
|
package/dist/components/ideAi.js
CHANGED
|
@@ -218,7 +218,7 @@ export class IdeAi
|
|
|
218
218
|
|
|
219
219
|
#generateRealFile = async (filePath, src) => {
|
|
220
220
|
|
|
221
|
-
const path = "
|
|
221
|
+
const path = "/api/templates/mybatis.xml";
|
|
222
222
|
const template = await fetch(path).then(res => res.text());
|
|
223
223
|
|
|
224
224
|
console.log(template);
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -218,7 +218,7 @@ export class IdeAi
|
|
|
218
218
|
|
|
219
219
|
#generateRealFile = async (filePath, src) => {
|
|
220
220
|
|
|
221
|
-
const path = "
|
|
221
|
+
const path = "/api/templates/mybatis.xml";
|
|
222
222
|
const template = await fetch(path).then(res => res.text());
|
|
223
223
|
|
|
224
224
|
console.log(template);
|