第一次提交代码
24
.gitignore
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
lerna-debug.log*
|
||||||
|
|
||||||
|
node_modules
|
||||||
|
dist
|
||||||
|
dist-ssr
|
||||||
|
*.local
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
|
.idea
|
||||||
|
.DS_Store
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
3
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
|
||||||
|
}
|
7
README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Vue 3 + Vite
|
||||||
|
|
||||||
|
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
||||||
|
|
||||||
|
## Recommended IDE Setup
|
||||||
|
|
||||||
|
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
37
index.html
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
|
||||||
|
<!-- <link rel="icon" type="image/svg+xml" href="/assets/img/icon_svg.png" /> -->
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/AImzhu.svg" />
|
||||||
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> -->
|
||||||
|
<meta name="description" content="软件著作权登记申请,软件著作权申请流程,如何申请软件著作权,软件著作权的作用,软件著作权申请需要多久,软件著作权登记有什么意义?" />
|
||||||
|
<meta name="keywords" content="软件著作权登记,软件著作权申请,软件著作权材料编写,如何申请软件著作权,软件著作权加急办理,提供专业知识产权代理服务,全程服务,不通过不收费,简单快捷" />
|
||||||
|
|
||||||
|
<meta name="og:image" content="https://image.wjx.cn/images/wlogo.png" />
|
||||||
|
<meta name="og:title" content="AI秒著引擎_0元申报软件著作权,软件著作权登记申请,软件著作权申请流程,如何申请软件著作权,软件著作权的作用,软件著作权申请需要多久" />
|
||||||
|
<meta name="og:description"
|
||||||
|
content="软件著作权登记,软件著作权申请,软件著作权材料编写,如何申请软件著作权,软件著作权加急办理,提供专业知识产权代理服务,全程服务,不通过不收费,简单快捷,欢迎了解!" />
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
|
<meta name="renderer" content="webkit" />
|
||||||
|
<meta http-equiv="Cache-Control" content="no-transform" />
|
||||||
|
<meta http-equiv="Cache-Control" content="no-siteapp" />
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
|
<title>AI秒著引擎_0元申报软件著作权,软件著作权登记申请,软件著作权申请流程,如何申请软件著作权,软件著作权的作用,软件著作权申请需要多久</title>
|
||||||
|
<style>
|
||||||
|
/* #app {
|
||||||
|
display: flex;
|
||||||
|
justify-self: center;
|
||||||
|
} */
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="app"></div>
|
||||||
|
<script type="module" src="/src/main.js"></script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
2779
package-lock.json
generated
Normal file
37
package.json
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"name": "soft",
|
||||||
|
"private": true,
|
||||||
|
"version": "0.0.0",
|
||||||
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "vite",
|
||||||
|
"build": "vite build",
|
||||||
|
"preview": "vite preview"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@element-plus/icons-vue": "^2.3.1",
|
||||||
|
"axios": "^1.6.7",
|
||||||
|
"crypto-js": "^4.2.0",
|
||||||
|
"date-fns": "^3.6.0",
|
||||||
|
"element-plus": "^2.5.3",
|
||||||
|
"jquery": "^3.7.1",
|
||||||
|
"layer-src": "^3.5.1",
|
||||||
|
"vue": "^3.3.11",
|
||||||
|
"vue-amazing-ui": "^0.1.38",
|
||||||
|
"vue-router": "^4.2.5",
|
||||||
|
"vue-scrollto": "^2.20.0",
|
||||||
|
"vue3-layer": "^1.0.18",
|
||||||
|
"vuex": "^4.0.2"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@vitejs/plugin-vue": "^4.5.2",
|
||||||
|
"unplugin-auto-import": "^0.17.5",
|
||||||
|
"unplugin-vue-components": "^0.26.0",
|
||||||
|
"vite": "^5.0.8"
|
||||||
|
},
|
||||||
|
"description": "This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.",
|
||||||
|
"main": "vite.config.js",
|
||||||
|
"keywords": [],
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC"
|
||||||
|
}
|
1
public/AImzhu.svg
Normal file
After Width: | Height: | Size: 11 KiB |
21
public/assets/font/iconfont.css
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: "iconfont";
|
||||||
|
/* Project id */
|
||||||
|
src: url('iconfont.ttf?t=1709170909101') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconfont {
|
||||||
|
font-family: "iconfont" !important;
|
||||||
|
font-size: 16px;
|
||||||
|
font-style: normal;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-xianshiyincang:before {
|
||||||
|
content: "\e619";
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-xianshiyincang1:before {
|
||||||
|
content: "\e699";
|
||||||
|
}
|
1
public/assets/font/iconfont.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
window._iconfont_svg_string_='<svg><symbol id="icon-xianshiyincang" viewBox="0 0 1024 1024"><path d="M642.7 532.3c0 41.2-33.4 74.6-74.6 74.6s-74.6-33.4-74.6-74.6c0-41.2 33.4-74.6 74.6-74.6h0.6c-17.3-6.6-36.4-10.1-56.1-10.1-88.9 0-161.2 71.6-161.2 160.6 0 88.3 72.2 160 161.2 160s161.2-71.6 161.2-160.6c0-37.6-13.1-71.6-34.6-99.1 2.3 7.6 3.5 15.4 3.5 23.8z" fill="#3C4858" ></path><path d="M512.1 290.3C309.8 290.3 136.7 421 64.4 606 136 792.2 309.1 924.1 512 924.1c202.3 0 375.4-131.3 447.6-318.1-71.5-185-245.2-315.7-447.5-315.7z m0 570c-168.3 0-313.4-104.5-381.4-254.3 68-149.2 213.1-252.5 381.4-252.5S825.5 456.8 893.5 606c-68 150.4-213.1 254.3-381.4 254.3z" fill="#3C4858" ></path><path d="M112.9 361.9c10.3 0 19.5-5.1 25-13C221.5 239.6 360.1 173 508.3 173c148 0 286.5 66.4 370.1 175.5 5.6 7.7 14.6 12.7 24.8 12.7 16.9 0 30.6-13.7 30.6-30.6 0-6.5-2-12.5-5.4-17.4v-0.1c-0.2-0.3-0.4-0.5-0.6-0.8v-0.1l-3.3-4.2c-95.3-122-250.7-196.1-416.1-196.1-167.9 0-325.4 76.4-420.3 201.6v0.1c-3.6 5-5.7 11.1-5.7 17.8-0.1 16.8 13.6 30.5 30.5 30.5z" fill="#3C4858" ></path></symbol><symbol id="icon-xianshiyincang1" viewBox="0 0 1024 1024"><path d="M960 256a32 32 0 0 1 32 32C992 407.872 761.856 576 512 576S32 407.872 32 288a32 32 0 0 1 63.488-5.76l0.512 5.76c0 23.296 41.984 80.256 104.832 126.144C284.416 475.2 391.36 512 512 512c120.64 0 227.584-36.8 311.168-97.856 58.88-43.008 99.52-95.744 104.32-121.408L928 288A32 32 0 0 1 960 256z" fill="#979797" ></path><path d="M512 517.76a32 32 0 0 1 31.488 26.24l0.512 5.76v186.24a32 32 0 0 1-63.488 5.76L480 736V549.76a32 32 0 0 1 32-32zM695.68 513.088a32 32 0 0 1 37.248 17.216l1.984 5.44 48.192 179.84a32 32 0 0 1-59.84 22.016l-1.92-5.44-48.256-179.84a32 32 0 0 1 22.656-39.232zM809.344 457.344a32 32 0 0 1 40.832-3.648l4.48 3.648 131.648 131.712a32 32 0 0 1-40.832 48.96l-4.416-3.712-131.712-131.648a32 32 0 0 1 0-45.312z" fill="#979797" ></path><path d="M320.384 513.088a32 32 0 0 0-37.184 17.216l-1.984 5.44-48.256 179.84a32 32 0 0 0 59.84 22.016l1.984-5.44 48.256-179.84a32 32 0 0 0-22.656-39.232zM206.72 457.344a32 32 0 0 0-40.832-3.648l-4.416 3.648L29.76 589.056a32 32 0 0 0 40.832 48.96l4.48-3.712L206.72 502.656a32 32 0 0 0 0-45.312z" fill="#979797" ></path></symbol></svg>',function(n){var t=(t=document.getElementsByTagName("script"))[t.length-1],e=t.getAttribute("data-injectcss"),t=t.getAttribute("data-disable-injectsvg");if(!t){var i,a,o,c,l,d=function(t,e){e.parentNode.insertBefore(t,e)};if(e&&!n.__iconfont__svg__cssinject__){n.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(t){console&&console.log(t)}}i=function(){var t,e=document.createElement("div");e.innerHTML=n._iconfont_svg_string_,(e=e.getElementsByTagName("svg")[0])&&(e.setAttribute("aria-hidden","true"),e.style.position="absolute",e.style.width=0,e.style.height=0,e.style.overflow="hidden",e=e,(t=document.body).firstChild?d(e,t.firstChild):t.appendChild(e))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(i,0):(a=function(){document.removeEventListener("DOMContentLoaded",a,!1),i()},document.addEventListener("DOMContentLoaded",a,!1)):document.attachEvent&&(o=i,c=n.document,l=!1,r(),c.onreadystatechange=function(){"complete"==c.readyState&&(c.onreadystatechange=null,s())})}function s(){l||(l=!0,o())}function r(){try{c.documentElement.doScroll("left")}catch(t){return void setTimeout(r,50)}s()}}(window);
|
23
public/assets/font/iconfont.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"id": "",
|
||||||
|
"name": "",
|
||||||
|
"font_family": "iconfont",
|
||||||
|
"css_prefix_text": "icon-",
|
||||||
|
"description": "",
|
||||||
|
"glyphs": [
|
||||||
|
{
|
||||||
|
"icon_id": "4506460",
|
||||||
|
"name": "显示隐藏",
|
||||||
|
"font_class": "xianshiyincang",
|
||||||
|
"unicode": "e619",
|
||||||
|
"unicode_decimal": 58905
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"icon_id": "18591789",
|
||||||
|
"name": "显示&隐藏",
|
||||||
|
"font_class": "xianshiyincang1",
|
||||||
|
"unicode": "e699",
|
||||||
|
"unicode_decimal": 59033
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
BIN
public/assets/font/iconfont.ttf
Normal file
BIN
public/assets/img/1.png
Normal file
After Width: | Height: | Size: 294 B |
BIN
public/assets/img/2-1.png
Normal file
After Width: | Height: | Size: 101 KiB |
BIN
public/assets/img/2-2.png
Normal file
After Width: | Height: | Size: 152 KiB |
BIN
public/assets/img/2-3.png
Normal file
After Width: | Height: | Size: 208 KiB |
BIN
public/assets/img/2-4.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
public/assets/img/2.png
Normal file
After Width: | Height: | Size: 291 B |
BIN
public/assets/img/3-1.png
Normal file
After Width: | Height: | Size: 97 KiB |
BIN
public/assets/img/3-2.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
public/assets/img/3-3.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
public/assets/img/3-4.png
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
public/assets/img/3.png
Normal file
After Width: | Height: | Size: 400 B |
BIN
public/assets/img/4.png
Normal file
After Width: | Height: | Size: 353 B |
BIN
public/assets/img/a1.jpg
Normal file
After Width: | Height: | Size: 640 KiB |
BIN
public/assets/img/a2.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/assets/img/a3.jpg
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
public/assets/img/a4.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/assets/img/aboutus-bj.png
Normal file
After Width: | Height: | Size: 572 KiB |
BIN
public/assets/img/aboutus-jj.png
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
public/assets/img/aboutus-syh.png
Normal file
After Width: | Height: | Size: 531 B |
BIN
public/assets/img/box-bj.png
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
public/assets/img/box1-1.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
public/assets/img/box1-2.jpg
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
public/assets/img/box1-3.jpg
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
public/assets/img/box1-4.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
public/assets/img/box1-5.jpg
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
public/assets/img/center-mima.png
Normal file
After Width: | Height: | Size: 346 B |
BIN
public/assets/img/center-zhanghao.png
Normal file
After Width: | Height: | Size: 430 B |
BIN
public/assets/img/circle.png
Normal file
After Width: | Height: | Size: 713 B |
BIN
public/assets/img/dailishang-bj.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
public/assets/img/dailishang.png
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
public/assets/img/dls-zhengshu.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
public/assets/img/dlsicon1.png
Normal file
After Width: | Height: | Size: 252 B |
BIN
public/assets/img/dlsicon2.png
Normal file
After Width: | Height: | Size: 318 B |
BIN
public/assets/img/dlsicon3.png
Normal file
After Width: | Height: | Size: 258 B |
BIN
public/assets/img/footer1.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
public/assets/img/footer2.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
public/assets/img/footer3.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
public/assets/img/footer4.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
public/assets/img/footerlogo1.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
public/assets/img/hardware-icon.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
public/assets/img/headicon1.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
public/assets/img/headicon2.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
public/assets/img/helpcenter-bj.png
Normal file
After Width: | Height: | Size: 369 KiB |
BIN
public/assets/img/home-bj.jpg
Normal file
After Width: | Height: | Size: 186 KiB |
BIN
public/assets/img/home-bj.png
Normal file
After Width: | Height: | Size: 153 KiB |
BIN
public/assets/img/hp-menu-ico-pre.png
Normal file
After Width: | Height: | Size: 255 B |
BIN
public/assets/img/hp-menu-ico.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
public/assets/img/icon.jpg
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
public/assets/img/icon.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
public/assets/img/icon_svg.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
public/assets/img/kefu-1.png
Normal file
After Width: | Height: | Size: 628 B |
BIN
public/assets/img/kefu-2.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
public/assets/img/kefu-3.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
public/assets/img/kefu-4.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
public/assets/img/kefu-bj.png
Normal file
After Width: | Height: | Size: 1012 KiB |
BIN
public/assets/img/kefu-rengong.png
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
public/assets/img/location1.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
public/assets/img/location2.jpg
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
public/assets/img/location3.jpg
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
public/assets/img/login-register-bj.png
Normal file
After Width: | Height: | Size: 2.8 MiB |
BIN
public/assets/img/news-tp.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
public/assets/img/news.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
public/assets/img/newsphoto.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
public/assets/img/products-news-bj.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
public/assets/img/report-bj.png
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
public/assets/img/report-icon.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
public/assets/img/shoufei-bj.png
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
public/assets/img/shoufei-dg.png
Normal file
After Width: | Height: | Size: 844 B |
BIN
public/assets/img/software-icon.png
Normal file
After Width: | Height: | Size: 642 B |
BIN
public/assets/img/step-1-1.png
Normal file
After Width: | Height: | Size: 454 B |
BIN
public/assets/img/step-1.png
Normal file
After Width: | Height: | Size: 290 B |
BIN
public/assets/img/step-10-10.png
Normal file
After Width: | Height: | Size: 554 B |
BIN
public/assets/img/step-10.png
Normal file
After Width: | Height: | Size: 330 B |
BIN
public/assets/img/step-11-11.png
Normal file
After Width: | Height: | Size: 687 B |
BIN
public/assets/img/step-11.png
Normal file
After Width: | Height: | Size: 435 B |
BIN
public/assets/img/step-12-12.png
Normal file
After Width: | Height: | Size: 554 B |
BIN
public/assets/img/step-12.png
Normal file
After Width: | Height: | Size: 349 B |
BIN
public/assets/img/step-2-2.png
Normal file
After Width: | Height: | Size: 516 B |
BIN
public/assets/img/step-2.png
Normal file
After Width: | Height: | Size: 297 B |
BIN
public/assets/img/step-3-3.png
Normal file
After Width: | Height: | Size: 760 B |
BIN
public/assets/img/step-3.png
Normal file
After Width: | Height: | Size: 506 B |
BIN
public/assets/img/step-4-4.png
Normal file
After Width: | Height: | Size: 520 B |
BIN
public/assets/img/step-4.png
Normal file
After Width: | Height: | Size: 285 B |
BIN
public/assets/img/step-5-5.png
Normal file
After Width: | Height: | Size: 714 B |
BIN
public/assets/img/step-5.png
Normal file
After Width: | Height: | Size: 432 B |
BIN
public/assets/img/step-6-6.png
Normal file
After Width: | Height: | Size: 673 B |
BIN
public/assets/img/step-6.png
Normal file
After Width: | Height: | Size: 412 B |
BIN
public/assets/img/step-7-7.png
Normal file
After Width: | Height: | Size: 552 B |