1,下载附件,解压缩 a,傻瓜版——将其中的文件复制到PSP记忆棒,替换文件,重启PSP即可 b,手动版——将seplugins文件夹中的dayviewer.prx,dayviewer_config.txt复制到PSP记忆棒的seplugins文件夹中。然后在seplugins文件夹找到VSH.TXT这个文件,添加ms0:/seplugins/dayviewer.prx 1 复制代码保存,重启PSP即可
更新内容: Changelog v7 - Now you have the full possibility to edit the clock string to your desire. 现在您能随意自由编辑时间字符串。 - Added battery lifetime. 新增电池剩余时间显示。 - Fixed incompatibility with AutoStart PRX. 修正与开机自启动插件的兼容性。 - Solved bug in unicode encoding: some character didn't show correctly. 解决某些unicode字符的解码问题(v6版本bug)。 - Translation & Editing clock string 时间字符串语法。 - The config file for the translation and the clock string is: 'dayviewer_config.txt' 设置文件为dayviewer_config.txt。 - For the clock string, you can use these things: 可以使用以下字符串:
参数详解: %weekday 星期 %day 日期(数字) %monthname 月份名 %month 月份(数字) %year 年份(数字) %hour12 (time format 12) 小时(12小时制) %hour 小时(24小时制) %min 分钟 %sec 秒 %ampm 上/下午标识(12小时制) %batpercent 电池剩余百分比 %batlifehour (battery life hour) 电池剩余小时 %batlifemin (battery life minutes) 电池剩余分钟 If you want to show the percent symbol you have to write '%%'. 如果要显示'%'请写为'%%' To make a new line, write '\'. 新建一行使用'\' If you make a new line, the clock string will slide up. To fix that, write '\' at the beginning of the string. 如果新建一行请在时间字符串前面加'\',否则会导致显示滑移
举例1: [SuperHero, %month-%day-%year %hour:%min:%sec %batpercent%%] 效果:
举例2: \%weekday, %day. %monthname %year %hour12:%min:%sec %ampm\CFW 5.50GEN-D3
效果: Note: Max. 100 characters for the clock string 最大字符数100个(一个中文字算2个)