mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2026-07-29 06:24:31 +08:00
Add custom revoked message style support
Make revoked message mask style experimental
This commit is contained in:
BIN
Binary file not shown.
@@ -3,7 +3,7 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>19B88</string>
|
||||
<string>19C57</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
@@ -27,17 +27,17 @@
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>11B500</string>
|
||||
<string>11C29</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>19B89</string>
|
||||
<string>19B90</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.15</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1120</string>
|
||||
<string>1130</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11B500</string>
|
||||
<string>11C29</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.10</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
|
||||
@@ -31,3 +31,8 @@
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Alfred JSON compressing:"; ObjectID = "jHw-2a-B2t"; */
|
||||
"jHw-2a-B2t.title" = "Alfred JSON compressing:";
|
||||
|
||||
"7wK-v5-BgQ.title" = "Revoked message style:";
|
||||
"wRC-UO-k1G.title" = "Classic";
|
||||
"gH0-wV-Bx0.title" = "Mask";
|
||||
"ftV-1F-OnB.title" = "Experimental feature"
|
||||
|
||||
+5
@@ -31,3 +31,8 @@
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Alfred JSON compressing:"; ObjectID = "jHw-2a-B2t"; */
|
||||
"jHw-2a-B2t.title" = "Alfred JSON 压缩:";
|
||||
|
||||
"7wK-v5-BgQ.title" = "消息撤回样式:";
|
||||
"wRC-UO-k1G.title" = "经典";
|
||||
"gH0-wV-Bx0.title" = "遮罩";
|
||||
"ftV-1F-OnB.title" = "试验性功能"
|
||||
|
||||
+5
@@ -31,3 +31,8 @@
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Alfred JSON compressing:"; ObjectID = "jHw-2a-B2t"; */
|
||||
"jHw-2a-B2t.title" = "Alfred JSON 壓縮:";
|
||||
|
||||
"7wK-v5-BgQ.title" = "消息撤回樣式:";
|
||||
"wRC-UO-k1G.title" = "經典";
|
||||
"gH0-wV-Bx0.title" = "遮罩";
|
||||
"ftV-1F-OnB.title" = "試驗性功能"
|
||||
|
||||
Reference in New Issue
Block a user