|
@@ -13,10 +13,10 @@ const urlRules = [
|
|
|
];
|
|
|
|
|
|
const items = reactive([
|
|
|
- { title: "解決公關危機" },
|
|
|
- { title: "建立品牌形象" },
|
|
|
- { title: "全自動化監控" },
|
|
|
- { title: "定期成效報告" },
|
|
|
+ { title: "產生 AI 廣編稿" },
|
|
|
+ { title: "產生 AI 報導式影片" },
|
|
|
+ { title: "每月撰寫一篇文" },
|
|
|
+ { title: "每月文章轉載 10 處" },
|
|
|
]);
|
|
|
|
|
|
const cardItems = reactive([
|
|
@@ -137,6 +137,15 @@ async function ecpay() {
|
|
|
</p>
|
|
|
</v-row>
|
|
|
|
|
|
+ <div class="mt-5 info">
|
|
|
+ <ul>
|
|
|
+ <li>訂閱期間內,每個月提供撰寫文章一篇,文章轉載至十處。</li>
|
|
|
+ <li>
|
|
|
+ 訂閱期間內,每月產出公司介紹影片一部,內容可根據客戶需求調整。
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+
|
|
|
<v-sheet max-width="500" class="mx-auto mt-10">
|
|
|
<v-form @submit.prevent class="ECPay-form">
|
|
|
<v-text-field
|
|
@@ -176,6 +185,14 @@ async function ecpay() {
|
|
|
</template>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+.info {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ ul {
|
|
|
+ line-height: 2;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.pay-card {
|
|
|
.v-card {
|
|
|
border: 3px solid transparent;
|