mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-31 18:28:56 +00:00
Merge branch 'qbcore-framework:dev' into dev
This commit is contained in:
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user