mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-25 06:05:15 +00:00
Updated Wiki content
2
.github/workflows/validate_tab_links.yml
vendored
2
.github/workflows/validate_tab_links.yml
vendored
@@ -138,7 +138,7 @@ jobs:
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
const labelPathPattern = /\bline\s*\.\s*label_path\s*=\s*"([^"]+)"/g;
|
const labelPathPattern = /\b[A-Za-z_]\w*\s*\.\s*label_path\s*=\s*"([^"]+)"/g;
|
||||||
while ((match = labelPathPattern.exec(text)) !== null) {
|
while ((match = labelPathPattern.exec(text)) !== null) {
|
||||||
refs.push({
|
refs.push({
|
||||||
option: 'label_path',
|
option: 'label_path',
|
||||||
|
|||||||
Reference in New Issue
Block a user