Michael Yang
2025-05-08 d489dcbddddc13a5477cf92683c2e322add033bf
build: v1.0.1 release (^.^)YYa!!
23个文件已修改
142 ■■■■ 已修改文件
aiflowy-commons/aiflowy-common-ai/pom.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-commons/aiflowy-common-all/pom.xml 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-commons/aiflowy-common-base/pom.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-commons/aiflowy-common-base/src/main/java/tech/aiflowy/common/Consts.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-commons/aiflowy-common-cache/pom.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-commons/aiflowy-common-file-storage/pom.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-commons/aiflowy-common-options/pom.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-commons/aiflowy-common-satoken/pom.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-commons/aiflowy-common-sms/pom.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-commons/aiflowy-common-tcaptcha/pom.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-commons/aiflowy-common-web/pom.xml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-commons/pom.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-modules/aiflowy-module-ai/pom.xml 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-modules/aiflowy-module-auth/pom.xml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-modules/aiflowy-module-autoconfig/pom.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-modules/aiflowy-module-common/pom.xml 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-modules/aiflowy-module-core/pom.xml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-modules/aiflowy-module-log/pom.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-modules/aiflowy-module-system/pom.xml 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-modules/pom.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-starter/pom.xml 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-ui-react/src/pages/commons/login.tsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-commons/aiflowy-common-ai/pom.xml
@@ -5,7 +5,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy-commons</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-common-ai</artifactId>
@@ -97,14 +97,14 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-base</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-options</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
            <scope>compile</scope>
        </dependency>
aiflowy-commons/aiflowy-common-all/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy-commons</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-common-all</artifactId>
@@ -19,42 +19,42 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-ai</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-base</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-cache</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-file-storage</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-options</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-sms</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-tcaptcha</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-web</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
    </dependencies>
