1
0
mirror of https://github.com/lancedikson/bowser synced 2026-09-24 04:55:13 +00:00

feat: Add Line sipder detection (#600)

Co-authored-by: Jam <jam.hsu@lativ.com.tw>
This commit is contained in:
Jam Hsu
2026-02-07 05:08:55 +08:00
committed by GitHub
parent aaa67db25e
commit c09ff24ae1
4 changed files with 54 additions and 0 deletions

View File

@@ -18,6 +18,17 @@ export default [
},
},
/* LineSpider */
{
test: [/linespider/i],
describe() {
return {
type: PLATFORMS_MAP.bot,
vendor: 'Line',
};
},
},
/* AmazonBot */
{
test: [/amazonbot/i],