This commit is contained in:
veypi
2022-05-15 15:15:27 +08:00
parent 4a1ad02483
commit f40ae333fe
12 changed files with 555 additions and 254 deletions
+10
View File
@@ -0,0 +1,10 @@
//
// %FFILE%
// Copyright (C) %YEAR% %USER% <%MAIL%>
// %FDATE%
// Distributed under terms of the %LICENSE% license.
//
package main
%HERE%
+8
View File
@@ -0,0 +1,8 @@
/*
* %FFILE%
* Copyright (C) %YEAR% %USER% <%MAIL%>
* %FDATE%
* Distributed under terms of the %LICENSE% license.
*/
%HERE%
+16
View File
@@ -0,0 +1,16 @@
<!--
* %FFILE%
* Copyright (C) %YEAR% %USER% <%MAIL%>
* %FDATE%
* Distributed under terms of the %LICENSE% license.
-->
<template>
<div>%HERE%</div>
</template>
<script lang="ts" setup>
</script>
<style scoped>
</style>