Merge branch 'qbcore-framework:dev' into dev

This commit is contained in:
BerkieBb
2022-03-07 10:08:21 +01:00
committed by GitHub
2 changed files with 23 additions and 5 deletions
+18
View File
@@ -0,0 +1,18 @@
# Set to true to add reviewers to pull requests
addReviewers: true
# Set to true to add assignees to pull requests
addAssignees: author
# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- IdrisDose
- /maintenance
# A list of keywords to be skipped the process that add reviewers if pull requests include it
skipKeywords:
- wip
# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0
+5 -5
View File
@@ -19,7 +19,7 @@
type="text/css"
/>
<link
href="style.css"
href="css/style.css"
rel="stylesheet"
/>
<script
@@ -30,9 +30,9 @@
src="https://cdn.jsdelivr.net/npm/quasar@2.1.0/dist/quasar.umd.prod.js"
defer
></script>
<script type="module" src="app.js"></script>
<script src="drawtext.js"></script>
<link rel="stylesheet" href="drawtext.css">
<script type="module" src="js/app.js"></script>
<script src="js/drawtext.js"></script>
<link rel="stylesheet" href="css/drawtext.css">
</head>
<body style="font-family: 'Poppins', sans-serif">
<div
@@ -43,4 +43,4 @@
<div id="text" class="text"></div>
</div>
</body>
</html>
</html>