mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-04-23 06:09:33 +08:00
Fixed cloud artifact encode issue
This commit is contained in:
parent
9e50f1b75a
commit
1c5903cda1
@ -359,7 +359,7 @@ export default {
|
||||
}
|
||||
|
||||
function isPlainName(name) {
|
||||
return /^[\w-_]*$/.test(name);
|
||||
return /^[0-9a-zA-Z-_]*$/.test(name);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@ -280,7 +280,7 @@ export default {
|
||||
}
|
||||
|
||||
function isPlainName(name) {
|
||||
return /^[\w-_]*$/.test(name);
|
||||
return /^[0-9a-zA-Z-_]*$/.test(name);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user