diff --git a/src/data/authorize-actions.ts b/src/data/authorize-actions.ts
index 54a3994..81722d2 100644
--- a/src/data/authorize-actions.ts
+++ b/src/data/authorize-actions.ts
@@ -159,7 +159,7 @@ export default {
Inscribe: {
name: 'Inscribe',
title: 'Inscribe',
- description: 'Inscribe',
+ description: 'Inscrible Your Data On The Chain.',
process: Inscribe.process,
estimate: doNothing,
closeAfterProcess: true,
diff --git a/src/pages/authorize/Index.vue b/src/pages/authorize/Index.vue
index 3a59201..ce7c345 100644
--- a/src/pages/authorize/Index.vue
+++ b/src/pages/authorize/Index.vue
@@ -24,6 +24,7 @@ import SignBTCPsbt from './SignBtcPsbt.vue'
import SignMessage from './SignMessage.vue'
import SignBTCMessage from './SignBTCMessage.vue'
import Merge from './Merge.vue'
+import Inscribe from './Inscribe.vue'
// 从query中获取数据
const route = useRoute()
@@ -188,6 +189,7 @@ const cancelAction = async () => {
+
diff --git a/src/pages/authorize/Inscribe.vue b/src/pages/authorize/Inscribe.vue
new file mode 100644
index 0000000..571a81a
--- /dev/null
+++ b/src/pages/authorize/Inscribe.vue
@@ -0,0 +1,17 @@
+
+
+
+ {{ action.title }}
+
+
+
+
{{ action.description }}
+
+