@ywfe/fe-tools 1.0.2-beta.3 → 1.0.2-beta.4

Sign up to get free protection for your applications and to get access to all the features.
package/dist/bundle.js CHANGED
@@ -8805,7 +8805,6 @@ function userInputToJson(_a) {
8805
8805
  switch (_c.label) {
8806
8806
  case 0:
8807
8807
  input.userInput, input.rules;
8808
- console.log('cesh');
8809
8808
  return [4 /*yield*/, feTools.request({
8810
8809
  input: {
8811
8810
  url: "https://fc-typechat.ywwl.com/userInputToJson",
@@ -8822,6 +8821,7 @@ function userInputToJson(_a) {
8822
8821
 
8823
8822
  function JSON2String(_a) {
8824
8823
  var input = _a.input;
8824
+ console.log('test');
8825
8825
  var _b = input.data, data = _b === void 0 ? {} : _b;
8826
8826
  try {
8827
8827
  return "```json" + JSON.stringify(data) + "json```";