update:add ci cd files ==> do not edit those file

This commit is contained in:
mahyargdz
2024-10-10 21:49:00 +03:30
parent 6fe34708a2
commit 8cf0492c87
464 changed files with 79533 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<template>
<svg class="stroked-text">
<text x="10" y="10" id="textStroke" xml:space="preserve">
<tspan x="5" y="8" id="spanStroke">{{ text }}</tspan>
<tspan x="50" y="0" id="spanStroke1">{{ title }}</tspan>
</text>
</svg>
</template>
<script>
export default {
props: ["text", "title"],
};
</script>