diff --git "a/src/rule/com.tencent.mm/app/\345\276\256\344\277\241\346\224\257\344\273\230\351\233\266\351\222\261\351\200\232\346\224\266\347\233\212/main.js" "b/src/rule/com.tencent.mm/app/\345\276\256\344\277\241\346\224\257\344\273\230\351\233\266\351\222\261\351\200\232\346\224\266\347\233\212/main.js" index b173056..7a4cef4 100644 --- "a/src/rule/com.tencent.mm/app/\345\276\256\344\277\241\346\224\257\344\273\230\351\233\266\351\222\261\351\200\232\346\224\266\347\233\212/main.js" +++ "b/src/rule/com.tencent.mm/app/\345\276\256\344\277\241\346\224\257\344\273\230\351\233\266\351\222\261\351\200\232\346\224\266\347\233\212/main.js" @@ -9,6 +9,7 @@ const TITLE_WECHAT = [ // 正则表达式和处理函数的映射关系 const rules =[ [ + //10月收益¥2.03\n当前累计收益¥123.43 /(\d+)月收益¥(\d+\.\d{2})\n当前累计收益¥(\d+\.\d{2})$/, (match,t,item) => { const [, month, money, totalMoney] = match; diff --git "a/src/rule/com.tencent.mm/app/\345\276\256\344\277\241\346\224\257\344\273\230\351\233\266\351\222\261\351\200\232\346\224\266\347\233\212/main.test.js" "b/src/rule/com.tencent.mm/app/\345\276\256\344\277\241\346\224\257\344\273\230\351\233\266\351\222\261\351\200\232\346\224\266\347\233\212/main.test.js" index 8193ba6..902417c 100644 --- "a/src/rule/com.tencent.mm/app/\345\276\256\344\277\241\346\224\257\344\273\230\351\233\266\351\222\261\351\200\232\346\224\266\347\233\212/main.test.js" +++ "b/src/rule/com.tencent.mm/app/\345\276\256\344\277\241\346\224\257\344\273\230\351\233\266\351\222\261\351\200\232\346\224\266\347\233\212/main.test.js" @@ -15,4 +15,16 @@ test('微信支付零钱通收益', () => "time": 1733110247109, "channel": '微信[微信支付-零钱通收益月报]', }, + { + "type": "Income", + "money": 2.03, + "fee": 0, + "shopName": '零钱通', + "shopItem": '当前累计收益¥123.43', + "accountNameFrom": '零钱通', + "accountNameTo": '', + "currency": 'CNY', + "time": 1730515985651, + "channel": '微信[微信支付-零钱通收益月报]', + }, ])); diff --git "a/src/rule/com.tencent.mm/app/\345\276\256\344\277\241\346\224\257\344\273\230\351\233\266\351\222\261\351\200\232\346\224\266\347\233\212/tests/\345\276\256\344\277\241\346\224\257\344\273\230\351\233\266\351\222\261\351\200\232\346\224\266\347\233\2122.txt" "b/src/rule/com.tencent.mm/app/\345\276\256\344\277\241\346\224\257\344\273\230\351\233\266\351\222\261\351\200\232\346\224\266\347\233\212/tests/\345\276\256\344\277\241\346\224\257\344\273\230\351\233\266\351\222\261\351\200\232\346\224\266\347\233\2122.txt" new file mode 100644 index 0000000..721d5ee --- /dev/null +++ "b/src/rule/com.tencent.mm/app/\345\276\256\344\277\241\346\224\257\344\273\230\351\233\266\351\222\261\351\200\232\346\224\266\347\233\212/tests/\345\276\256\344\277\241\346\224\257\344\273\230\351\233\266\351\222\261\351\200\232\346\224\266\347\233\2122.txt" @@ -0,0 +1,16 @@ +{ +"mMap": { +"description": "10月收益¥2.03\n当前累计收益¥123.43", +"source": "微信支付", +"type": 5, +"appId": "", +"msgId": 99064, +"title": "零钱通收益月报", +"display_name": "零钱通", +"hookerUser": "应该是个亲妈", +"cachedPayTools": "零钱", +"cachedPayMoney": "¥35.00", +"cachedPayShop": "向御用产品经理(*炎)转账", +"t": 1730515985651 +} +}