更新安装软件版本,其他优化,欢迎关注

This commit is contained in:
iniwap
2025-07-15 10:41:51 +08:00
parent b35facadfd
commit 55fc412e79
4 changed files with 21 additions and 14 deletions
+2
View File
@@ -1,3 +1,5 @@
SPDX-License-Identifier: LicenseRef-AIWriteX-License
# AIWriteX License 📜
## Version 1.1, July 13, 2025
**Copyright (c) 2025 CodeMaster**
+2
View File
@@ -1,3 +1,5 @@
SPDX-License-Identifier: LicenseRef-AIWriteX-License
# AIWriteX 许可证 📜
## 版本 1.12025年7月13日
**版权所有 (c) 2025 iniwap**
+6 -5
View File
@@ -88,9 +88,9 @@
### 软件模式
1. 请从网盘下载`AIWriteX_云盘版_Setup.exe` 👇,并安装
| 网盘类型 | 下载链接 | 提取码 | 版本 |最新版本|
| 网盘类型 | 下载链接 | 提取码 | 版本 |是否最新|
|-----------------------------|-------------------------------------------------------------------------------------------------------|--------|---------|-------|
| **移动云盘** |[点击下载](https://caiyun.139.com/w/i/2oxwEZ9jT9tuo) |66n6 |V2.1.1 |✅ |
| **移动云盘** |[点击下载](https://caiyun.139.com/w/i/2oxwF29y7XRid) |2ooa |V2.1.2 |✅ |
| **Microsoft OneDrive** |[点击下载](https://1drv.ms/u/c/c831e3cc9be11110/EZm8ErtLJGlDhY2xkPdc_zcBJ6ya9SaYyEsufezcJlzJEg?e=TaT0Yh)|/ |V2.1 |❌ |
| **Google Drive** |[点击下载](https://drive.google.com/file/d/1L3LWwxnBmkXMnu1E80aqoLEomp-fZUlR/view?usp=sharing) |/ |V2.1 |❌ |
@@ -204,6 +204,7 @@
## 📢 后续计划
- **优化配图管理相关功能**
- 陆续新增创意性功能,使得软件更好玩、更强大
- 增加功能,使输出效果更好(持续)
- 优化模板,减少token消耗(持续)
- 优化处理,减少不必要的token消耗(持续)
@@ -233,9 +234,9 @@
- 未认证账号:API无法实现显示到公众号列表,只能通过后台操作
- 认证账号:必须调用群发接口,才能显示到列表。is_to_allTrue/False)以及不调用sendAll接口具体情况,请各位自行测试,支持配置这三种情况
- is_to_all=False,且调用接口时,tag_id(用户标签群组ID)好像是必须填写
- [官方解释](https://developers.weixin.qq.com/doc/service/guide/product/message/Batch_Sends.html)(愣是看的云里雾里,WDNMD,为什么会有这么逆天的产品)
- 关于此的 [官方解释](https://developers.weixin.qq.com/doc/service/guide/product/message/Batch_Sends.html)(愣是看的云里雾里,WDNMD,为什么会有这么逆天的产品)
> **⚠️ 注意**:2025 年 7 月后,非认证账号将面临自动化发布限制(目前仍可使用)。
> **⚠️ 注意**:2025 年 7 月后,非认证账号可能将面临自动化发布限制(目前仍可使用)。
### 关于软件模式
@@ -263,7 +264,7 @@
- 分享自动发文功能的新场景或改进点
## 📩 联系我们
如需了解配置详情或扩展、定制功能、商业授权,请联系QQ 522765228
如需了解配置详情或扩展、定制功能、商业授权,请联系QQ 522765228
## 📜 许可证 / License
- **非商业使用**:您可自由使用和修改软件,但必须在所有副本或实质部分中保留 AIWriteX 许可证和版权声明。
+11 -9
View File
@@ -34,6 +34,8 @@ __author__ = "iniwaper@gmail.com"
__copyright__ = "Copyright (C) 2025 iniwap"
# __date__ = "2025/04/17"
__version___ = "v2.1.2"
class MainGUI(object):
def __init__(self):
@@ -97,7 +99,7 @@ class MainGUI(object):
"",
key="-TOPIC_INPUT-",
disabled=True,
size=(32, 1), # Increased from 30 to 32
size=(32, 1),
pad=((5, 5), (5, 2)),
tooltip="输入自定义话题,或留空以自动获取热搜作为文章标题",
),
@@ -113,7 +115,7 @@ class MainGUI(object):
[
sg.Text(
"模板分类及模板:",
size=(12, 1), # Consistent with other labels
size=(12, 1),
pad=((10, 5), (5, 2)),
tooltip="指定分类及模板:\n- 优先级高于配置,优先采用此设置\n- 仅限本次运行使用,不会保存到配置",
),
@@ -124,7 +126,7 @@ class MainGUI(object):
),
key="-TEMPLATE_CATEGORY-",
disabled=True,
size=(15, 1), # Adjusted for better alignment
size=(15, 1),
readonly=True,
enable_events=True,
pad=((5, 5), (5, 2)),
@@ -137,7 +139,7 @@ class MainGUI(object):
),
key="-TEMPLATE-",
disabled=True,
size=(15, 1), # Adjusted for better alignment
size=(15, 1),
readonly=True,
pad=((5, 10), (5, 2)),
tooltip="选择模板:\n- 随机模板:从选定分类中随机选取模板\n- 指定模板:使用选定分类下的特定模板文件",
@@ -148,13 +150,13 @@ class MainGUI(object):
"AI参考文章链接:",
size=(12, 1),
pad=((10, 5), (2, 5)),
tooltip="输入链接,生成文章将参考其内容",
tooltip="参考文章链接:\n- 输入链接,生成文章将参考其内容\n- 可不填参考链接,采用搜索结果",
),
sg.InputText(
"",
key="-URLS_INPUT-",
disabled=True,
size=(26, 1), # Reduced from 30 to 24
size=(26, 1),
tooltip="多个链接请用竖线(|)分隔,例如:http://site1.com|https://site2.com",
pad=((5, 5), (2, 5)),
),
@@ -165,7 +167,7 @@ class MainGUI(object):
disabled=True,
size=(6, 1),
pad=((5, 10), (2, 5)),
tooltip="选择参考链接文章内容的借鉴比例",
tooltip="参考链接文章内容的借鉴比例",
),
],
],
@@ -229,7 +231,7 @@ class MainGUI(object):
]
self._window = sg.Window(
"AIWriteX - v2.1.1",
f"AIWriteX - {__version___}",
layout,
default_element_size=(12, 1),
size=(640, 640),
@@ -531,7 +533,7 @@ class MainGUI(object):
elif event == "关于":
sg.popup(
"关于软件 AIWriteX",
"当前Version 2.1.1",
f"当前版本 {__version___}",
"Copyright (C) 2025 iniwap,All Rights Reserved",
title="系统提示",
icon=self.__get_icon(),