Epub阅读器0.0.1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class WRAboutViewController {
|
||||
viewDidLoad() {
|
||||
self.origin__viewDidLoad();
|
||||
// 把原来的 rights 和 reserved 开头改成大写
|
||||
self.copyrightLabel().setText('腾讯公司 版权所有\nCopyright \u00A9 1998 - 2022 Tencent. All Rights Reserved.');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user