Epub阅读器0.0.1

This commit is contained in:
shen
2026-05-21 19:40:51 +08:00
commit daa36d8fe7
559 changed files with 106266 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
class WRAboutViewController {
viewDidLoad() {
self.origin__viewDidLoad();
// 把原来的 rights 和 reserved 开头改成大写
self.copyrightLabel().setText('腾讯公司 版权所有\nCopyright \u00A9 1998 - 2022 Tencent. All Rights Reserved.');
}
}