mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 09:41:17 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
17
web/admin-spa/node_modules/postcss-import/lib/data-url.js
generated
vendored
17
web/admin-spa/node_modules/postcss-import/lib/data-url.js
generated
vendored
@@ -1,17 +0,0 @@
|
||||
"use strict"
|
||||
|
||||
const dataURLRegexp = /^data:text\/css;base64,/i
|
||||
|
||||
function isValid(url) {
|
||||
return dataURLRegexp.test(url)
|
||||
}
|
||||
|
||||
function contents(url) {
|
||||
// "data:text/css;base64,".length === 21
|
||||
return Buffer.from(url.slice(21), "base64").toString()
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
isValid,
|
||||
contents,
|
||||
}
|
||||
Reference in New Issue
Block a user