penmod1.2.0修改版安装脚本 #177
Replies: 10 comments 28 replies
-
|
请问程序显示当前系统已安装PenMods,但词典笔界面没有变化是什么原因 |
Beta Was this translation helpful? Give feedback.
-
|
大家可以看看这是怎么回事吗,一运行打开adb调试就秒退,然后出现以下红色的字 |
Beta Was this translation helpful? Give feedback.
-
|
在vscode里打开的,有人知道为什么会这样吗 请将词典笔与电脑连接,并开启ADB调试。请进入 [更多设置]->[关于]->[法律监管] 后快速连续点击5次屏幕即可打开ADB调试。'adb' 不是内部或外部命令,也不是可运行的程序 |
Beta Was this translation helpful? Give feedback.
-
|
G3词典笔怎么办,现在原程序用不了了,下这个修改版ui乱的 |
Beta Was this translation helpful? Give feedback.
-
|
现在可以去tg群里手动装1.3.0预览版 |
Beta Was this translation helpful? Give feedback.
-
|
YDP021 装完以后一直卡在Logo页面咋办 |
Beta Was this translation helpful? Give feedback.
-
|
YDPA6-2,版本4.7.2行不行 |
Beta Was this translation helpful? Give feedback.
-
|
===== RESTART: C:\Users\Administrator\Desktop\Installer-1.1.0\Installer.py ===== During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): 请问这种情况该怎么解决 |
Beta Was this translation helpful? Give feedback.
-
|
感谢,当时眼瞎尽然没看见
…________________________________
发件人: forward ***@***.***>
发送时间: 2025年4月26日 16:23
收件人: PenUniverse/PenMods-release ***@***.***>
抄送: zangxuyao ***@***.***>; Comment ***@***.***>
主题: Re: [PenUniverse/PenMods-release] penmod1.2.0安装脚本 (Discussion #177)
看路径你这个是原版的安装程序吧?目前无法正常使用,原因在本帖开始有说明。现在可以去tg群里手动装1.3.0预览版,或者拿本帖开篇的修改版程序给有道2安装1.2.0,使用前注意看清楚说明
―
Reply to this email directly, view it on GitHub<#177 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BPYZA2VFHMRKWLZXSHDGE6323M66ZAVCNFSM6AAAAABCYDUUJGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOJVGM4TIMA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
import os import requestsimport time PENMODS_SERVER_ADDR = "https://dictpen.amd.rocks/" MOD_PACK_VERSION = 100 VERSION = "1.1.0" def printLogo(): def terminate(): def handleAssert(express, errmsg:str=None): def initDirs(): class ADB: class Utils: adb = None def getSystemVersions() -> dict: def getPcbaVersion() -> str: def getAppMd5() -> str: def checkConnection() -> bool:return requests.get(PENMODS_SERVER_ADDR).status_code == 200def isInstalled() -> bool: def install_a2(info: dict):def install_a2(): def install_b1(info: dict): if name == 'main': |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
背景
根据PenMods作者于社区发布的贴子,由于原社区数据丢失,目前使用原版安装程序无法正常安装PenMods。
因此,在PenMods1.3.0更新并修复正常安装功能前,此帖提供一个基于原版installer-1.1.0安装脚本修改的安装脚本及相关文件[https://github.com/tofuture-1/penmod_install_for1.2.0],专用于有道2,2.0.7/2.1.2系统版本的PenMods1.2.0安装。
使用方法
下载链接中的releases文件,解压后使用任意python3.9及以上的IDE打开并运行该文件夹中的installer.py。

Beta Was this translation helpful? Give feedback.
All reactions