aiflowy-commons/aiflowy-common-base/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy-commons</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-common-base</artifactId>
aiflowy-commons/aiflowy-common-base/src/main/java/tech/aiflowy/common/Consts.java
@@ -1,7 +1,7 @@
package tech.aiflowy.common;
public class Consts {
    public static final String VERSION = "v1.0.0";
    public static final String VERSION = "v1.0.1";
    public static final String REQ_ATTR_ACCOUNT_ID = "loginAccountId";
    public static final String JWT_ATTR_SESSION_ID = "sessionId";
aiflowy-commons/aiflowy-common-cache/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy-commons</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-common-cache</artifactId>
aiflowy-commons/aiflowy-common-file-storage/pom.xml
@@ -5,7 +5,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy-commons</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-common-file-storage</artifactId>
@@ -25,7 +25,7 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-base</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
aiflowy-commons/aiflowy-common-options/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy-commons</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-common-options</artifactId>
@@ -43,7 +43,7 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-base</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
            <scope>compile</scope>
        </dependency>
aiflowy-commons/aiflowy-common-satoken/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy-commons</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-common-satoken</artifactId>
@@ -40,7 +40,7 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-base</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
    </dependencies>
</project>
aiflowy-commons/aiflowy-common-sms/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy-commons</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-common-sms</artifactId>
@@ -18,7 +18,7 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-base</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
            <scope>compile</scope>
        </dependency>
aiflowy-commons/aiflowy-common-tcaptcha/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy-commons</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-common-tcaptcha</artifactId>
@@ -40,7 +40,7 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-base</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
            <scope>compile</scope>
        </dependency>
aiflowy-commons/aiflowy-common-web/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy-commons</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-common-web</artifactId>
@@ -19,7 +19,7 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-satoken</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>cn.dev33</groupId>
@@ -109,14 +109,14 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-base</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-ai</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
    </dependencies>
aiflowy-commons/pom.xml
@@ -5,7 +5,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-commons</artifactId>
aiflowy-modules/aiflowy-module-ai/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy-modules</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-module-ai</artifactId>
@@ -17,17 +17,17 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-cache</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-base</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-ai</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>dev.tinyflow</groupId>
@@ -47,17 +47,17 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-module-core</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-satoken</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-file-storage</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>cn.hutool</groupId>
@@ -66,7 +66,7 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-module-system</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>
aiflowy-modules/aiflowy-module-auth/pom.xml
@@ -4,7 +4,7 @@
  <parent>
    <groupId>tech.aiflowy</groupId>
    <artifactId>aiflowy-modules</artifactId>
    <version>1.0.0-alpha.1</version>
    <version>1.0.1</version>
  </parent>
  <artifactId>aiflowy-module-auth</artifactId>
@@ -17,17 +17,17 @@
    <dependency>
      <groupId>tech.aiflowy</groupId>
      <artifactId>aiflowy-common-satoken</artifactId>
      <version>1.0.0-alpha.1</version>
      <version>1.0.1</version>
    </dependency>
    <dependency>
      <groupId>tech.aiflowy</groupId>
      <artifactId>aiflowy-common-web</artifactId>
      <version>1.0.0-alpha.1</version>
      <version>1.0.1</version>
    </dependency>
    <dependency>
      <groupId>tech.aiflowy</groupId>
      <artifactId>aiflowy-module-system</artifactId>
      <version>1.0.0-alpha.1</version>
      <version>1.0.1</version>
    </dependency>
  </dependencies>
</project>
aiflowy-modules/aiflowy-module-autoconfig/pom.xml
@@ -4,7 +4,7 @@
  <parent>
    <groupId>tech.aiflowy</groupId>
    <artifactId>aiflowy-modules</artifactId>
    <version>1.0.0-alpha.1</version>
    <version>1.0.1</version>
  </parent>
  <artifactId>aiflowy-module-autoconfig</artifactId>
@@ -17,12 +17,12 @@
    <dependency>
      <groupId>tech.aiflowy</groupId>
      <artifactId>aiflowy-common-web</artifactId>
      <version>1.0.0-alpha.1</version>
      <version>1.0.1</version>
    </dependency>
    <dependency>
      <groupId>tech.aiflowy</groupId>
      <artifactId>aiflowy-module-core</artifactId>
      <version>1.0.0-alpha.1</version>
      <version>1.0.1</version>
    </dependency>
  </dependencies>
</project>
aiflowy-modules/aiflowy-module-common/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy-modules</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-module-common</artifactId>
@@ -17,22 +17,22 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-module-core</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-module-ai</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-satoken</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-file-storage</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
    </dependencies>
</project>
aiflowy-modules/aiflowy-module-core/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy-modules</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-module-core</artifactId>
@@ -25,17 +25,17 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-base</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-tcaptcha</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-web</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
    </dependencies>
</project>
aiflowy-modules/aiflowy-module-log/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy-modules</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-module-log</artifactId>
@@ -21,12 +21,12 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-web</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-satoken</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
    </dependencies>
</project>
aiflowy-modules/aiflowy-module-system/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy-modules</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-module-system</artifactId>
@@ -21,17 +21,17 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-base</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-module-core</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-satoken</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>cn.hutool</groupId>
@@ -40,12 +40,12 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-common-web</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-module-log</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
    </dependencies>
</project>
aiflowy-modules/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-modules</artifactId>
aiflowy-starter/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>tech.aiflowy</groupId>
        <artifactId>aiflowy</artifactId>
        <version>1.0.0-alpha.1</version>
        <version>1.0.1</version>
    </parent>
    <artifactId>aiflowy-starter</artifactId>
@@ -19,22 +19,22 @@
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-module-ai</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-module-auth</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-module-common</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>tech.aiflowy</groupId>
            <artifactId>aiflowy-module-autoconfig</artifactId>
            <version>1.0.0-alpha.1</version>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>com.zaxxer</groupId>
aiflowy-ui-react/src/pages/commons/login.tsx
@@ -115,7 +115,7 @@
                </Form>
            </Flex>
            <div style={{position:"absolute",bottom:"20px",right:"20px",color:"#fff",fontSize:"14px"}}><a href="https://aiflowy.tech" style={{color:"#fff"}} target="_blank">AIFlowy.tech</a> (v1.0.0)</div>
            <div style={{position:"absolute",bottom:"20px",right:"20px",color:"#fff",fontSize:"14px"}}><a href="https://aiflowy.tech" style={{color:"#fff"}} target="_blank">AIFlowy.tech</a> (v1.0.1)</div>
        </div>
    )
}
pom.xml
@@ -3,7 +3,7 @@
    <modelVersion>4.0.0</modelVersion>
    <groupId>tech.aiflowy</groupId>
    <artifactId>aiflowy</artifactId>
    <version>1.0.0-alpha.1</version>
    <version>1.0.1</version>
    <packaging>pom</packaging>
    <modules>