From e9d20bc98ef26221dd78ae9aee04239f93721fd9 Mon Sep 17 00:00:00 2001 From: PexEric Date: Sat, 3 Feb 2024 03:13:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=8B=B1=E6=96=87eula?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 清理缓存 移除changelog.md --- .../.vuepress/.temp/internal/clientConfigs.js | 23 ----- .../.temp/internal/pagesComponents.js | 34 ------- docs/.vuepress/.temp/internal/pagesData.js | 32 ------ docs/.vuepress/.temp/internal/pagesRoutes.js | 17 ---- docs/.vuepress/.temp/internal/siteData.js | 14 --- docs/.vuepress/.temp/internal/themeData.js | 14 --- docs/.vuepress/.temp/pages/404.html.js | 14 --- docs/.vuepress/.temp/pages/404.html.vue | 3 - docs/.vuepress/.temp/pages/changelog.html.js | 14 --- docs/.vuepress/.temp/pages/changelog.html.vue | 16 --- docs/.vuepress/.temp/pages/contact.html.js | 14 --- docs/.vuepress/.temp/pages/contact.html.vue | 17 ---- .../pages/copyright/assets/index.html.js | 14 --- .../pages/copyright/assets/index.html.vue | 16 --- .../.temp/pages/copyright/index.html.js | 14 --- .../.temp/pages/copyright/index.html.vue | 13 --- docs/.vuepress/.temp/pages/en/index.html.js | 14 --- docs/.vuepress/.temp/pages/en/index.html.vue | 8 -- .../.temp/pages/environment/index.html.js | 14 --- .../.temp/pages/environment/index.html.vue | 13 --- .../.temp/pages/eula-changelog.html.js | 14 --- .../.temp/pages/eula-changelog.html.vue | 27 ----- docs/.vuepress/.temp/pages/eula.html.js | 14 --- docs/.vuepress/.temp/pages/eula.html.vue | 61 ------------ docs/.vuepress/.temp/pages/index.html.js | 14 --- docs/.vuepress/.temp/pages/index.html.vue | 9 -- .../.temp/pages/players_covenant.html.js | 14 --- .../.temp/pages/players_covenant.html.vue | 41 -------- .../.temp/pages/privacy-changelog.html.js | 14 --- .../.temp/pages/privacy-changelog.html.vue | 9 -- docs/.vuepress/.temp/pages/privacy.html.js | 14 --- docs/.vuepress/.temp/pages/privacy.html.vue | 99 ------------------- .../.temp/pages/team/leadership.html.js | 14 --- .../.temp/pages/team/leadership.html.vue | 20 ---- docs/.vuepress/.temp/pages/team/main.html.js | 14 --- docs/.vuepress/.temp/pages/team/main.html.vue | 4 - .../.temp/sass-palette/hope-config.scss | 5 - .../.temp/sass-palette/hope-inject.scss | 13 --- .../.temp/sass-palette/hope-palette.scss | 3 - .../.vuepress/.temp/sass-palette/load-hope.js | 2 - docs/.vuepress/.temp/search-pro/en.js | 1 - docs/.vuepress/.temp/search-pro/index.js | 1 - docs/.vuepress/.temp/search-pro/root.js | 1 - docs/.vuepress/.temp/styles/index.scss | 0 docs/.vuepress/.temp/styles/palette.scss | 0 docs/.vuepress/.temp/vite-root/index.html | 13 --- docs/changelog.md | 34 ------- docs/contact.md | 3 +- docs/copyright/README.md | 2 +- docs/en/eula.md | 80 +++++++++++++++ docs/eula.md | 4 +- docs/privacy-changelog.md | 2 +- docs/privacy.md | 5 +- docs/team/leadership.md | 4 +- 54 files changed, 92 insertions(+), 781 deletions(-) delete mode 100644 docs/.vuepress/.temp/internal/clientConfigs.js delete mode 100644 docs/.vuepress/.temp/internal/pagesComponents.js delete mode 100644 docs/.vuepress/.temp/internal/pagesData.js delete mode 100644 docs/.vuepress/.temp/internal/pagesRoutes.js delete mode 100644 docs/.vuepress/.temp/internal/siteData.js delete mode 100644 docs/.vuepress/.temp/internal/themeData.js delete mode 100644 docs/.vuepress/.temp/pages/404.html.js delete mode 100644 docs/.vuepress/.temp/pages/404.html.vue delete mode 100644 docs/.vuepress/.temp/pages/changelog.html.js delete mode 100644 docs/.vuepress/.temp/pages/changelog.html.vue delete mode 100644 docs/.vuepress/.temp/pages/contact.html.js delete mode 100644 docs/.vuepress/.temp/pages/contact.html.vue delete mode 100644 docs/.vuepress/.temp/pages/copyright/assets/index.html.js delete mode 100644 docs/.vuepress/.temp/pages/copyright/assets/index.html.vue delete mode 100644 docs/.vuepress/.temp/pages/copyright/index.html.js delete mode 100644 docs/.vuepress/.temp/pages/copyright/index.html.vue delete mode 100644 docs/.vuepress/.temp/pages/en/index.html.js delete mode 100644 docs/.vuepress/.temp/pages/en/index.html.vue delete mode 100644 docs/.vuepress/.temp/pages/environment/index.html.js delete mode 100644 docs/.vuepress/.temp/pages/environment/index.html.vue delete mode 100644 docs/.vuepress/.temp/pages/eula-changelog.html.js delete mode 100644 docs/.vuepress/.temp/pages/eula-changelog.html.vue delete mode 100644 docs/.vuepress/.temp/pages/eula.html.js delete mode 100644 docs/.vuepress/.temp/pages/eula.html.vue delete mode 100644 docs/.vuepress/.temp/pages/index.html.js delete mode 100644 docs/.vuepress/.temp/pages/index.html.vue delete mode 100644 docs/.vuepress/.temp/pages/players_covenant.html.js delete mode 100644 docs/.vuepress/.temp/pages/players_covenant.html.vue delete mode 100644 docs/.vuepress/.temp/pages/privacy-changelog.html.js delete mode 100644 docs/.vuepress/.temp/pages/privacy-changelog.html.vue delete mode 100644 docs/.vuepress/.temp/pages/privacy.html.js delete mode 100644 docs/.vuepress/.temp/pages/privacy.html.vue delete mode 100644 docs/.vuepress/.temp/pages/team/leadership.html.js delete mode 100644 docs/.vuepress/.temp/pages/team/leadership.html.vue delete mode 100644 docs/.vuepress/.temp/pages/team/main.html.js delete mode 100644 docs/.vuepress/.temp/pages/team/main.html.vue delete mode 100644 docs/.vuepress/.temp/sass-palette/hope-config.scss delete mode 100644 docs/.vuepress/.temp/sass-palette/hope-inject.scss delete mode 100644 docs/.vuepress/.temp/sass-palette/hope-palette.scss delete mode 100644 docs/.vuepress/.temp/sass-palette/load-hope.js delete mode 100644 docs/.vuepress/.temp/search-pro/en.js delete mode 100644 docs/.vuepress/.temp/search-pro/index.js delete mode 100644 docs/.vuepress/.temp/search-pro/root.js delete mode 100644 docs/.vuepress/.temp/styles/index.scss delete mode 100644 docs/.vuepress/.temp/styles/palette.scss delete mode 100644 docs/.vuepress/.temp/vite-root/index.html delete mode 100644 docs/changelog.md create mode 100644 docs/en/eula.md diff --git a/docs/.vuepress/.temp/internal/clientConfigs.js b/docs/.vuepress/.temp/internal/clientConfigs.js deleted file mode 100644 index 037d3468..00000000 --- a/docs/.vuepress/.temp/internal/clientConfigs.js +++ /dev/null @@ -1,23 +0,0 @@ -import clientConfig0 from 'F:/FunnyArenaPixel/docs/node_modules/@vuepress/plugin-active-header-links/lib/client/config.js' -import clientConfig1 from 'F:/FunnyArenaPixel/docs/node_modules/@vuepress/plugin-back-to-top/lib/client/config.js' -import clientConfig2 from 'F:/FunnyArenaPixel/docs/node_modules/@vuepress/plugin-copy-code/lib/client/config.js' -import clientConfig3 from 'F:/FunnyArenaPixel/docs/node_modules/@vuepress/plugin-external-link-icon/lib/client/config.js' -import clientConfig4 from 'F:/FunnyArenaPixel/docs/node_modules/@vuepress/plugin-medium-zoom/lib/client/config.js' -import clientConfig5 from 'F:/FunnyArenaPixel/docs/node_modules/@vuepress/plugin-nprogress/lib/client/config.js' -import clientConfig6 from 'F:/FunnyArenaPixel/docs/node_modules/@vuepress/plugin-theme-data/lib/client/config.js' -import clientConfig7 from 'F:/FunnyArenaPixel/docs/node_modules/@vuepress/theme-default/lib/client/config.js' -import clientConfig8 from 'F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/sass-palette/load-hope.js' -import clientConfig9 from 'F:/FunnyArenaPixel/docs/node_modules/vuepress-plugin-search-pro/lib/client/config.js' - -export const clientConfigs = [ - clientConfig0, - clientConfig1, - clientConfig2, - clientConfig3, - clientConfig4, - clientConfig5, - clientConfig6, - clientConfig7, - clientConfig8, - clientConfig9, -] diff --git a/docs/.vuepress/.temp/internal/pagesComponents.js b/docs/.vuepress/.temp/internal/pagesComponents.js deleted file mode 100644 index 81898846..00000000 --- a/docs/.vuepress/.temp/internal/pagesComponents.js +++ /dev/null @@ -1,34 +0,0 @@ -import { defineAsyncComponent } from 'vue' - -export const pagesComponents = { - // path: /changelog.html - "v-ce159204": defineAsyncComponent(() => import(/* webpackChunkName: "v-ce159204" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/changelog.html.vue")), - // path: /contact.html - "v-6d34f632": defineAsyncComponent(() => import(/* webpackChunkName: "v-6d34f632" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/contact.html.vue")), - // path: /eula-changelog.html - "v-7b0be658": defineAsyncComponent(() => import(/* webpackChunkName: "v-7b0be658" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/eula-changelog.html.vue")), - // path: /eula.html - "v-1e84120a": defineAsyncComponent(() => import(/* webpackChunkName: "v-1e84120a" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/eula.html.vue")), - // path: /players_covenant.html - "v-788856df": defineAsyncComponent(() => import(/* webpackChunkName: "v-788856df" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/players_covenant.html.vue")), - // path: /privacy-changelog.html - "v-338a123a": defineAsyncComponent(() => import(/* webpackChunkName: "v-338a123a" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/privacy-changelog.html.vue")), - // path: /privacy.html - "v-08eb506c": defineAsyncComponent(() => import(/* webpackChunkName: "v-08eb506c" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/privacy.html.vue")), - // path: / - "v-8daa1a0e": defineAsyncComponent(() => import(/* webpackChunkName: "v-8daa1a0e" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/index.html.vue")), - // path: /copyright/ - "v-640155fe": defineAsyncComponent(() => import(/* webpackChunkName: "v-640155fe" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/copyright/index.html.vue")), - // path: /en/ - "v-2d0a870d": defineAsyncComponent(() => import(/* webpackChunkName: "v-2d0a870d" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/en/index.html.vue")), - // path: /environment/ - "v-f5f35416": defineAsyncComponent(() => import(/* webpackChunkName: "v-f5f35416" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/environment/index.html.vue")), - // path: /team/leadership.html - "v-4105bc0a": defineAsyncComponent(() => import(/* webpackChunkName: "v-4105bc0a" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/team/leadership.html.vue")), - // path: /team/main.html - "v-7b97ae72": defineAsyncComponent(() => import(/* webpackChunkName: "v-7b97ae72" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/team/main.html.vue")), - // path: /copyright/assets/ - "v-46e634eb": defineAsyncComponent(() => import(/* webpackChunkName: "v-46e634eb" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/copyright/assets/index.html.vue")), - // path: /404.html - "v-3706649a": defineAsyncComponent(() => import(/* webpackChunkName: "v-3706649a" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/404.html.vue")), -} diff --git a/docs/.vuepress/.temp/internal/pagesData.js b/docs/.vuepress/.temp/internal/pagesData.js deleted file mode 100644 index 7af688d4..00000000 --- a/docs/.vuepress/.temp/internal/pagesData.js +++ /dev/null @@ -1,32 +0,0 @@ -export const pagesData = { - // path: /changelog.html - "v-ce159204": () => import(/* webpackChunkName: "v-ce159204" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/changelog.html.js").then(({ data }) => data), - // path: /contact.html - "v-6d34f632": () => import(/* webpackChunkName: "v-6d34f632" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/contact.html.js").then(({ data }) => data), - // path: /eula-changelog.html - "v-7b0be658": () => import(/* webpackChunkName: "v-7b0be658" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/eula-changelog.html.js").then(({ data }) => data), - // path: /eula.html - "v-1e84120a": () => import(/* webpackChunkName: "v-1e84120a" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/eula.html.js").then(({ data }) => data), - // path: /players_covenant.html - "v-788856df": () => import(/* webpackChunkName: "v-788856df" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/players_covenant.html.js").then(({ data }) => data), - // path: /privacy-changelog.html - "v-338a123a": () => import(/* webpackChunkName: "v-338a123a" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/privacy-changelog.html.js").then(({ data }) => data), - // path: /privacy.html - "v-08eb506c": () => import(/* webpackChunkName: "v-08eb506c" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/privacy.html.js").then(({ data }) => data), - // path: / - "v-8daa1a0e": () => import(/* webpackChunkName: "v-8daa1a0e" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/index.html.js").then(({ data }) => data), - // path: /copyright/ - "v-640155fe": () => import(/* webpackChunkName: "v-640155fe" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/copyright/index.html.js").then(({ data }) => data), - // path: /en/ - "v-2d0a870d": () => import(/* webpackChunkName: "v-2d0a870d" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/en/index.html.js").then(({ data }) => data), - // path: /environment/ - "v-f5f35416": () => import(/* webpackChunkName: "v-f5f35416" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/environment/index.html.js").then(({ data }) => data), - // path: /team/leadership.html - "v-4105bc0a": () => import(/* webpackChunkName: "v-4105bc0a" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/team/leadership.html.js").then(({ data }) => data), - // path: /team/main.html - "v-7b97ae72": () => import(/* webpackChunkName: "v-7b97ae72" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/team/main.html.js").then(({ data }) => data), - // path: /copyright/assets/ - "v-46e634eb": () => import(/* webpackChunkName: "v-46e634eb" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/copyright/assets/index.html.js").then(({ data }) => data), - // path: /404.html - "v-3706649a": () => import(/* webpackChunkName: "v-3706649a" */"F:/FunnyArenaPixel/docs/docs/.vuepress/.temp/pages/404.html.js").then(({ data }) => data), -} diff --git a/docs/.vuepress/.temp/internal/pagesRoutes.js b/docs/.vuepress/.temp/internal/pagesRoutes.js deleted file mode 100644 index 9578d78e..00000000 --- a/docs/.vuepress/.temp/internal/pagesRoutes.js +++ /dev/null @@ -1,17 +0,0 @@ -export const pagesRoutes = [ - ["v-ce159204","/changelog.html",{"title":"更新日志"},[":md"]], - ["v-6d34f632","/contact.html",{"title":"联系我们"},[":md"]], - ["v-7b0be658","/eula-changelog.html",{"title":"《FunnyArenaPixel 用户协议》更新日志"},[":md"]], - ["v-1e84120a","/eula.html",{"title":"FunnyArenaPixel 用户协议"},[":md"]], - ["v-788856df","/players_covenant.html",{"title":"FunnyArenaPixel 玩家及团队言论行为规范"},[":md"]], - ["v-338a123a","/privacy-changelog.html",{"title":"《FunnyArenaPixel 隐私政策》更新日志"},[":md"]], - ["v-08eb506c","/privacy.html",{"title":"FunnyArenaPixel 隐私政策"},[":md"]], - ["v-8daa1a0e","/",{"title":""},["/README.md"]], - ["v-640155fe","/copyright/",{"title":"著作权"},["/copyright/README.md"]], - ["v-2d0a870d","/en/",{"title":""},["/en/README.md"]], - ["v-f5f35416","/environment/",{"title":"环境责任"},["/environment/README.md"]], - ["v-4105bc0a","/team/leadership.html",{"title":"管理层"},[":md"]], - ["v-7b97ae72","/team/main.html",{"title":"FunnyArenaPixel 团队总纲"},[":md"]], - ["v-46e634eb","/copyright/assets/",{"title":"资源授权公示"},["/copyright/assets/README.md"]], - ["v-3706649a","/404.html",{"title":""},[]], -] diff --git a/docs/.vuepress/.temp/internal/siteData.js b/docs/.vuepress/.temp/internal/siteData.js deleted file mode 100644 index b14491e9..00000000 --- a/docs/.vuepress/.temp/internal/siteData.js +++ /dev/null @@ -1,14 +0,0 @@ -export const siteData = JSON.parse("{\"base\":\"/\",\"lang\":\"en-US\",\"title\":\"\",\"description\":\"\",\"head\":[[\"link\",{\"rel\":\"icon\",\"href\":\"img/logo.png\"}]],\"locales\":{\"/\":{\"lang\":\"zh-CN\",\"title\":\"FunnyArenaPixel 文档中心\"},\"/en/\":{\"lang\":\"en-US\",\"title\":\"Docs\"}}}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updateSiteData) { - __VUE_HMR_RUNTIME__.updateSiteData(siteData) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ siteData }) => { - __VUE_HMR_RUNTIME__.updateSiteData(siteData) - }) -} diff --git a/docs/.vuepress/.temp/internal/themeData.js b/docs/.vuepress/.temp/internal/themeData.js deleted file mode 100644 index 4cc6dfe7..00000000 --- a/docs/.vuepress/.temp/internal/themeData.js +++ /dev/null @@ -1,14 +0,0 @@ -export const themeData = JSON.parse("{\"locales\":{\"/\":{\"selectLanguageName\":\"简体中文\",\"selectLanguageText\":\"选择语言\",\"selectLanguageAriaLabel\":\"选择语言\",\"editLinkText\":\"在 GitHub 上编辑此页\",\"lastUpdatedText\":\"上次更新\",\"contributorsText\":\"贡献者\",\"tip\":\"提示\",\"warning\":\"注意\",\"danger\":\"警告\",\"notFound\":[\"这里什么都没有\",\"我们怎么到这来了?\",\"这是一个 404 页面\",\"看起来我们进入了错误的链接\"],\"backToHome\":\"返回首页\",\"openInNewWindow\":\"在新窗口打开\",\"toggleDarkMode\":\"切换夜间模式\",\"toggleSidebar\":\"切换侧边栏\",\"navbar\":[{\"text\":\"游玩\",\"children\":[{\"text\":\"游玩规范\",\"children\":[{\"text\":\"玩家公约\",\"link\":\"/players_covenant/\"},{\"text\":\"用户协议\",\"link\":\"/eula/\"},{\"text\":\"隐私政策\",\"link\":\"/privacy/\"}]},{\"text\":\"玩法介绍\",\"children\":[{\"text\":\"PVP游戏\",\"link\":\"/games/PVP/\"},{\"text\":\"PVE游戏\",\"link\":\"/games/PVE/\"},{\"text\":\"小游戏\",\"link\":\"/games/mini/\"}]},{\"text\":\"动态\",\"children\":[{\"text\":\"活动列表\",\"link\":\"/activity/\"},{\"text\":\"更新日志\",\"link\":\"/changelog/\"}]}]},{\"text\":\"价值观\",\"children\":[{\"text\":\"环境责任\",\"link\":\"/environment/\"},{\"text\":\"著作权\",\"link\":\"/copyright/\"},{\"text\":\"隐私权\",\"link\":\"/privacy/\"}]},{\"text\":\"关于\",\"children\":[{\"text\":\"团队规范\",\"children\":[{\"text\":\"总纲\",\"link\":\"/team/main/\"},{\"text\":\"版权条例\",\"link\":\"/copyright/\"},{\"text\":\"运营规范\",\"link\":\"/team/operation\"}]},{\"text\":\"招贤纳士\",\"children\":[{\"text\":\"招新计划\",\"link\":\"/team/recruit/plan/\"},{\"text\":\"招新资料\",\"link\":\"/team/recruit/info/\"},{\"text\":\"管理层\",\"link\":\"/team/leadership/\"}]}]},{\"text\":\"返回主站\",\"link\":\"https://www.fapixel.com/\"}]},\"/en/\":{\"selectLanguageName\":\"English\",\"navbar\":[{\"text\":\"Gameplay\",\"children\":[{\"text\":\"Guideline\",\"children\":[{\"text\":\"Covenant of Players\",\"link\":\"./players_covenant/\"},{\"text\":\"Terms of Use\",\"link\":\"./eula/\"},{\"text\":\"Privacy Policy\",\"link\":\"./privacy/\"}]},{\"text\":\"Introduction\",\"children\":[{\"text\":\"PVP\",\"link\":\"./games/PVP/\"},{\"text\":\"PVE\",\"link\":\"./games/PVE/\"},{\"text\":\"Minigames\",\"link\":\"./games/mini/\"}]},{\"text\":\"Activities\",\"children\":[{\"text\":\"Events\",\"link\":\"./activity/\"},{\"text\":\"Update log\",\"link\":\"./changelog/\"}]}]},{\"text\":\"Values\",\"children\":[{\"text\":\"Copyright\",\"link\":\"./copyright/\"},{\"text\":\"Environment\",\"link\":\"./environment/\"},{\"text\":\"Privacy\",\"link\":\"./privacy/\"}]},{\"text\":\"About us\",\"children\":[{\"text\":\"Team\",\"children\":[{\"text\":\"Program of Team\",\"link\":\"./team/main/\"},{\"text\":\"Copyright Guidelines\",\"link\":\"./copyright/\"},{\"text\":\"Operation Guidelines\",\"link\":\"./team/operation\"}]},{\"text\":\"Career Opportunities\",\"children\":[{\"text\":\"Plan\",\"link\":\"./team/recruit/plan/\"},{\"text\":\"Information\",\"link\":\"./team/recruit/info/\"},{\"text\":\"Leadership\",\"link\":\"./team/leadership/\"}]}]},{\"text\":\"Main site\",\"link\":\"https://www.fapixel.com/\"}]}},\"colorMode\":\"auto\",\"colorModeSwitch\":true,\"navbar\":[],\"logo\":null,\"repo\":null,\"selectLanguageText\":\"Languages\",\"selectLanguageAriaLabel\":\"Select language\",\"sidebar\":\"auto\",\"sidebarDepth\":2,\"editLink\":true,\"editLinkText\":\"Edit this page\",\"lastUpdated\":true,\"lastUpdatedText\":\"Last Updated\",\"contributors\":true,\"contributorsText\":\"Contributors\",\"notFound\":[\"There's nothing here.\",\"How did we get here?\",\"That's a Four-Oh-Four.\",\"Looks like we've got some broken links.\"],\"backToHome\":\"Take me home\",\"openInNewWindow\":\"open in new window\",\"toggleColorMode\":\"toggle color mode\",\"toggleSidebar\":\"toggle sidebar\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updateThemeData) { - __VUE_HMR_RUNTIME__.updateThemeData(themeData) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ themeData }) => { - __VUE_HMR_RUNTIME__.updateThemeData(themeData) - }) -} diff --git a/docs/.vuepress/.temp/pages/404.html.js b/docs/.vuepress/.temp/pages/404.html.js deleted file mode 100644 index 8d4c87df..00000000 --- a/docs/.vuepress/.temp/pages/404.html.js +++ /dev/null @@ -1,14 +0,0 @@ -export const data = JSON.parse("{\"key\":\"v-3706649a\",\"path\":\"/404.html\",\"title\":\"\",\"lang\":\"zh-CN\",\"frontmatter\":{\"layout\":\"NotFound\"},\"headers\":[],\"git\":{},\"filePathRelative\":null,\"excerpt\":\"\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updatePageData) { - __VUE_HMR_RUNTIME__.updatePageData(data) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ data }) => { - __VUE_HMR_RUNTIME__.updatePageData(data) - }) -} diff --git a/docs/.vuepress/.temp/pages/404.html.vue b/docs/.vuepress/.temp/pages/404.html.vue deleted file mode 100644 index 162ab33a..00000000 --- a/docs/.vuepress/.temp/pages/404.html.vue +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/.vuepress/.temp/pages/changelog.html.js b/docs/.vuepress/.temp/pages/changelog.html.js deleted file mode 100644 index 357c5c28..00000000 --- a/docs/.vuepress/.temp/pages/changelog.html.js +++ /dev/null @@ -1,14 +0,0 @@ -export const data = JSON.parse("{\"key\":\"v-ce159204\",\"path\":\"/changelog.html\",\"title\":\"更新日志\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"2022年\",\"slug\":\"_2022年\",\"link\":\"#_2022年\",\"children\":[{\"level\":3,\"title\":\"2022年4月\",\"slug\":\"_2022年4月\",\"link\":\"#_2022年4月\",\"children\":[]},{\"level\":3,\"title\":\"2022年3月\",\"slug\":\"_2022年3月\",\"link\":\"#_2022年3月\",\"children\":[]}]}],\"git\":{\"updatedTime\":1651924599000,\"contributors\":[{\"name\":\"PexEric\",\"email\":\"3088364720@qq.com\",\"commits\":5}]},\"filePathRelative\":\"changelog.md\",\"excerpt\":\"\\n

这里罗列了我们每月的更新内容。

\\n

2022年

\\n

2022年4月

\\n\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updatePageData) { - __VUE_HMR_RUNTIME__.updatePageData(data) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ data }) => { - __VUE_HMR_RUNTIME__.updatePageData(data) - }) -} diff --git a/docs/.vuepress/.temp/pages/changelog.html.vue b/docs/.vuepress/.temp/pages/changelog.html.vue deleted file mode 100644 index bd4ef74e..00000000 --- a/docs/.vuepress/.temp/pages/changelog.html.vue +++ /dev/null @@ -1,16 +0,0 @@ - - - diff --git a/docs/.vuepress/.temp/pages/contact.html.js b/docs/.vuepress/.temp/pages/contact.html.js deleted file mode 100644 index 98314ee6..00000000 --- a/docs/.vuepress/.temp/pages/contact.html.js +++ /dev/null @@ -1,14 +0,0 @@ -export const data = JSON.parse("{\"key\":\"v-6d34f632\",\"path\":\"/contact.html\",\"title\":\"联系我们\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[],\"git\":{\"updatedTime\":1706889564000,\"contributors\":[{\"name\":\"PexEric\",\"email\":\"suoerix@gmail.com\",\"commits\":1}]},\"filePathRelative\":\"contact.md\",\"excerpt\":\"\\n

你可以向以下地址发送电子邮件,我们会提供力所能及的帮助。

\\n\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updatePageData) { - __VUE_HMR_RUNTIME__.updatePageData(data) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ data }) => { - __VUE_HMR_RUNTIME__.updatePageData(data) - }) -} diff --git a/docs/.vuepress/.temp/pages/contact.html.vue b/docs/.vuepress/.temp/pages/contact.html.vue deleted file mode 100644 index 35204270..00000000 --- a/docs/.vuepress/.temp/pages/contact.html.vue +++ /dev/null @@ -1,17 +0,0 @@ - - - diff --git a/docs/.vuepress/.temp/pages/copyright/assets/index.html.js b/docs/.vuepress/.temp/pages/copyright/assets/index.html.js deleted file mode 100644 index 1fe0df6c..00000000 --- a/docs/.vuepress/.temp/pages/copyright/assets/index.html.js +++ /dev/null @@ -1,14 +0,0 @@ -export const data = JSON.parse("{\"key\":\"v-46e634eb\",\"path\":\"/copyright/assets/\",\"title\":\"资源授权公示\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"游戏主大厅地图\",\"slug\":\"游戏主大厅地图\",\"link\":\"#游戏主大厅地图\",\"children\":[]},{\"level\":2,\"title\":\"游戏NPC皮肤贴图\",\"slug\":\"游戏npc皮肤贴图\",\"link\":\"#游戏npc皮肤贴图\",\"children\":[]},{\"level\":2,\"title\":\"僵尸末日地图\",\"slug\":\"僵尸末日地图\",\"link\":\"#僵尸末日地图\",\"children\":[]}],\"git\":{\"updatedTime\":1657466749000,\"contributors\":[{\"name\":\"PexEric\",\"email\":\"3088364720@qq.com\",\"commits\":1}]},\"filePathRelative\":\"copyright/assets/README.md\",\"excerpt\":\"\\n

依据《版权条例》,我们在这里将一些所使用资源的授权情况予以公示。

\\n

游戏主大厅地图

\\n

我们的主大厅源自 EaseCation 建筑团队,由鲍俊轩(网名星际)代表上海易什网络技术有限公司许可我们使用。

\\n

下载《授权许可证书》的公示本

\\n

游戏NPC皮肤贴图

\\n

我们的NPC皮肤贴图使用了 Plugins CD Tribe 出品的《东方Project皮肤合辑》,创作者是几何。我们通过在mcbbs.net私聊取得了创作者的授权。\\n\\\"\\\"

\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updatePageData) { - __VUE_HMR_RUNTIME__.updatePageData(data) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ data }) => { - __VUE_HMR_RUNTIME__.updatePageData(data) - }) -} diff --git a/docs/.vuepress/.temp/pages/copyright/assets/index.html.vue b/docs/.vuepress/.temp/pages/copyright/assets/index.html.vue deleted file mode 100644 index 1d2e0268..00000000 --- a/docs/.vuepress/.temp/pages/copyright/assets/index.html.vue +++ /dev/null @@ -1,16 +0,0 @@ - - - diff --git a/docs/.vuepress/.temp/pages/copyright/index.html.js b/docs/.vuepress/.temp/pages/copyright/index.html.js deleted file mode 100644 index 77b36de2..00000000 --- a/docs/.vuepress/.temp/pages/copyright/index.html.js +++ /dev/null @@ -1,14 +0,0 @@ -export const data = JSON.parse("{\"key\":\"v-640155fe\",\"path\":\"/copyright/\",\"title\":\"著作权\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[],\"git\":{\"updatedTime\":1705981862000,\"contributors\":[{\"name\":\"PexEric\",\"email\":\"3088364720@qq.com\",\"commits\":2},{\"name\":\"PexEric\",\"email\":\"suoerix@gmail.com\",\"commits\":2}]},\"filePathRelative\":\"copyright/README.md\",\"excerpt\":\"\\n
\\n

唯有重视版权,创作者的合法权益才能得到有效保障。更多优秀的作品才能得以出现。

\\n

无论何时都不能忘记版权,要把提高版权意识作为团队的价值追求。

\\n

—— PexEric

\\n
\\n

FunnyArenaPixel 尊重每一位创作者。

\\n

我们在开发、运营服务器过程中所使用的不同形式和媒介的资源,其绝大部分都已经取得了原创作者直接或间接的许可。对于部分因各种原因无法联系到原作者的资源,我们在这里对其创作者一并表示感谢。

\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updatePageData) { - __VUE_HMR_RUNTIME__.updatePageData(data) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ data }) => { - __VUE_HMR_RUNTIME__.updatePageData(data) - }) -} diff --git a/docs/.vuepress/.temp/pages/copyright/index.html.vue b/docs/.vuepress/.temp/pages/copyright/index.html.vue deleted file mode 100644 index e8d45fe0..00000000 --- a/docs/.vuepress/.temp/pages/copyright/index.html.vue +++ /dev/null @@ -1,13 +0,0 @@ - - - diff --git a/docs/.vuepress/.temp/pages/en/index.html.js b/docs/.vuepress/.temp/pages/en/index.html.js deleted file mode 100644 index 0bfcd09e..00000000 --- a/docs/.vuepress/.temp/pages/en/index.html.js +++ /dev/null @@ -1,14 +0,0 @@ -export const data = JSON.parse("{\"key\":\"v-2d0a870d\",\"path\":\"/en/\",\"title\":\"\",\"lang\":\"en-US\",\"frontmatter\":{\"home\":true,\"heroText\":\"FunnyArenaPixel Docs\",\"heroImage\":\"img/logo.png\",\"tagline\":null,\"actions\":[{\"text\":\"Search\",\"link\":\"/\",\"type\":\"primary\"},{\"text\":\"Offical Website\",\"link\":\"https://www.fapixel.com/\",\"type\":\"secondary\"}],\"footer\":\"Copyright © 2024 FunnyArenaPixel. Privacy Policy | Terms of Use\",\"footerHtml\":true},\"headers\":[],\"git\":{\"updatedTime\":1705981862000,\"contributors\":[{\"name\":\"PexEric\",\"email\":\"3088364720@qq.com\",\"commits\":2},{\"name\":\"PexEric\",\"email\":\"suoerix@gmail.com\",\"commits\":2}]},\"filePathRelative\":\"en/README.md\",\"excerpt\":\"

Welcome to FunnyArenaPixel Document Center

\\n

You can access our documentation here. They detail the update history of our server, our activity program, our administrative regulations, as well as our team's values, recruitment plan and privacy policy.

\\n

Except for the pages of \\\"Play Rules\\\" and \\\"Team Rules\\\", or pages with other declarations (such as this page), the rest of our documents are licensed under the CC BY-NC-SA 4.0 license. You are free to use our documents within the scope of the license.

\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updatePageData) { - __VUE_HMR_RUNTIME__.updatePageData(data) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ data }) => { - __VUE_HMR_RUNTIME__.updatePageData(data) - }) -} diff --git a/docs/.vuepress/.temp/pages/en/index.html.vue b/docs/.vuepress/.temp/pages/en/index.html.vue deleted file mode 100644 index 5c04365d..00000000 --- a/docs/.vuepress/.temp/pages/en/index.html.vue +++ /dev/null @@ -1,8 +0,0 @@ - - - diff --git a/docs/.vuepress/.temp/pages/environment/index.html.js b/docs/.vuepress/.temp/pages/environment/index.html.js deleted file mode 100644 index 61579ef7..00000000 --- a/docs/.vuepress/.temp/pages/environment/index.html.js +++ /dev/null @@ -1,14 +0,0 @@ -export const data = JSON.parse("{\"key\":\"v-f5f35416\",\"path\":\"/environment/\",\"title\":\"环境责任\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"我们的进展\",\"slug\":\"我们的进展\",\"link\":\"#我们的进展\",\"children\":[]},{\"level\":2,\"title\":\"我们的承诺\",\"slug\":\"我们的承诺\",\"link\":\"#我们的承诺\",\"children\":[]}],\"git\":{\"updatedTime\":1705936573000,\"contributors\":[{\"name\":\"PexEric\",\"email\":\"3088364720@qq.com\",\"commits\":3},{\"name\":\"PexEric\",\"email\":\"suoerix@gmail.com\",\"commits\":1}]},\"filePathRelative\":\"environment/README.md\",\"excerpt\":\"\\n

FunnyArenaPixel 致力于环境保护,这是我们的核心价值观之一。

\\n

我们的进展

\\n

我们已在运营全面实现碳中和。(2022 年 4 月 4 日)

\\n

进一步了解

\\n

我们的承诺

\\n

注意

\\n

本页面的编写还在进行中,可能与最终版本有所出入。\\nFunnyArenaPixel 对未生效文档的历史版本概不负责。

\\n
\\n\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updatePageData) { - __VUE_HMR_RUNTIME__.updatePageData(data) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ data }) => { - __VUE_HMR_RUNTIME__.updatePageData(data) - }) -} diff --git a/docs/.vuepress/.temp/pages/environment/index.html.vue b/docs/.vuepress/.temp/pages/environment/index.html.vue deleted file mode 100644 index d040fd3c..00000000 --- a/docs/.vuepress/.temp/pages/environment/index.html.vue +++ /dev/null @@ -1,13 +0,0 @@ - - - diff --git a/docs/.vuepress/.temp/pages/eula-changelog.html.js b/docs/.vuepress/.temp/pages/eula-changelog.html.js deleted file mode 100644 index 12dbeff4..00000000 --- a/docs/.vuepress/.temp/pages/eula-changelog.html.js +++ /dev/null @@ -1,14 +0,0 @@ -export const data = JSON.parse("{\"key\":\"v-7b0be658\",\"path\":\"/eula-changelog.html\",\"title\":\"《FunnyArenaPixel 用户协议》更新日志\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"2024 年 2 月 3 日\",\"slug\":\"_2024-年-2-月-3-日\",\"link\":\"#_2024-年-2-月-3-日\",\"children\":[]},{\"level\":2,\"title\":\"2024 年 1 月 23 日\",\"slug\":\"_2024-年-1-月-23-日\",\"link\":\"#_2024-年-1-月-23-日\",\"children\":[]},{\"level\":2,\"title\":\"2022 年 7 月 10 日\",\"slug\":\"_2022-年-7-月-10-日\",\"link\":\"#_2022-年-7-月-10-日\",\"children\":[]},{\"level\":2,\"title\":\"2022 年 4 月 4日\",\"slug\":\"_2022-年-4-月-4日\",\"link\":\"#_2022-年-4-月-4日\",\"children\":[]}],\"git\":{\"updatedTime\":1706889564000,\"contributors\":[{\"name\":\"PexEric\",\"email\":\"suoerix@gmail.com\",\"commits\":4},{\"name\":\"PexEric\",\"email\":\"3088364720@qq.com\",\"commits\":1}]},\"filePathRelative\":\"eula-changelog.md\",\"excerpt\":\"\\n

本页面仅用来记录对《FunnyArenaPixel 用户协议》内容的更新情况,以便用户及时了解查阅,不能作为对协议内容的有效扩展或解读。

\\n

2024 年 2 月 3 日

\\n\\n

2024 年 1 月 23 日

\\n

备注:该次更新与 2024 年 2 月 3 日的更新一并放出。

\\n\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updatePageData) { - __VUE_HMR_RUNTIME__.updatePageData(data) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ data }) => { - __VUE_HMR_RUNTIME__.updatePageData(data) - }) -} diff --git a/docs/.vuepress/.temp/pages/eula-changelog.html.vue b/docs/.vuepress/.temp/pages/eula-changelog.html.vue deleted file mode 100644 index d6aa6a09..00000000 --- a/docs/.vuepress/.temp/pages/eula-changelog.html.vue +++ /dev/null @@ -1,27 +0,0 @@ - - - diff --git a/docs/.vuepress/.temp/pages/eula.html.js b/docs/.vuepress/.temp/pages/eula.html.js deleted file mode 100644 index ec12fa2b..00000000 --- a/docs/.vuepress/.temp/pages/eula.html.js +++ /dev/null @@ -1,14 +0,0 @@ -export const data = JSON.parse("{\"key\":\"v-1e84120a\",\"path\":\"/eula.html\",\"title\":\"FunnyArenaPixel 用户协议\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"1 总则\",\"slug\":\"_1-总则\",\"link\":\"#_1-总则\",\"children\":[]},{\"level\":2,\"title\":\"2 用户权利和义务\",\"slug\":\"_2-用户权利和义务\",\"link\":\"#_2-用户权利和义务\",\"children\":[]},{\"level\":2,\"title\":\"3 免责声明\",\"slug\":\"_3-免责声明\",\"link\":\"#_3-免责声明\",\"children\":[]},{\"level\":2,\"title\":\"4 其他\",\"slug\":\"_4-其他\",\"link\":\"#_4-其他\",\"children\":[{\"level\":3,\"title\":\"4.1 隐私政策\",\"slug\":\"_4-1-隐私政策\",\"link\":\"#_4-1-隐私政策\",\"children\":[]},{\"level\":3,\"title\":\"4.2 适用法律\",\"slug\":\"_4-2-适用法律\",\"link\":\"#_4-2-适用法律\",\"children\":[]},{\"level\":3,\"title\":\"4.3 独立性\",\"slug\":\"_4-3-独立性\",\"link\":\"#_4-3-独立性\",\"children\":[]},{\"level\":3,\"title\":\"4.4 更新与通知\",\"slug\":\"_4-4-更新与通知\",\"link\":\"#_4-4-更新与通知\",\"children\":[]}]}],\"git\":{\"updatedTime\":1706889564000,\"contributors\":[{\"name\":\"PexEric\",\"email\":\"suoerix@gmail.com\",\"commits\":4},{\"name\":\"PexEric\",\"email\":\"3088364720@qq.com\",\"commits\":2}]},\"filePathRelative\":\"eula.md\",\"excerpt\":\"\\n

更新日期:2024 年 2 月 3 日更新日志

\\n

速德优(北京)网络科技有限公司(如下简称“速德优”或“本公司”)在此特别提醒用户认真阅读、充分理解本《FunnyArenaPixel 用户协议》(下称“本协议”)。

\\n

本协议是用户与速德优之间关于用户注册、登录 FunnyArenaPixel 服务器(如下也称“服务器”)以及使用服务器游戏服务所订立的协议。用户应认真阅读、充分理解本协议中各条款(特别是涉及免除或者限制速德优责任、争议解决和法律适用的条款)并选择接受或不接受本协议(未成年人应在法定监护人陪同下阅读)。用户游玩服务器或下载速德优资源等行为将视为对本协议的接受,并同意接受本协议各项条款的约束。如用户不同意本协议,请勿使用速德优资源或服务。速德优有权修订本协议,更新后的协议条款将公布于速德优官方网站、文档中心及服务器内。

\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updatePageData) { - __VUE_HMR_RUNTIME__.updatePageData(data) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ data }) => { - __VUE_HMR_RUNTIME__.updatePageData(data) - }) -} diff --git a/docs/.vuepress/.temp/pages/eula.html.vue b/docs/.vuepress/.temp/pages/eula.html.vue deleted file mode 100644 index ddf6dad3..00000000 --- a/docs/.vuepress/.temp/pages/eula.html.vue +++ /dev/null @@ -1,61 +0,0 @@ - - - diff --git a/docs/.vuepress/.temp/pages/index.html.js b/docs/.vuepress/.temp/pages/index.html.js deleted file mode 100644 index a743f554..00000000 --- a/docs/.vuepress/.temp/pages/index.html.js +++ /dev/null @@ -1,14 +0,0 @@ -export const data = JSON.parse("{\"key\":\"v-8daa1a0e\",\"path\":\"/\",\"title\":\"\",\"lang\":\"zh-CN\",\"frontmatter\":{\"home\":true,\"heroText\":\"FunnyArenaPixel 文档中心\",\"heroImage\":\"img/logo.png\",\"tagline\":null,\"actions\":[{\"text\":\"开源仓库\",\"link\":\"https://github.com/FunnyArenaPixel/docs/\",\"type\":\"primary\"},{\"text\":\"返回官网\",\"link\":\"https://www.fapixel.com/\",\"type\":\"secondary\"}],\"footer\":\"Copyright © 2024 FunnyArenaPixel.
京ICP备2024044839号-1 - 隐私政策 | 用户协议\",\"footerHtml\":true},\"headers\":[],\"git\":{\"updatedTime\":1706889564000,\"contributors\":[{\"name\":\"PexEric\",\"email\":\"3088364720@qq.com\",\"commits\":7},{\"name\":\"PexEric\",\"email\":\"suoerix@gmail.com\",\"commits\":3},{\"name\":\"BeiNing\",\"email\":\"71262946+SenderFanBeiNing@users.noreply.github.com\",\"commits\":1}]},\"filePathRelative\":\"README.md\",\"excerpt\":\"

欢迎来到 FunnyArenaPixel 文档中心

\\n

您可以在这里查阅我们公开的文档。它们主要介绍了我们服务器的更新历史、活动方案、管理条例以及我们团队的价值观、招新计划和隐私政策。

\\n

除《游玩规范》《团队规范》或另有声明(例如本页面)的页面外,我们的其余文档均采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际 许可协议,您可以在协议允许的范围内自由使用我们的文档。

\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updatePageData) { - __VUE_HMR_RUNTIME__.updatePageData(data) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ data }) => { - __VUE_HMR_RUNTIME__.updatePageData(data) - }) -} diff --git a/docs/.vuepress/.temp/pages/index.html.vue b/docs/.vuepress/.temp/pages/index.html.vue deleted file mode 100644 index 6973c1ba..00000000 --- a/docs/.vuepress/.temp/pages/index.html.vue +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/docs/.vuepress/.temp/pages/players_covenant.html.js b/docs/.vuepress/.temp/pages/players_covenant.html.js deleted file mode 100644 index adfd9f17..00000000 --- a/docs/.vuepress/.temp/pages/players_covenant.html.js +++ /dev/null @@ -1,14 +0,0 @@ -export const data = JSON.parse("{\"key\":\"v-788856df\",\"path\":\"/players_covenant.html\",\"title\":\"FunnyArenaPixel 玩家及团队言论行为规范\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"前言\",\"slug\":\"前言\",\"link\":\"#前言\",\"children\":[]},{\"level\":2,\"title\":\"一、对于玩家\",\"slug\":\"一、对于玩家\",\"link\":\"#一、对于玩家\",\"children\":[{\"level\":3,\"title\":\"1-1 冒充官方人员、系统散布虚假信息、诱导玩家的行为甚至进行诈骗等\",\"slug\":\"_1-1-冒充官方人员、系统散布虚假信息、诱导玩家的行为甚至进行诈骗等\",\"link\":\"#_1-1-冒充官方人员、系统散布虚假信息、诱导玩家的行为甚至进行诈骗等\",\"children\":[]},{\"level\":3,\"title\":\"1-2 通过各种方式、行为散布或传播言行不雅的信息\",\"slug\":\"_1-2-通过各种方式、行为散布或传播言行不雅的信息\",\"link\":\"#_1-2-通过各种方式、行为散布或传播言行不雅的信息\",\"children\":[]},{\"level\":3,\"title\":\"1-3 发送各类大量重复的、无意义的、含有广告推广的垃圾信息\",\"slug\":\"_1-3-发送各类大量重复的、无意义的、含有广告推广的垃圾信息\",\"link\":\"#_1-3-发送各类大量重复的、无意义的、含有广告推广的垃圾信息\",\"children\":[]},{\"level\":3,\"title\":\"1-4 通过任何方式或途径引起地域纠纷的\",\"slug\":\"_1-4-通过任何方式或途径引起地域纠纷的\",\"link\":\"#_1-4-通过任何方式或途径引起地域纠纷的\",\"children\":[]},{\"level\":3,\"title\":\"1-5 进行钓鱼行为,挑衅、引起群体对立的(若仅是整活搞笑的言论,请明确说明自己无恶意,否\",\"slug\":\"_1-5-进行钓鱼行为-挑衅、引起群体对立的-若仅是整活搞笑的言论-请明确说明自己无恶意-否\",\"link\":\"#_1-5-进行钓鱼行为-挑衅、引起群体对立的-若仅是整活搞笑的言论-请明确说明自己无恶意-否\",\"children\":[]},{\"level\":3,\"title\":\"1-6 涉及违禁药品或任何违禁物品的\",\"slug\":\"_1-6-涉及违禁药品或任何违禁物品的\",\"link\":\"#_1-6-涉及违禁药品或任何违禁物品的\",\"children\":[]},{\"level\":3,\"title\":\"1-7 泄露任何人未公开的信息、进行人身恐吓的\",\"slug\":\"_1-7-泄露任何人未公开的信息、进行人身恐吓的\",\"link\":\"#_1-7-泄露任何人未公开的信息、进行人身恐吓的\",\"children\":[]},{\"level\":3,\"title\":\"1-8 通过任何方式阴阳怪气,发送阴阳怪气表情包(如龙图),进行不文明暗示的\",\"slug\":\"_1-8-通过任何方式阴阳怪气-发送阴阳怪气表情包-如龙图-进行不文明暗示的\",\"link\":\"#_1-8-通过任何方式阴阳怪气-发送阴阳怪气表情包-如龙图-进行不文明暗示的\",\"children\":[]},{\"level\":3,\"title\":\"1-9 通过各种方式、行为传播木马、病毒、外挂、脚本等危害他人设备安全和游戏体验的信息的\",\"slug\":\"_1-9-通过各种方式、行为传播木马、病毒、外挂、脚本等危害他人设备安全和游戏体验的信息的\",\"link\":\"#_1-9-通过各种方式、行为传播木马、病毒、外挂、脚本等危害他人设备安全和游戏体验的信息的\",\"children\":[]},{\"level\":3,\"title\":\"1-10 任何涉及违反国家法律、违背社会道德文明准则的言语或行为,包括但不限于宣传或参与赌\",\"slug\":\"_1-10-任何涉及违反国家法律、违背社会道德文明准则的言语或行为-包括但不限于宣传或参与赌\",\"link\":\"#_1-10-任何涉及违反国家法律、违背社会道德文明准则的言语或行为-包括但不限于宣传或参与赌\",\"children\":[]},{\"level\":3,\"title\":\"1-11 频繁呼叫官方人员或发送无实质性内容的请求,或反复向官方人员发送已解答或解决问题的\",\"slug\":\"_1-11-频繁呼叫官方人员或发送无实质性内容的请求-或反复向官方人员发送已解答或解决问题的\",\"link\":\"#_1-11-频繁呼叫官方人员或发送无实质性内容的请求-或反复向官方人员发送已解答或解决问题的\",\"children\":[]},{\"level\":3,\"title\":\"1-12 扬言或煽动其他玩家参与非正常游戏内容的行为;(包括但不限于非法游行、聚众闹事等)\",\"slug\":\"_1-12-扬言或煽动其他玩家参与非正常游戏内容的行为-包括但不限于非法游行、聚众闹事等\",\"link\":\"#_1-12-扬言或煽动其他玩家参与非正常游戏内容的行为-包括但不限于非法游行、聚众闹事等\",\"children\":[]},{\"level\":3,\"title\":\"1-13 使用包括但不限于涉及种族/宗教、国家政治、国家领导人、淫秽的/粗俗的、诽谤/恐吓、宗教或宗教人物、工作人员、攻击性的、污辱性的、可能引起误会的、违禁物品等内容的游戏昵称、群昵称、社区昵称、公会名称等。\",\"slug\":\"_1-13-使用包括但不限于涉及种族-宗教、国家政治、国家领导人、淫秽的-粗俗的、诽谤-恐吓、宗教或宗教人物、工作人员、攻击性的、污辱性的、可能引起误会的、违禁物品等内容的游戏昵称、群昵称、社区昵称、公会名称等。\",\"link\":\"#_1-13-使用包括但不限于涉及种族-宗教、国家政治、国家领导人、淫秽的-粗俗的、诽谤-恐吓、宗教或宗教人物、工作人员、攻击性的、污辱性的、可能引起误会的、违禁物品等内容的游戏昵称、群昵称、社区昵称、公会名称等。\",\"children\":[]}]}],\"git\":{\"updatedTime\":1706872780000,\"contributors\":[{\"name\":\"BeiNing\",\"email\":\"71262946+SenderFanBeiNing@users.noreply.github.com\",\"commits\":2},{\"name\":\"PexEric\",\"email\":\"suoerix@gmail.com\",\"commits\":2},{\"name\":\"PexEric\",\"email\":\"3088364720@qq.com\",\"commits\":1}]},\"filePathRelative\":\"players_covenant.md\",\"excerpt\":\"\\n

更新日期:2024 年 1 月 23 日

\\n

前言

\\n

每一名玩家都希望自己能够在一个和谐的环境中体验游戏的乐趣, 我们也一直在为营造良好的 游戏环境而努力。对此, 我们决定开展服务器整体环境专项整治行动, 着力改善服务器环境。话虽 如此, 但本文涉及的所有规则将长期生效。我们也希望从玩家到服务器团队成员的所有人都能认真 对待, 不要尝试挑战规则和底线。以下规定在服务器内及玩家群和服务器相关的所有社区适用。

\\n

一、对于玩家

\\n

言行体现一个人的修养与品德。好的言行让人如沐春风、终生受益。反之,则有可能成为阻碍您前进的绊脚石。我们倡议大家对自己的言行负责,文明游戏,健康游戏,若玩家出现本条规定的以下情形,将会被按照规定进行处罚。(当同时违反多条时按处罚最严重的执行,扣除数值类处罚。

\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updatePageData) { - __VUE_HMR_RUNTIME__.updatePageData(data) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ data }) => { - __VUE_HMR_RUNTIME__.updatePageData(data) - }) -} diff --git a/docs/.vuepress/.temp/pages/players_covenant.html.vue b/docs/.vuepress/.temp/pages/players_covenant.html.vue deleted file mode 100644 index 9b7a8fb6..00000000 --- a/docs/.vuepress/.temp/pages/players_covenant.html.vue +++ /dev/null @@ -1,41 +0,0 @@ - - - diff --git a/docs/.vuepress/.temp/pages/privacy-changelog.html.js b/docs/.vuepress/.temp/pages/privacy-changelog.html.js deleted file mode 100644 index 36137870..00000000 --- a/docs/.vuepress/.temp/pages/privacy-changelog.html.js +++ /dev/null @@ -1,14 +0,0 @@ -export const data = JSON.parse("{\"key\":\"v-338a123a\",\"path\":\"/privacy-changelog.html\",\"title\":\"《FunnyArenaPixel 隐私政策》更新日志\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"2024 年 2 月 3 日\",\"slug\":\"_2024-年-2-月-3-日\",\"link\":\"#_2024-年-2-月-3-日\",\"children\":[]}],\"git\":{\"updatedTime\":1706889564000,\"contributors\":[{\"name\":\"PexEric\",\"email\":\"suoerix@gmail.com\",\"commits\":1}]},\"filePathRelative\":\"privacy-changelog.md\",\"excerpt\":\"\\n

本页面仅用来记录对《FunnyArenaPixel 隐私政策》内容的更新情况,以便用户及时了解查阅,不能作为对政策内容的有效扩展或解读。

\\n

2024 年 2 月 3 日

\\n\\n\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updatePageData) { - __VUE_HMR_RUNTIME__.updatePageData(data) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ data }) => { - __VUE_HMR_RUNTIME__.updatePageData(data) - }) -} diff --git a/docs/.vuepress/.temp/pages/privacy-changelog.html.vue b/docs/.vuepress/.temp/pages/privacy-changelog.html.vue deleted file mode 100644 index 11a63cfc..00000000 --- a/docs/.vuepress/.temp/pages/privacy-changelog.html.vue +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/docs/.vuepress/.temp/pages/privacy.html.js b/docs/.vuepress/.temp/pages/privacy.html.js deleted file mode 100644 index 457911ba..00000000 --- a/docs/.vuepress/.temp/pages/privacy.html.js +++ /dev/null @@ -1,14 +0,0 @@ -export const data = JSON.parse("{\"key\":\"v-08eb506c\",\"path\":\"/privacy.html\",\"title\":\"FunnyArenaPixel 隐私政策\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"一、个人信息的收集和使用\",\"slug\":\"一、个人信息的收集和使用\",\"link\":\"#一、个人信息的收集和使用\",\"children\":[{\"level\":3,\"title\":\"1.1 我们收集哪些信息及如何收集\",\"slug\":\"_1-1-我们收集哪些信息及如何收集\",\"link\":\"#_1-1-我们收集哪些信息及如何收集\",\"children\":[]},{\"level\":3,\"title\":\"1.2 我们将如何使用这些信息\",\"slug\":\"_1-2-我们将如何使用这些信息\",\"link\":\"#_1-2-我们将如何使用这些信息\",\"children\":[]},{\"level\":3,\"title\":\"1.3 依法豁免情形\",\"slug\":\"_1-3-依法豁免情形\",\"link\":\"#_1-3-依法豁免情形\",\"children\":[]}]},{\"level\":2,\"title\":\"二、个人信息的共享、转让和公开披露\",\"slug\":\"二、个人信息的共享、转让和公开披露\",\"link\":\"#二、个人信息的共享、转让和公开披露\",\"children\":[{\"level\":3,\"title\":\"2.1 个人信息的共享\",\"slug\":\"_2-1-个人信息的共享\",\"link\":\"#_2-1-个人信息的共享\",\"children\":[]},{\"level\":3,\"title\":\"2.2 个人信息的转让\",\"slug\":\"_2-2-个人信息的转让\",\"link\":\"#_2-2-个人信息的转让\",\"children\":[]},{\"level\":3,\"title\":\"2.3 个人信息的公开披露\",\"slug\":\"_2-3-个人信息的公开披露\",\"link\":\"#_2-3-个人信息的公开披露\",\"children\":[]}]},{\"level\":2,\"title\":\"三、个人信息的保存和保护\",\"slug\":\"三、个人信息的保存和保护\",\"link\":\"#三、个人信息的保存和保护\",\"children\":[{\"level\":3,\"title\":\"3.1 个人信息的存储\",\"slug\":\"_3-1-个人信息的存储\",\"link\":\"#_3-1-个人信息的存储\",\"children\":[]},{\"level\":3,\"title\":\"3.2 个人信息安全与保护措施\",\"slug\":\"_3-2-个人信息安全与保护措施\",\"link\":\"#_3-2-个人信息安全与保护措施\",\"children\":[]}]},{\"level\":2,\"title\":\"四、您与隐私权\",\"slug\":\"四、您与隐私权\",\"link\":\"#四、您与隐私权\",\"children\":[]},{\"level\":2,\"title\":\"五、未成年人的个人信息\",\"slug\":\"五、未成年人的个人信息\",\"link\":\"#五、未成年人的个人信息\",\"children\":[]},{\"level\":2,\"title\":\"六、Cookie 和其他技术\",\"slug\":\"六、cookie-和其他技术\",\"link\":\"#六、cookie-和其他技术\",\"children\":[]},{\"level\":2,\"title\":\"七、本政策的变更\",\"slug\":\"七、本政策的变更\",\"link\":\"#七、本政策的变更\",\"children\":[]},{\"level\":2,\"title\":\"八、如何联系我们\",\"slug\":\"八、如何联系我们\",\"link\":\"#八、如何联系我们\",\"children\":[]}],\"git\":{\"updatedTime\":1706889564000,\"contributors\":[{\"name\":\"BeiNing\",\"email\":\"71262946+SenderFanBeiNing@users.noreply.github.com\",\"commits\":2},{\"name\":\"PexEric\",\"email\":\"3088364720@qq.com\",\"commits\":2},{\"name\":\"PexEric\",\"email\":\"suoerix@gmail.com\",\"commits\":2}]},\"filePathRelative\":\"privacy.md\",\"excerpt\":\"\\n

更新日期:2024 年 2 月 3 日\\n生效日期:2024 年 2 月 3 日

\\n

速德优(北京)网络科技有限公司和 FunnyArenaPixel 游戏服务器(以下统称为“我们”)致力于保护您的隐私。请花一些时间熟悉我们的隐私政策(下称“本政策”),以便进一步了解我们如何收集、使用、披露、传输以及保存您的信息。

\\n

如果您有任何问题,请联系我们

\\n

一、个人信息的收集和使用

\\n

1.1 我们收集哪些信息及如何收集

\\n\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updatePageData) { - __VUE_HMR_RUNTIME__.updatePageData(data) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ data }) => { - __VUE_HMR_RUNTIME__.updatePageData(data) - }) -} diff --git a/docs/.vuepress/.temp/pages/privacy.html.vue b/docs/.vuepress/.temp/pages/privacy.html.vue deleted file mode 100644 index 52d48b09..00000000 --- a/docs/.vuepress/.temp/pages/privacy.html.vue +++ /dev/null @@ -1,99 +0,0 @@ - - - diff --git a/docs/.vuepress/.temp/pages/team/leadership.html.js b/docs/.vuepress/.temp/pages/team/leadership.html.js deleted file mode 100644 index 5ac52dbd..00000000 --- a/docs/.vuepress/.temp/pages/team/leadership.html.js +++ /dev/null @@ -1,14 +0,0 @@ -export const data = JSON.parse("{\"key\":\"v-4105bc0a\",\"path\":\"/team/leadership.html\",\"title\":\"管理层\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[],\"git\":{\"updatedTime\":1657510844000,\"contributors\":[{\"name\":\"PexEric\",\"email\":\"3088364720@qq.com\",\"commits\":2}]},\"filePathRelative\":\"team/leadership.md\",\"excerpt\":\"\\n

依据《团队总纲》,我们的管理层由以下成员组成。

\\n\\n \\n \\n \\n
\\\"从不咕咕的鸽子\\\"
从不咕咕的鸽纸

服主
📫pigeon@sodayo.net
\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updatePageData) { - __VUE_HMR_RUNTIME__.updatePageData(data) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ data }) => { - __VUE_HMR_RUNTIME__.updatePageData(data) - }) -} diff --git a/docs/.vuepress/.temp/pages/team/leadership.html.vue b/docs/.vuepress/.temp/pages/team/leadership.html.vue deleted file mode 100644 index 533e0f1a..00000000 --- a/docs/.vuepress/.temp/pages/team/leadership.html.vue +++ /dev/null @@ -1,20 +0,0 @@ - - - diff --git a/docs/.vuepress/.temp/pages/team/main.html.js b/docs/.vuepress/.temp/pages/team/main.html.js deleted file mode 100644 index 12fecb95..00000000 --- a/docs/.vuepress/.temp/pages/team/main.html.js +++ /dev/null @@ -1,14 +0,0 @@ -export const data = JSON.parse("{\"key\":\"v-7b97ae72\",\"path\":\"/team/main.html\",\"title\":\"FunnyArenaPixel 团队总纲\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[],\"git\":{\"updatedTime\":1705936573000,\"contributors\":[{\"name\":\"PexEric\",\"email\":\"3088364720@qq.com\",\"commits\":1},{\"name\":\"PexEric\",\"email\":\"suoerix@gmail.com\",\"commits\":1}]},\"filePathRelative\":\"team/main.md\",\"excerpt\":\"\\n\"}") - -if (import.meta.webpackHot) { - import.meta.webpackHot.accept() - if (__VUE_HMR_RUNTIME__.updatePageData) { - __VUE_HMR_RUNTIME__.updatePageData(data) - } -} - -if (import.meta.hot) { - import.meta.hot.accept(({ data }) => { - __VUE_HMR_RUNTIME__.updatePageData(data) - }) -} diff --git a/docs/.vuepress/.temp/pages/team/main.html.vue b/docs/.vuepress/.temp/pages/team/main.html.vue deleted file mode 100644 index a2c3cc41..00000000 --- a/docs/.vuepress/.temp/pages/team/main.html.vue +++ /dev/null @@ -1,4 +0,0 @@ - - - diff --git a/docs/.vuepress/.temp/sass-palette/hope-config.scss b/docs/.vuepress/.temp/sass-palette/hope-config.scss deleted file mode 100644 index bb2ec6ba..00000000 --- a/docs/.vuepress/.temp/sass-palette/hope-config.scss +++ /dev/null @@ -1,5 +0,0 @@ -@import "file:///F:/FunnyArenaPixel/docs/node_modules/vuepress-plugin-sass-palette/styles/default/palette.scss"; -@import "file:///F:/FunnyArenaPixel/docs/node_modules/vuepress-plugin-sass-palette/styles/default/config.scss"; -@import "file:///F:/FunnyArenaPixel/docs/node_modules/vuepress-plugin-sass-palette/styles/empty.scss"; -@import "file:///F:/FunnyArenaPixel/docs/node_modules/vuepress-plugin-sass-palette/styles/empty.scss"; -@import "file:///F:/FunnyArenaPixel/docs/node_modules/vuepress-plugin-sass-palette/styles/empty.scss"; diff --git a/docs/.vuepress/.temp/sass-palette/hope-inject.scss b/docs/.vuepress/.temp/sass-palette/hope-inject.scss deleted file mode 100644 index 84594384..00000000 --- a/docs/.vuepress/.temp/sass-palette/hope-inject.scss +++ /dev/null @@ -1,13 +0,0 @@ -@use "sass:meta"; - -@use "@sass-palette/helper"; -@use "@sass-palette/hope-palette"; - -$palette-variables: meta.module-variables("hope-palette"); - - -@if meta.global-variable-exists("dark-selector", $module: "hope-config") { - @include helper.inject($palette-variables, hope-config.$dark-selector); -} @else { - @include helper.inject($palette-variables); -} diff --git a/docs/.vuepress/.temp/sass-palette/hope-palette.scss b/docs/.vuepress/.temp/sass-palette/hope-palette.scss deleted file mode 100644 index 8fae2618..00000000 --- a/docs/.vuepress/.temp/sass-palette/hope-palette.scss +++ /dev/null @@ -1,3 +0,0 @@ -@import "file:///F:/FunnyArenaPixel/docs/node_modules/vuepress-plugin-sass-palette/styles/default/palette.scss"; -@import "file:///F:/FunnyArenaPixel/docs/node_modules/vuepress-plugin-sass-palette/styles/empty.scss"; -@import "file:///F:/FunnyArenaPixel/docs/node_modules/vuepress-plugin-sass-palette/styles/empty.scss"; diff --git a/docs/.vuepress/.temp/sass-palette/load-hope.js b/docs/.vuepress/.temp/sass-palette/load-hope.js deleted file mode 100644 index 36b1025a..00000000 --- a/docs/.vuepress/.temp/sass-palette/load-hope.js +++ /dev/null @@ -1,2 +0,0 @@ -import "@sass-palette/hope-inject"; -export default {}; diff --git a/docs/.vuepress/.temp/search-pro/en.js b/docs/.vuepress/.temp/search-pro/en.js deleted file mode 100644 index 3aa89279..00000000 --- a/docs/.vuepress/.temp/search-pro/en.js +++ /dev/null @@ -1 +0,0 @@ -export default "{\"documentCount\":1,\"nextId\":1,\"documentIds\":{\"0\":\"v-2d0a870d\"},\"fieldIds\":{\"h\":0,\"t\":1,\"c\":2},\"fieldLength\":{\"0\":[1,82]},\"averageFieldLength\":[1,82],\"storedFields\":{\"0\":{\"h\":\"\",\"t\":[\"Welcome to FunnyArenaPixel Document Center\",\"You can access our documentation here. They detail the update history of our server, our activity program, our administrative regulations, as well as our team's values, recruitment plan and privacy policy.\",\"Except for the pages of \\\"Play Rules\\\" and \\\"Team Rules\\\", or pages with other declarations (such as this page), the rest of our documents are licensed under the CC BY-NC-SA 4.0 license. You are free to use our documents within the scope of the license.\",\"Note that this website only stores documents related to the FunnyArenaPixel server. For other services, please refer to the corresponding websites.\",\"If you have any questions, please feel free to contact us.\"]}},\"dirtCount\":0,\"index\":[[\"questions\",{\"1\":{\"0\":1}}],[\"if\",{\"1\":{\"0\":1}}],[\"note\",{\"1\":{\"0\":1}}],[\"nc\",{\"1\":{\"0\":1}}],[\"license\",{\"1\":{\"0\":2}}],[\"licensed\",{\"1\":{\"0\":1}}],[\"0\",{\"1\":{\"0\":1}}],[\"4\",{\"1\":{\"0\":1}}],[\"by\",{\"1\":{\"0\":1}}],[\"us\",{\"1\":{\"0\":1}}],[\"use\",{\"1\":{\"0\":1}}],[\"under\",{\"1\":{\"0\":1}}],[\"update\",{\"1\":{\"0\":1}}],[\"websites\",{\"1\":{\"0\":1}}],[\"website\",{\"1\":{\"0\":1}}],[\"well\",{\"1\":{\"0\":1}}],[\"welcome\",{\"1\":{\"0\":1}}],[\"within\",{\"1\":{\"0\":1}}],[\"with\",{\"1\":{\"0\":1}}],[\"rules\",{\"1\":{\"0\":2}}],[\"refer\",{\"1\":{\"0\":1}}],[\"related\",{\"1\":{\"0\":1}}],[\"rest\",{\"1\":{\"0\":1}}],[\"recruitment\",{\"1\":{\"0\":1}}],[\"regulations\",{\"1\":{\"0\":1}}],[\"feel\",{\"1\":{\"0\":1}}],[\"free\",{\"1\":{\"0\":2}}],[\"for\",{\"1\":{\"0\":2}}],[\"funnyarenapixel\",{\"1\":{\"0\":2}}],[\"except\",{\"1\":{\"0\":1}}],[\"please\",{\"1\":{\"0\":2}}],[\"play\",{\"1\":{\"0\":1}}],[\"plan\",{\"1\":{\"0\":1}}],[\"page\",{\"1\":{\"0\":1}}],[\"pages\",{\"1\":{\"0\":2}}],[\"policy\",{\"1\":{\"0\":1}}],[\"privacy\",{\"1\":{\"0\":1}}],[\"program\",{\"1\":{\"0\":1}}],[\"values\",{\"1\":{\"0\":1}}],[\"services\",{\"1\":{\"0\":1}}],[\"server\",{\"1\":{\"0\":2}}],[\"stores\",{\"1\":{\"0\":1}}],[\"scope\",{\"1\":{\"0\":1}}],[\"sa\",{\"1\":{\"0\":1}}],[\"such\",{\"1\":{\"0\":1}}],[\"s\",{\"1\":{\"0\":1}}],[\"any\",{\"1\":{\"0\":1}}],[\"and\",{\"1\":{\"0\":2}}],[\"are\",{\"1\":{\"0\":2}}],[\"as\",{\"1\":{\"0\":3}}],[\"administrative\",{\"1\":{\"0\":1}}],[\"activity\",{\"1\":{\"0\":1}}],[\"access\",{\"1\":{\"0\":1}}],[\"only\",{\"1\":{\"0\":1}}],[\"other\",{\"1\":{\"0\":2}}],[\"or\",{\"1\":{\"0\":1}}],[\"of\",{\"1\":{\"0\":4}}],[\"our\",{\"1\":{\"0\":7}}],[\"have\",{\"1\":{\"0\":1}}],[\"history\",{\"1\":{\"0\":1}}],[\"here\",{\"1\":{\"0\":1}}],[\"declarations\",{\"1\":{\"0\":1}}],[\"detail\",{\"1\":{\"0\":1}}],[\"documents\",{\"1\":{\"0\":3}}],[\"documentation\",{\"1\":{\"0\":1}}],[\"document\",{\"1\":{\"0\":1}}],[\"that\",{\"1\":{\"0\":1}}],[\"this\",{\"1\":{\"0\":2}}],[\"the\",{\"1\":{\"0\":8}}],[\"they\",{\"1\":{\"0\":1}}],[\"team\",{\"1\":{\"0\":2}}],[\"to\",{\"1\":{\"0\":5}}],[\"contact\",{\"1\":{\"0\":1}}],[\"corresponding\",{\"1\":{\"0\":1}}],[\"cc\",{\"1\":{\"0\":1}}],[\"can\",{\"1\":{\"0\":1}}],[\"center\",{\"1\":{\"0\":1}}],[\"you\",{\"1\":{\"0\":3}}]],\"serializationVersion\":2}"; \ No newline at end of file diff --git a/docs/.vuepress/.temp/search-pro/index.js b/docs/.vuepress/.temp/search-pro/index.js deleted file mode 100644 index 54b54649..00000000 --- a/docs/.vuepress/.temp/search-pro/index.js +++ /dev/null @@ -1 +0,0 @@ -export default {"/en/": () => import('./en.js'),"/": () => import('./root.js')} \ No newline at end of file diff --git a/docs/.vuepress/.temp/search-pro/root.js b/docs/.vuepress/.temp/search-pro/root.js deleted file mode 100644 index e5786084..00000000 --- a/docs/.vuepress/.temp/search-pro/root.js +++ /dev/null @@ -1 +0,0 @@ -export default "{\"documentCount\":66,\"nextId\":66,\"documentIds\":{\"0\":\"v-ce159204\",\"1\":\"v-ce159204#_2022年\",\"2\":\"v-ce159204#_2022年4月\",\"3\":\"v-6d34f632\",\"4\":\"v-7b0be658\",\"5\":\"v-7b0be658#_2024-年-2-月-3-日\",\"6\":\"v-7b0be658#_2024-年-1-月-23-日\",\"7\":\"v-7b0be658#_2022-年-7-月-10-日\",\"8\":\"v-7b0be658#_2022-年-4-月-4日\",\"9\":\"v-1e84120a\",\"10\":\"v-1e84120a#_1-总则\",\"11\":\"v-1e84120a#_2-用户权利和义务\",\"12\":\"v-1e84120a#_3-免责声明\",\"13\":\"v-1e84120a#_4-其他\",\"14\":\"v-1e84120a#_4-1-隐私政策\",\"15\":\"v-1e84120a#_4-2-适用法律\",\"16\":\"v-1e84120a#_4-3-独立性\",\"17\":\"v-1e84120a#_4-4-更新与通知\",\"18\":\"v-788856df\",\"19\":\"v-788856df#前言\",\"20\":\"v-788856df#一、对于玩家\",\"21\":\"v-788856df#_1-1-冒充官方人员、系统散布虚假信息、诱导玩家的行为甚至进行诈骗等\",\"22\":\"v-788856df#_1-2-通过各种方式、行为散布或传播言行不雅的信息\",\"23\":\"v-788856df#_1-3-发送各类大量重复的、无意义的、含有广告推广的垃圾信息\",\"24\":\"v-788856df#_1-4-通过任何方式或途径引起地域纠纷的\",\"25\":\"v-788856df#_1-5-进行钓鱼行为-挑衅、引起群体对立的-若仅是整活搞笑的言论-请明确说明自己无恶意-否\",\"26\":\"v-788856df#_1-6-涉及违禁药品或任何违禁物品的\",\"27\":\"v-788856df#_1-7-泄露任何人未公开的信息、进行人身恐吓的\",\"28\":\"v-788856df#_1-8-通过任何方式阴阳怪气-发送阴阳怪气表情包-如龙图-进行不文明暗示的\",\"29\":\"v-788856df#_1-9-通过各种方式、行为传播木马、病毒、外挂、脚本等危害他人设备安全和游戏体验的信息的\",\"30\":\"v-788856df#_1-10-任何涉及违反国家法律、违背社会道德文明准则的言语或行为-包括但不限于宣传或参与赌\",\"31\":\"v-788856df#_1-11-频繁呼叫官方人员或发送无实质性内容的请求-或反复向官方人员发送已解答或解决问题的\",\"32\":\"v-788856df#_1-12-扬言或煽动其他玩家参与非正常游戏内容的行为-包括但不限于非法游行、聚众闹事等\",\"33\":\"v-788856df#_1-13-使用包括但不限于涉及种族-宗教、国家政治、国家领导人、淫秽的-粗俗的、诽谤-恐吓、宗教或宗教人物、工作人员、攻击性的、污辱性的、可能引起误会的、违禁物品等内容的游戏昵称、群昵称、社区昵称、公会名称等。\",\"34\":\"v-338a123a\",\"35\":\"v-338a123a#_2024-年-2-月-3-日\",\"36\":\"v-08eb506c\",\"37\":\"v-08eb506c#一、个人信息的收集和使用\",\"38\":\"v-08eb506c#_1-1-我们收集哪些信息及如何收集\",\"39\":\"v-08eb506c#_1-2-我们将如何使用这些信息\",\"40\":\"v-08eb506c#_1-3-依法豁免情形\",\"41\":\"v-08eb506c#二、个人信息的共享、转让和公开披露\",\"42\":\"v-08eb506c#_2-1-个人信息的共享\",\"43\":\"v-08eb506c#_2-2-个人信息的转让\",\"44\":\"v-08eb506c#_2-3-个人信息的公开披露\",\"45\":\"v-08eb506c#三、个人信息的保存和保护\",\"46\":\"v-08eb506c#_3-1-个人信息的存储\",\"47\":\"v-08eb506c#_3-1-1-个人信息的存储地点与全球范围转移\",\"48\":\"v-08eb506c#_3-1-2-个人信息的存储期限\",\"49\":\"v-08eb506c#_3-2-个人信息安全与保护措施\",\"50\":\"v-08eb506c#四、您与隐私权\",\"51\":\"v-08eb506c#五、未成年人的个人信息\",\"52\":\"v-08eb506c#六、cookie-和其他技术\",\"53\":\"v-08eb506c#七、本政策的变更\",\"54\":\"v-08eb506c#八、如何联系我们\",\"55\":\"v-8daa1a0e\",\"56\":\"v-640155fe\",\"57\":\"v-f5f35416\",\"58\":\"v-f5f35416#我们的进展\",\"59\":\"v-f5f35416#我们的承诺\",\"60\":\"v-4105bc0a\",\"61\":\"v-7b97ae72\",\"62\":\"v-46e634eb\",\"63\":\"v-46e634eb#游戏主大厅地图\",\"64\":\"v-46e634eb#游戏npc皮肤贴图\",\"65\":\"v-46e634eb#僵尸末日地图\"},\"fieldIds\":{\"h\":0,\"t\":1,\"c\":2},\"fieldLength\":{\"0\":[1,2],\"1\":[1],\"2\":[1],\"3\":[1,24],\"4\":[4,7],\"5\":[6,6],\"6\":[6,14],\"7\":[6,9],\"8\":[5,1],\"9\":[2,39],\"10\":[2,43],\"11\":[2,100],\"12\":[2,42],\"13\":[2],\"14\":[3,6],\"15\":[3,13],\"16\":[3,11],\"17\":[2,16],\"18\":[2,7],\"19\":[1,14],\"20\":[2,13],\"21\":[4,10],\"22\":[4,8],\"23\":[5,8],\"24\":[3,9],\"25\":[8,9],\"26\":[3,8],\"27\":[4,9],\"28\":[6,8],\"29\":[7,16],\"30\":[5,12],\"31\":[4,9],\"32\":[6,10],\"33\":[20,14],\"34\":[4,7],\"35\":[6,1],\"36\":[2,26],\"37\":[2],\"38\":[2,70],\"39\":[3,20],\"40\":[3,23],\"41\":[3],\"42\":[3,46],\"43\":[2,10],\"44\":[3,6],\"45\":[2],\"46\":[3],\"47\":[3,38],\"48\":[4,5],\"49\":[3,26],\"50\":[2,33],\"51\":[2,15],\"52\":[3,8],\"53\":[2,7],\"54\":[2,18],\"55\":[1,30],\"56\":[1,21],\"57\":[1,4],\"58\":[1,7],\"59\":[1,6],\"60\":[1,13],\"61\":[2],\"62\":[1,4],\"63\":[1,9],\"64\":[1,13],\"65\":[1,9]},\"averageFieldLength\":[3.1363636363636362,16.37880781691257],\"storedFields\":{\"0\":{\"h\":\"更新日志\",\"t\":[\"这里罗列了我们每月的更新内容。\"]},\"1\":{\"h\":\"2022年\"},\"2\":{\"h\":\"2022年4月\"},\"3\":{\"h\":\"联系我们\",\"t\":[\"你可以向以下地址发送电子邮件,我们会提供力所能及的帮助。\",\"FunnyArenaPixel 玩家支持:support@fapixel.com\",\"FunnyArenaPixel HR人力资源部:hr@fapixel.com\",\"速德优(北京)网络科技有限公司 商务合作:business@sodayo.net\",\"速德优(北京)网络科技有限公司 HR人力资源部:hr@sodayo.net\",\"我们管理层的相关同事的联系邮箱如下,它们也已在管理层的专门页面列出。\",\"服主 从不咕咕的鸽纸:pigeon@sodayo.net\",\"下面是我们的社交媒体账号,我们将在多个平台发布服务器的活动等最新内容。\"]},\"4\":{\"h\":\"《FunnyArenaPixel 用户协议》更新日志\",\"t\":[\"本页面仅用来记录对《FunnyArenaPixel 用户协议》内容的更新情况,以便用户及时了解查阅,不能作为对协议内容的有效扩展或解读。\"]},\"5\":{\"h\":\"2024 年 2 月 3 日\",\"t\":[\"修改 1.1 表述\",\"修改部分表述以应《隐私政策》生效\"]},\"6\":{\"h\":\"2024 年 1 月 23 日\",\"t\":[\"备注:该次更新与 2024 年 2 月 3 日的更新一并放出。\",\"根据服务器名称和组织的变更修改 1.1 定义\",\"修改 2.5 的表述\"]},\"7\":{\"h\":\"2022 年 7 月 10 日\",\"t\":[\"优化部分文字内容的排版\",\"增加对《玩家公约》页面的跳转\",\"明确导言部分对协议条款的描述\",\"对 2.2.5 的示例进行修改\"]},\"8\":{\"h\":\"2022 年 4 月 4日\",\"t\":[\"第一版内容生效\"]},\"9\":{\"h\":\"FunnyArenaPixel 用户协议\",\"t\":[\"更新日期:2024 年 2 月 3 日 (更新日志)\",\"速德优(北京)网络科技有限公司(如下简称“速德优”或“本公司”)在此特别提醒用户认真阅读、充分理解本《FunnyArenaPixel 用户协议》(下称“本协议”)。\",\"本协议是用户与速德优之间关于用户注册、登录 FunnyArenaPixel 服务器(如下也称“服务器”)以及使用服务器游戏服务所订立的协议。用户应认真阅读、充分理解本协议中各条款(特别是涉及免除或者限制速德优责任、争议解决和法律适用的条款)并选择接受或不接受本协议(未成年人应在法定监护人陪同下阅读)。用户游玩服务器或下载速德优资源等行为将视为对本协议的接受,并同意接受本协议各项条款的约束。如用户不同意本协议,请勿使用速德优资源或服务。速德优有权修订本协议,更新后的协议条款将公布于速德优官方网站、文档中心及服务器内。\"]},\"10\":{\"h\":\"1 总则\",\"t\":[\"1.1 FunnyArenaPixel 是速德优(北京)网络科技有限公司基于开源软件 Nukkit 自主研发并拥有软件著作权的《Minecraft》游戏服务器。服务器的运营权由本公司旗下工作室 Concrete Studio 所有。\",\"1.2 用户在使用服务器的特定服务时,该等服务可能会另有单独适用的相关协议、政策、指引、制度或规则等。所有服务器中已经发布或展示的或将来可能发布或展示的涉及相关业务的协议、政策、指引、制度或规则等,均构成对本协议的有效补充,并作为本协议不可分割的组成部分与本协议具有同等法律效力,对用户具有法律上的约束力。\",\"1.3 速德优有权在必要时修改本协议条款,协议条款一旦发生变动,将会在相关页面上公布修改后的协议条款。如果不同意所改动的内容,用户应主动取消相关服务或停止游玩服务器。如果用户继续使用服务,则视为接受协议条款的变动。\",\"1.4 用户须理解,速德优仅为用户提供游戏服务器及相关服务,除此之外与游戏软件及服务有关的设备所需的费用(如游戏软件终端费用、为接入互联网而支付的上网费)均应由用户自行负担。同时,用户在游玩服务器及使用相关服务时会耗用用户的设备、带宽、流量等资源。\"]},\"11\":{\"h\":\"2 用户权利和义务\",\"t\":[\"2.1 您在使用速德优服务时,必须遵守您所在辖区的相关法律法规的规定,您应同意将不会利用本服务进行任何违法或不正当的活动。对于中华人民共和国公民,您不应进行《网络安全法》《互联网新闻信息服务管理规定》所禁止的行为,包括但不限于:\",\"2.1.1 上载、展示、张贴、传播或以其他方式传送含有下列内容之一的信息:\",\"反对宪法所确定的基本原则的;\",\"危害国家安全,泄露国家秘密,颠覆国家政权,破坏国家统一的;\",\"损害国家荣誉和利益的;\",\"煽动民族仇恨、民族歧视、破坏民族团结的;\",\"破坏国家宗教政策,宣扬邪教和封建迷信的;\",\"散布谣言,扰乱社会秩序,破坏社会稳定的;\",\"散布淫秽、色情、赌博、暴力、凶杀、恐怖或者教唆犯罪的;\",\"侮辱或者诽谤他人,侵害他人合法权利的;\",\"含有虚假、有害、胁迫、侵害他人隐私、骚扰、侵害、中伤、粗俗、猥亵、或其他道德上令人反感的内容;\",\"含有中国法律、法规、规章、条例以及任何具有法律效力之规范所限制或禁止的其他内容的;\",\"2.2 不得利用速德优服务从事以下活动:\",\"未经允许,进入计算机信息网络或者使用计算机信息网络资源的;\",\"未经允许,对计算机信息网络功能进行删除、修改或者增加的;\",\"未经允许,对进入计算机信息网络中存储、处理或者传输的数据和应用程序进行删除、修改或者增加的;\",\"故意制作、传播计算机病毒等破坏性程序的;\",\"进行任何诸如发布广告、销售商品的商业行为,或者进行任何非法的侵害速德优利益的行为,如私自贩卖游戏货币、道具、外挂等;\",\"其他危害计算机信息网络安全的行为。\",\"2.3 您违反本协议或相关的服务条款的规定,导致或产生的任何第三方向速德优与合作公司、关联公司主张的任何索赔、要求或损失,包括合理的律师费,您同意赔偿速德优与合作公司、关联公司,并使之免受损害。同时,速德优有权视您的行为性质,采取包括但不限于删除发布信息内容、暂停使用许可、终止服务、限制使用游戏帐号、追究法律责任等措施。同时,速德优会视司法部门的要求,协助调查。\",\"2.4 在任何情况下,速德优都不对您或任何第三方因本协议产生的任何间接性、后果性、惩戒性的、偶然的、特殊或惩罚性的损害赔偿承担责任。\",\"2.5 游玩服务器过程中,您的其他权利或义务可能因为您的行为而变化,请查阅我们的《玩家公约》。但需注意,《玩家公约》与本协议相互独立。\"]},\"12\":{\"h\":\"3 免责声明\",\"t\":[\"3.1 如发生下述情形,速德优不承担任何法律责任:\",\"3.1.1 依据法律规定或相关政府部门的要求提供您的个人信息;\",\"3.1.2 由于您的使用不当或其他自身原因而导致任何个人信息的泄露;\",\"3.1.3 任何由于黑客攻击,电脑病毒的侵入,非法内容信息、骚扰信息的屏蔽,政府管制以及其他任何网络、技术、通信线路、信息安全管理措施等原因造成的服务中断、受阻等不能满足您要求的情形;\",\"3.1.4 因第三方如运营商的通讯线路故障、技术问题、网络、电脑故障、系统不稳定及其他因不可抗力造成的损失的情形;\",\"3.1.5 使用速德优产品、程序及服务可能存在的来自他人匿名或冒名的含有威胁、诽谤、令人反感或非法内容的信息而招致的风险;\",\"3.1.6 用户之间通过服务器或其他速德优产品、程序及服务与其他用户交往,因受误导或欺骗而导致或可能导致的任何心理、生理上的伤害以及经济上的损失;\",\"3.1.7 速德优明文声明,不以明示、默示或以任何形式对速德优及其合作公司服务之及时性、安全性、准确性做出担保。\",\"3.1.8 您在利用服务器所发布的任何内容并不代表和反映速德优的任何观点或政策,速德优对此不承担任何责任。\"]},\"13\":{\"h\":\"4 其他\"},\"14\":{\"h\":\"4.1 隐私政策\",\"t\":[\"4.1.1 请查阅我们的《隐私政策》,《隐私政策》为与本协议效力等同且不可分割的一部分。\"]},\"15\":{\"h\":\"4.2 适用法律\",\"t\":[\"4.2.1 本协议适用中华人民共和国法律。如无相关法律规定的,则参照使用国际商业惯例。\",\"4.2.2 如果双方发生纠纷,应本着友好的原则协商解决;如协商不成,任何一方均可向被告住所地有管辖权的人民法院提起诉讼。若单项条款与本服务条款在管辖约定内容上存在冲突,则在单项条款约束范围内应以单项条款为准。\"]},\"16\":{\"h\":\"4.3 独立性\",\"t\":[\"4.3.1 若本协议中的某些条款因故无法适用,则本协议的其他条款继续适用且无法适用的条款将会被修改,以便其能够依法适用。\",\"4.3.2 本协议所有条款的标题仅为阅读方便,本身并无实际涵义,不能作为本协议涵义解释的依据。\"]},\"17\":{\"h\":\"4.4 更新与通知\",\"t\":[\"4.4.1 速德优通过电子邮件或短信或网页公告或速德优认为适当的方式通知给用户,告知用户服务条款的修改、服务变更及其他重要事项。速德优通过以上任一方式向用户发报消息后,用户未在三日内通过书面方式提出异议,视为接受新消息的内容。\",\"4.4.2 本协议更新时间为 2024 年 2 月 3 日。\"]},\"18\":{\"h\":\"FunnyArenaPixel 玩家及团队言论行为规范\",\"t\":[\"更新日期:2024 年 1 月 23 日\"]},\"19\":{\"h\":\"前言\",\"t\":[\"每一名玩家都希望自己能够在一个和谐的环境中体验游戏的乐趣, 我们也一直在为营造良好的 游戏环境而努力。对此, 我们决定开展服务器整体环境专项整治行动, 着力改善服务器环境。话虽 如此, 但本文涉及的所有规则将长期生效。我们也希望从玩家到服务器团队成员的所有人都能认真 对待, 不要尝试挑战规则和底线。以下规定在服务器内及玩家群和服务器相关的所有社区适用。\"]},\"20\":{\"h\":\"一、对于玩家\",\"t\":[\"言行体现一个人的修养与品德。好的言行让人如沐春风、终生受益。反之,则有可能成为阻碍您前进的绊脚石。我们倡议大家对自己的言行负责,文明游戏,健康游戏,若玩家出现本条规定的以下情形,将会被按照规定进行处罚。(当同时违反多条时按处罚最严重的执行,扣除数值类处罚。\"]},\"21\":{\"h\":\"1-1 冒充官方人员、系统散布虚假信息、诱导玩家的行为甚至进行诈骗等\",\"t\":[\"给予处罚:首次违规 3-1、3-4 及 3-8,屡教不改 3-7 及 3-9\"]},\"22\":{\"h\":\"1-2 通过各种方式、行为散布或传播言行不雅的信息\",\"t\":[\"给予处罚:首次违规 3-1 及 3-4,屡教不改 3-5\"]},\"23\":{\"h\":\"1-3 发送各类大量重复的、无意义的、含有广告推广的垃圾信息\",\"t\":[\"给予处罚:首次违规 3-1 及 3-4,屡教不改 3-5\"]},\"24\":{\"h\":\"1-4 通过任何方式或途径引起地域纠纷的\",\"t\":[\"给予处罚:首次违规 3-1 及 3-4,屡教不改 3-8 及 3-10\"]},\"25\":{\"h\":\"1-5 进行钓鱼行为,挑衅、引起群体对立的(若仅是整活搞笑的言论,请明确说明自己无恶意,否\",\"t\":[\"则也将视为违规) 给予处罚:首次违规 3-1 及 3-4,屡教不改 3-5\"]},\"26\":{\"h\":\"1-6 涉及违禁药品或任何违禁物品的\",\"t\":[\"给予处罚:首次违规 3-1 及 3-4,屡教不改 3-5\"]},\"27\":{\"h\":\"1-7 泄露任何人未公开的信息、进行人身恐吓的\",\"t\":[\"给予处罚:首次违规 3-1 及 3-4,屡教不改 3-8 及 3-10\"]},\"28\":{\"h\":\"1-8 通过任何方式阴阳怪气,发送阴阳怪气表情包(如龙图),进行不文明暗示的\",\"t\":[\"给予处罚:首次违规 3-1 及 3-4,屡教不改 3-5\"]},\"29\":{\"h\":\"1-9 通过各种方式、行为传播木马、病毒、外挂、脚本等危害他人设备安全和游戏体验的信息的\",\"t\":[\"(若实际没使用此类违规工具但扬言自己使用了、并在再次询问时仍不承认自己是在开玩笑的,受 同等处罚) 给予处罚:首次违规 3-1、3-4 及 3-6,屡教不改 3-8,影响极其严重的 3-12\"]},\"30\":{\"h\":\"1-10 任何涉及违反国家法律、违背社会道德文明准则的言语或行为,包括但不限于宣传或参与赌\",\"t\":[\"博、宣传邪教等行为的 给予处罚:首次违规 3-1 及 3-4,屡教不改 3-5,影响极其严重的 3-12\"]},\"31\":{\"h\":\"1-11 频繁呼叫官方人员或发送无实质性内容的请求,或反复向官方人员发送已解答或解决问题的\",\"t\":[\"帮助请求。也请玩家不要试图利用我们对您的信任,做出某些欺骗或试图欺骗官方人员的行为 给予处罚:首次违规 3-1,屡教不改 3-5\"]},\"32\":{\"h\":\"1-12 扬言或煽动其他玩家参与非正常游戏内容的行为;(包括但不限于非法游行、聚众闹事等)\",\"t\":[\"给予处罚:首次违规 3-1 及 3-11,屡教不改 3-5,影响极其严重的 3-12\"]},\"33\":{\"h\":\"1-13 使用包括但不限于涉及种族/宗教、国家政治、国家领导人、淫秽的/粗俗的、诽谤/恐吓、宗教或宗教人物、工作人员、攻击性的、污辱性的、可能引起误会的、违禁物品等内容的游戏昵称、群昵称、社区昵称、公会名称等。\",\"t\":[\"给予处罚:首次违规 3-1 及 3-2,屡教不改 3-8,若为玩家成立的组织违规 3-3\\n1-14 除上述情形外,其他不符合法律法规、社会公德或游戏规则的。\"]},\"34\":{\"h\":\"《FunnyArenaPixel 隐私政策》更新日志\",\"t\":[\"本页面仅用来记录对《FunnyArenaPixel 隐私政策》内容的更新情况,以便用户及时了解查阅,不能作为对政策内容的有效扩展或解读。\"]},\"35\":{\"h\":\"2024 年 2 月 3 日\",\"t\":[\"第一版内容生效\"]},\"36\":{\"h\":\"FunnyArenaPixel 隐私政策\",\"t\":[\"更新日期:2024 年 2 月 3 日生效日期:2024 年 2 月 3 日\",\"速德优(北京)网络科技有限公司和 FunnyArenaPixel 游戏服务器(以下统称为“我们”)致力于保护您的隐私。请花一些时间熟悉我们的隐私政策(下称“本政策”),以便进一步了解我们如何收集、使用、披露、传输以及保存您的信息。\",\"如果您有任何问题,请联系我们。\"]},\"37\":{\"h\":\"一、个人信息的收集和使用\"},\"38\":{\"h\":\"1.1 我们收集哪些信息及如何收集\",\"t\":[\"为了向您提供我们的服务,我们需要您向我们和/或我们的第三方合作伙伴或服务提供商提供使用该服务所必需的信息。如果您不提供相关信息,可能无法注册成为我们的用户或无法享受我们提供的某些服务,或者无法达到相关服务拟达到的效果。\",\"我们承诺遵循合法、正当、必要和诚信的原则,基于提供服务的最小收集目的,收集、使用、存储您在使用服务器游戏服务期间所产生的个人信息。除了您主动提供的信息,我们还将通过以下渠道获取您的个人信息:\",\"您的设备信息。例如设备唯一标识信息(包括但不限于OAID、IMSI编号、MAC地址及其他综合设备参数及系统信息形成的设备标识符)、系统版本及类型、网络运营商和归属地、屏幕显示信息、设备输入信息、设备制造商信息和型号名称及相关信息(例如CPU、内存、设备分辨率、设备温度等)。\",\"第三方服务提供商提供的信息。例如您的 Xbox 账户信息。\",\"日志信息。与您使用某些功能、应用和网站相关的信息。例如 Cookie 和其他标识符技术、互联网协议(IP)地址、网络请求信息、临时消息历史、标准系统日志、错误崩溃信息、使用服务产生的日志信息(如注册时间、访问时间、活动时间等)。\",\"其他信息。在特定情形(详见本政策 1.3 )中,我们可以在不征得您的授权同意的情况下收集一些必要的个人信息,例如您在社交网站上的公开披露的个人信息。\",\"一般地,除非您主动提供或存在依法豁免情形(详见本政策 1.3 ),我们不采集您的敏感个人信息(定义详见《个人信息保护法》),包括生物识别、宗教信仰、特定身份、医疗健康、金融账户、行踪轨迹等信息。\"]},\"39\":{\"h\":\"1.2 我们将如何使用这些信息\",\"t\":[\"我们收集您的信息,主要目的是为了提供我们的服务,这包括:\",\"提供、处理、维护、改善、开发我们的产品或提供给您的服务。例如游戏服务、客户支持和广告宣传。\",\"内部目的。例如数据分析、研究和研发(包括在去标识化处理后进行机器学习或模型算法训练等)。\",\"其他。包括其他征得您同意的使用目的或特定情形(详见本政策 1.3 )。\"]},\"40\":{\"h\":\"1.3 依法豁免情形\",\"t\":[\"根据相关法律法规的规定,在以下情形中,我们可以在不征得您的授权同意的情况下收集并处理使用您的个人信息:\",\"与个人信息控制者履行法律法规规定的义务相关的;\",\"与国家安全、国防安全直接相关的;\",\"与公共安全、公共卫生、重大公共利益直接相关的;\",\"与刑事侦查、起诉、审判和判决执行等直接相关的;\",\"出于维护个人信息主体或其他个人的生命、财产等重大合法权益但又很难得到本人授权同意的;\",\"所涉及的个人信息是个人信息主体自行向社会公众公开的;\",\"根据个人信息主体要求签订和履行合同所必需的;\",\"从合法公开披露的信息中收集个人信息的,如合法的新闻报道、政府信息公开等渠道;\",\"维护所提供产品或服务的安全稳定运行所必需的,如发现、处置产品或服务的故障。\"]},\"41\":{\"h\":\"二、个人信息的共享、转让和公开披露\"},\"42\":{\"h\":\"2.1 个人信息的共享\",\"t\":[\"取决于您所使用的 FunnyArenaPixel 产品或服务,我们可能会以SDK、API等形式接入第三方的产品或服务。我们可能向第三方共享您的个人信息,但不对第三方如何使用您的个人信息负责,也不能控制其使用。我们的隐私政策不适用于第三方提供的产品或服务。\",\"按照您的指示。在获得您的明确同意或主动选择的情况下,与您指定的第三方共享您授权/请求范围内的信息。例如,您使用 FAP ID 登录第三方网站或者 App 。\",\"我们的关联组织。为了顺利地向您提供产品或服务的全部功能,我们可能不时与其他与速德优(北京)网络科技有限公司相关联的公司或旗下工作室共享您的个人信息。我们将会采用适当的管理及技术方法,以保证您的个人信息处理过程中的安全,其中包括但不限于对个人信息的加密保护。\",\"第三方服务提供商与合作伙伴。为保证向您提供本政策所述的产品和服务,我们可能会在必要时与我们的第三方服务提供商和业务合作伙伴共享您的个人信息。我们保证仅出于正当、合法、必要、特定、明确的目的共享为您提供服务所必要的个人信息。\",\"其他。根据当地法律法规规定、法律程序、诉讼和/或公共机构和政府部门依法提出的要求,我们可能有必要披露您的个人信息。如果就国家安全、执法或具有公众重要性的其他事宜而言,披露是必须的或适当的,我们也可能会披露关于您的信息。\"]},\"43\":{\"h\":\"2.2 个人信息的转让\",\"t\":[\"我们不会对外出售或转让您的个人信息,除非存在以下情形:\",\"获得您的同意。在事先通知并获得您的明确同意的情况下,我们可能向特定主体转让您的个人信息。\",\"组织结构变动。如果我们参与合并、收购或出售其全部或部分资产,可能影响到您的个人信息。\"]},\"44\":{\"h\":\"2.3 个人信息的公开披露\",\"t\":[\"我们不会公开披露您的个人信息,除非获得您的明确同意或基于当地法律等合理依据,其中包括当地法律法规规范、法律程序、诉讼或应政府主管部门要求。\"]},\"45\":{\"h\":\"三、个人信息的保存和保护\"},\"46\":{\"h\":\"3.1 个人信息的存储\"},\"47\":{\"h\":\"3.1.1 个人信息的存储地点与全球范围转移\",\"t\":[\"我们在中华人民共和国境内收集和产生的个人信息,将存储在中华人民共和国境内。因此,您的个人信息不会被转移到中国境外管辖区,或者受到来自中国境外管辖区的访问。如果未来我们需要跨境传输或存储您的个人信息,我们将会另行我们会向您告知信息出境的目的、接收方、安全保证措施和安全风险,并征得您的同意。\",\"您的个人信息和游戏数据主要被保存在速德优(北京)网络科技有限公司的存储服务器中,但也可能会被存储在以下容器内:\",\"您的部分游戏数据(包括Rank、像素币、处罚记录等)可能会被储存于易什(上海)网络科技有限公司或其服务商的服务器内。\",\"您的操作封禁记录可能会被储存在飞书(北京)科技有限公司或其服务商的服务器内(隐私政策)。\",\"您的实名信息可能会被储存在飞书(北京)科技有限公司、易什(上海)网络科技有限公司或其关联组织的服务器内。\",\"您向我们发送的邮件数据存储于飞书(北京)科技有限公司的“简单邮件传输协议”(Simple Mail Transfer Protocol,SMTP)服务器中。\"]},\"48\":{\"h\":\"3.1.2 个人信息的存储期限\",\"t\":[\"我们在为您提供满足服务目的所必需且最短的期间内保留您的个人信息,在超出存储期限后,我们会对您的个人信息进行删除或匿名化处理,除非您的个人信息满足公开披露的条件或者当地法律法规的规定。\"]},\"49\":{\"h\":\"3.2 个人信息安全与保护措施\",\"t\":[\"我们使用符合业界标准的安全防护措施保护您的个人信息。我们和第三方服务提供商使用 RakNet 协议作为“用户数据报协议”(User Datagram Protocol,UDP)进行服务器与客户端的通信,并配合使用SHA1、AES、SYN等加密算法,避免传输受到攻击。\",\"我们将对第三方服务提供商与业务合作伙伴进行数据安全调查以确保他们有能力保护您的个人信息。我们还将通过实施适当的合同限制,并在必要时进行审计及评估,来检查第三方是否采用了适当的安全标准。此外,访问您的个人信息的员工、第三方服务提供商与业务合作伙伴都遵守严格的合同保密义务。\",\"请您理解,由于技术的限制以及可能存在的各种恶意手段,我们无法始终保证信息百分之百的安全,但我们将竭尽所能提供安全措施保障您提供给我们的个人信息的安全性。\"]},\"50\":{\"h\":\"四、您与隐私权\",\"t\":[\"我们理解并尊重您获知、访问、更正、传输、限制处理和删除您的个人信息的能力。您在选择行使隐私权时不会受到我们的区别对待,并有权利获得与不行使隐私权时应获得的近似同等程度的服务质量。如果被要求同意我们处理您的个人数据,您有权随时撤回您的同意。\",\"访问个人信息。您可以在游戏中查询您的个人游戏数据和社交档案数据(包括好友系统中您设置的头像等)。\",\"更正个人信息。您可以在游戏中更正您的社交档案数据。\",\"限制处理或删除个人信息。您可以通过联系我们,提出限制处理或删除个人信息的请求,我们会择期答复。\",\"撤销同意。对于我们收集和使用您的个人信息,您可以随时改变您授权同意的范围或撤回您的同意。但请您注意,如果您撤回我们收集和使用对于业务功能必需的您的个人信息(见本政策第一部分)的同意,我们将无法为您继续提供相应的服务。\",\"注销账户。当您决定不再使用我们的产品或服务时,可以申请注销账户。注销账户后,除法律法规另有规定外,我们将删除或匿名化处理您的个人信息。\"]},\"51\":{\"h\":\"五、未成年人的个人信息\",\"t\":[\"我们的服务不以未成年人为目标人群。第三方服务提供商可能阻止低于 13 岁或其所在管辖区法定年龄的用户,因此,我们不直接向未成年人提供服务,除非得到未成年人父母或其他法定监护人的同意或授权。 除了提供产品所需要的信息外,我们不会刻意要求未成年人提供其他更多信息。\",\"未成年人父母或其他法定监护人可以通过联系我们,对未成年人的个人信息行使隐私权。\",\"根据当地法律或规定,我们可能根据您的实名身份等信息将未成年人账号纳入防沉迷体系,以限制向未成年人提供网络游戏服务的时间。\"]},\"52\":{\"h\":\"六、Cookie 和其他技术\",\"t\":[\"我们和第三方服务提供商及业务合作伙伴使用 Cookie 、标签和脚本等技术。\",\"大多数浏览器均为用户提供了清除浏览器缓存数据的功能,如果您不希望我们使用 Cookie 及类似技术,您可以在浏览器设置功能中进行相应的数据清除操作。\"]},\"53\":{\"h\":\"七、本政策的变更\",\"t\":[\"我们的个人信息保护政策可能变更。未经您明确同意,我们不会削减您按照本个人信息保护政策所应享有的权利。我们会在本页面上发布对本政策所做的任何变更。我们会将本政策的旧版本存档,供您查阅。\"]},\"54\":{\"h\":\"八、如何联系我们\",\"t\":[\"速德优(北京)网络科技有限公司 法定代表人,FunnyArenaPixel 服主 从不咕咕的鸽纸:pigeon@sodayo.net\",\"FunnyArenaPixel 玩家支持中心:support@fapixel.com\",\"FunnyArenaPixel HR人力资源部:hr@fapixel.com\",\"速德优(北京)网络科技有限公司 商务合作:business@sodayo.net\",\"速德优(北京)网络科技有限公司 HR人力资源部:hr@sodayo.net\"]},\"55\":{\"h\":\"\",\"t\":[\"欢迎来到 FunnyArenaPixel 文档中心!\",\"您可以在这里查阅我们公开的文档。它们主要介绍了我们服务器的更新历史、活动方案、管理条例以及我们团队的价值观、招新计划和隐私政策。\",\"除《游玩规范》《团队规范》或另有声明(例如本页面)的页面外,我们的其余文档均采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际 许可协议,您可以在协议允许的范围内自由使用我们的文档。\",\"请注意,本网站只存放与 FunnyArenaPixel 服务器相关的文档,其他的服务请参见对应的网站。\",\"如果您有任何问题,欢迎发送邮件或通过其他方式与我们取得联系。\"]},\"56\":{\"h\":\"著作权\",\"t\":[\"唯有重视版权,创作者的合法权益才能得到有效保障。更多优秀的作品才能得以出现。\",\"无论何时都不能忘记版权,要把提高版权意识作为团队的价值追求。\",\"—— PexEric\",\"FunnyArenaPixel 尊重每一位创作者。\",\"我们在开发、运营服务器过程中所使用的不同形式和媒介的资源,其绝大部分都已经取得了原创作者直接或间接的许可。对于部分因各种原因无法联系到原作者的资源,我们在这里对其创作者一并表示感谢。\",\"我们将团队的版权条例和部分资源的授权情况公示在这里,以求各位玩家对我们进行监督。\",\"如果您是玩家,发现我们团队的成员有版权违规情况,欢迎您向管理层的有关负责人举报;如果您作为创作者的著作权被我们侵犯,您也可以联系我们协商版权事宜。\"]},\"57\":{\"h\":\"环境责任\",\"t\":[\"FunnyArenaPixel 致力于环境保护,这是我们的核心价值观之一。\"]},\"58\":{\"h\":\"我们的进展\",\"t\":[\"我们已在运营全面实现碳中和。(2022 年 4 月 4 日)\",\"进一步了解\"]},\"59\":{\"h\":\"我们的承诺\",\"t\":[\"注意\",\"本页面的编写还在进行中,可能与最终版本有所出入。\\nFunnyArenaPixel 对未生效文档的历史版本概不负责。\"]},\"60\":{\"h\":\"管理层\",\"t\":[\"依据《团队总纲》,我们的管理层由以下成员组成。\",\"从不咕咕的鸽纸服主📫pigeon@sodayo.net\",\"从不咕咕的鸽纸服主🛠️📫\",\"Catrainbow开发组长💻📫\",\"苏打运维组长🛠️🧑‍🤝‍🧑📫\",\"苏打运维组长🛠️🧑‍🤝‍🧑📫\",\"PexEric策划组长📖🎨📫\",\"如果您有任何疑问,欢迎与我们取得联系。\"]},\"61\":{\"h\":\"FunnyArenaPixel 团队总纲\"},\"62\":{\"h\":\"资源授权公示\",\"t\":[\"依据《版权条例》,我们在这里将一些所使用资源的授权情况予以公示。\"]},\"63\":{\"h\":\"游戏主大厅地图\",\"t\":[\"我们的主大厅源自 EaseCation 建筑团队,由鲍俊轩(网名星际)代表上海易什网络技术有限公司许可我们使用。\",\"下载《授权许可证书》的公示本\"]},\"64\":{\"h\":\"游戏NPC皮肤贴图\",\"t\":[\"我们的NPC皮肤贴图使用了 Plugins CD Tribe 出品的《东方Project皮肤合辑》,创作者是几何。我们通过在mcbbs.net私聊取得了创作者的授权。 \",\"查看mcbbs.net提供的短消息记录丨下载由“一只鸽纸”提供的聊天页面截图\"]},\"65\":{\"h\":\"僵尸末日地图\",\"t\":[\"井上明工作室的《单人丧尸城市冒险地图》是我们僵尸末日玩法的游戏地图。我们通过在mcbbs.net私聊取得了工作室负责人的授权。 \",\"查看mcbbs.net提供的短消息记录丨下载由“一只鸽纸”提供的聊天页面截图\"]}},\"dirtCount\":0,\"index\":[[\"是我们僵尸末日玩法的游戏地图\",{\"1\":{\"65\":1}}],[\"是速德优\",{\"1\":{\"10\":1}}],[\"单人丧尸城市冒险地图\",{\"1\":{\"65\":1}}],[\"井上明工作室的\",{\"1\":{\"65\":1}}],[\"僵尸末日地图\",{\"0\":{\"65\":1}}],[\"查看mcbbs\",{\"1\":{\"64\":1,\"65\":1}}],[\"创作者是几何\",{\"1\":{\"64\":1}}],[\"创作者的合法权益才能得到有效保障\",{\"1\":{\"56\":1}}],[\"东方project皮肤合辑\",{\"1\":{\"64\":1}}],[\"出品的\",{\"1\":{\"64\":1}}],[\"出于维护个人信息主体或其他个人的生命\",{\"1\":{\"40\":1}}],[\"tribe\",{\"1\":{\"64\":1}}],[\"transfer\",{\"1\":{\"47\":1}}],[\"授权许可证书\",{\"1\":{\"63\":1}}],[\"代表上海易什网络技术有限公司许可我们使用\",{\"1\":{\"63\":1}}],[\"网名星际\",{\"1\":{\"63\":1}}],[\"网络请求信息\",{\"1\":{\"38\":1}}],[\"网络运营商和归属地\",{\"1\":{\"38\":1}}],[\"网络\",{\"1\":{\"12\":1}}],[\"网络安全法\",{\"1\":{\"11\":1}}],[\"网络科技有限公司或其关联组织的服务器内\",{\"1\":{\"47\":1}}],[\"网络科技有限公司或其服务商的服务器内\",{\"1\":{\"47\":1}}],[\"网络科技有限公司的存储服务器中\",{\"1\":{\"47\":1}}],[\"网络科技有限公司相关联的公司或旗下工作室共享您的个人信息\",{\"1\":{\"42\":1}}],[\"网络科技有限公司和\",{\"1\":{\"36\":1}}],[\"网络科技有限公司基于开源软件\",{\"1\":{\"10\":1}}],[\"网络科技有限公司\",{\"1\":{\"3\":2,\"9\":1,\"54\":3}}],[\"由鲍俊轩\",{\"1\":{\"63\":1}}],[\"由于技术的限制以及可能存在的各种恶意手段\",{\"1\":{\"49\":1}}],[\"由于您的使用不当或其他自身原因而导致任何个人信息的泄露\",{\"1\":{\"12\":1}}],[\"建筑团队\",{\"1\":{\"63\":1}}],[\"easecation\",{\"1\":{\"63\":1}}],[\"版权条例\",{\"1\":{\"62\":1}}],[\"资源授权公示\",{\"0\":{\"62\":1}}],[\"苏打运维组长🛠️🧑‍🤝‍🧑📫\",{\"1\":{\"60\":2}}],[\"cd\",{\"1\":{\"64\":1}}],[\"catrainbow开发组长💻📫\",{\"1\":{\"60\":1}}],[\"cookie\",{\"0\":{\"52\":1},\"1\":{\"38\":1,\"52\":2}}],[\"concrete\",{\"1\":{\"10\":1}}],[\"com\",{\"1\":{\"3\":2,\"54\":2}}],[\"团队总纲\",{\"0\":{\"61\":1},\"1\":{\"60\":1}}],[\"团队规范\",{\"1\":{\"55\":1}}],[\"管理层\",{\"0\":{\"60\":1}}],[\"管理条例以及我们团队的价值观\",{\"1\":{\"55\":1}}],[\"注意\",{\"1\":{\"59\":1}}],[\"注销账户后\",{\"1\":{\"50\":1}}],[\"注销账户\",{\"1\":{\"50\":1}}],[\"致力于环境保护\",{\"1\":{\"57\":1}}],[\"致力于保护您的隐私\",{\"1\":{\"36\":1}}],[\"环境责任\",{\"0\":{\"57\":1}}],[\"发现我们团队的成员有版权违规情况\",{\"1\":{\"56\":1}}],[\"发送阴阳怪气表情包\",{\"0\":{\"28\":1}}],[\"发送各类大量重复的\",{\"0\":{\"23\":1}}],[\"运营服务器过程中所使用的不同形式和媒介的资源\",{\"1\":{\"56\":1}}],[\"尊重每一位创作者\",{\"1\":{\"56\":1}}],[\"要把提高版权意识作为团队的价值追求\",{\"1\":{\"56\":1}}],[\"要求或损失\",{\"1\":{\"11\":1}}],[\"无论何时都不能忘记版权\",{\"1\":{\"56\":1}}],[\"无意义的\",{\"0\":{\"23\":1}}],[\"唯有重视版权\",{\"1\":{\"56\":1}}],[\"著作权\",{\"0\":{\"56\":1}}],[\"欢迎与我们取得联系\",{\"1\":{\"60\":1}}],[\"欢迎您向管理层的有关负责人举报\",{\"1\":{\"56\":1}}],[\"欢迎发送邮件或通过其他方式与我们取得联系\",{\"1\":{\"55\":1}}],[\"欢迎来到\",{\"1\":{\"55\":1}}],[\"许可协议\",{\"1\":{\"55\":1}}],[\"0\",{\"1\":{\"55\":1}}],[\"相同方式共享\",{\"1\":{\"55\":1}}],[\"非商业性使用\",{\"1\":{\"55\":1}}],[\"非法内容信息\",{\"1\":{\"12\":1}}],[\"知识共享署名\",{\"1\":{\"55\":1}}],[\"招新计划和隐私政策\",{\"1\":{\"55\":1}}],[\"活动方案\",{\"1\":{\"55\":1}}],[\"活动时间等\",{\"1\":{\"38\":1}}],[\"它们主要介绍了我们服务器的更新历史\",{\"1\":{\"55\":1}}],[\"它们也已在管理层的专门页面列出\",{\"1\":{\"3\":1}}],[\"八\",{\"0\":{\"54\":1}}],[\"供您查阅\",{\"1\":{\"53\":1}}],[\"七\",{\"0\":{\"53\":1}}],[\"大多数浏览器均为用户提供了清除浏览器缓存数据的功能\",{\"1\":{\"52\":1}}],[\"标签和脚本等技术\",{\"1\":{\"52\":1}}],[\"标准系统日志\",{\"1\":{\"38\":1}}],[\"和其他技术\",{\"0\":{\"52\":1}}],[\"和其他标识符技术\",{\"1\":{\"38\":1}}],[\"六\",{\"0\":{\"52\":1}}],[\"岁或其所在管辖区法定年龄的用户\",{\"1\":{\"51\":1}}],[\"五\",{\"0\":{\"51\":1}}],[\"可以申请注销账户\",{\"1\":{\"50\":1}}],[\"可能与最终版本有所出入\",{\"1\":{\"59\":1}}],[\"可能会被储存于易什\",{\"1\":{\"47\":1}}],[\"可能影响到您的个人信息\",{\"1\":{\"43\":1}}],[\"可能无法注册成为我们的用户或无法享受我们提供的某些服务\",{\"1\":{\"38\":1}}],[\"可能引起误会的\",{\"0\":{\"33\":1}}],[\"当您决定不再使用我们的产品或服务时\",{\"1\":{\"50\":1}}],[\"当同时违反多条时按处罚最严重的执行\",{\"1\":{\"20\":1}}],[\"见本政策第一部分\",{\"1\":{\"50\":1}}],[\"撤销同意\",{\"1\":{\"50\":1}}],[\"提出限制处理或删除个人信息的请求\",{\"1\":{\"50\":1}}],[\"提供的聊天页面截图\",{\"1\":{\"64\":1,\"65\":1}}],[\"提供\",{\"1\":{\"39\":1}}],[\"限制处理或删除个人信息\",{\"1\":{\"50\":1}}],[\"限制处理和删除您的个人信息的能力\",{\"1\":{\"50\":1}}],[\"限制使用游戏帐号\",{\"1\":{\"11\":1}}],[\"更多优秀的作品才能得以出现\",{\"1\":{\"56\":1}}],[\"更正个人信息\",{\"1\":{\"50\":1}}],[\"更正\",{\"1\":{\"50\":1}}],[\"更新与通知\",{\"0\":{\"17\":1}}],[\"更新后的协议条款将公布于速德优官方网站\",{\"1\":{\"9\":1}}],[\"更新日期\",{\"1\":{\"9\":1,\"18\":1,\"36\":1}}],[\"更新日志\",{\"0\":{\"0\":1,\"4\":1,\"34\":1},\"1\":{\"9\":1}}],[\"四\",{\"0\":{\"50\":1}}],[\"访问个人信息\",{\"1\":{\"50\":1}}],[\"访问\",{\"1\":{\"50\":1}}],[\"访问您的个人信息的员工\",{\"1\":{\"49\":1}}],[\"访问时间\",{\"1\":{\"38\":1}}],[\"此外\",{\"1\":{\"49\":1}}],[\"来检查第三方是否采用了适当的安全标准\",{\"1\":{\"49\":1}}],[\"避免传输受到攻击\",{\"1\":{\"49\":1}}],[\"aes\",{\"1\":{\"49\":1}}],[\"app\",{\"1\":{\"42\":1}}],[\"api等形式接入第三方的产品或服务\",{\"1\":{\"42\":1}}],[\"udp\",{\"1\":{\"49\":1}}],[\"user\",{\"1\":{\"49\":1}}],[\"datagram\",{\"1\":{\"49\":1}}],[\"raknet\",{\"1\":{\"49\":1}}],[\"plugins\",{\"1\":{\"64\":1}}],[\"pexeric策划组长📖🎨📫\",{\"1\":{\"60\":1}}],[\"pexeric\",{\"1\":{\"56\":1}}],[\"protocol\",{\"1\":{\"47\":1,\"49\":1}}],[\"pigeon\",{\"1\":{\"3\":1,\"54\":1}}],[\"简单邮件传输协议\",{\"1\":{\"47\":1}}],[\"易什\",{\"1\":{\"47\":1}}],[\"科技有限公司的\",{\"1\":{\"47\":1}}],[\"科技有限公司\",{\"1\":{\"47\":1}}],[\"科技有限公司或其服务商的服务器内\",{\"1\":{\"47\":1}}],[\"上海\",{\"1\":{\"47\":2}}],[\"上载\",{\"1\":{\"11\":1}}],[\"像素币\",{\"1\":{\"47\":1}}],[\"安全保证措施和安全风险\",{\"1\":{\"47\":1}}],[\"安全性\",{\"1\":{\"12\":1}}],[\"接收方\",{\"1\":{\"47\":1}}],[\"将存储在中华人民共和国境内\",{\"1\":{\"47\":1}}],[\"将会被按照规定进行处罚\",{\"1\":{\"20\":1}}],[\"将会在相关页面上公布修改后的协议条款\",{\"1\":{\"10\":1}}],[\"三\",{\"0\":{\"45\":1}}],[\"诉讼或应政府主管部门要求\",{\"1\":{\"44\":1}}],[\"诉讼和\",{\"1\":{\"42\":1}}],[\"收购或出售其全部或部分资产\",{\"1\":{\"43\":1}}],[\"收集\",{\"1\":{\"38\":1}}],[\"组织结构变动\",{\"1\":{\"43\":1}}],[\"获得您的同意\",{\"1\":{\"43\":1}}],[\"执法或具有公众重要性的其他事宜而言\",{\"1\":{\"42\":1}}],[\"法定代表人\",{\"1\":{\"54\":1}}],[\"法律程序\",{\"1\":{\"42\":1,\"44\":1}}],[\"法规\",{\"1\":{\"11\":1}}],[\"明确的目的共享为您提供服务所必要的个人信息\",{\"1\":{\"42\":1}}],[\"明确导言部分对协议条款的描述\",{\"1\":{\"7\":1}}],[\"合法\",{\"1\":{\"42\":1}}],[\"其绝大部分都已经取得了原创作者直接或间接的许可\",{\"1\":{\"56\":1}}],[\"其中包括当地法律法规规范\",{\"1\":{\"44\":1}}],[\"其中包括但不限于对个人信息的加密保护\",{\"1\":{\"42\":1}}],[\"其他的服务请参见对应的网站\",{\"1\":{\"55\":1}}],[\"其他信息\",{\"1\":{\"38\":1}}],[\"其他不符合法律法规\",{\"1\":{\"33\":1}}],[\"其他\",{\"0\":{\"13\":1},\"1\":{\"39\":1,\"42\":1}}],[\"其他危害计算机信息网络安全的行为\",{\"1\":{\"11\":1}}],[\"按照您的指示\",{\"1\":{\"42\":1}}],[\"也不能控制其使用\",{\"1\":{\"42\":1}}],[\"也请玩家不要试图利用我们对您的信任\",{\"1\":{\"31\":1}}],[\"产品或服务\",{\"1\":{\"42\":1}}],[\"取决于您所使用的\",{\"1\":{\"42\":1}}],[\"转让和公开披露\",{\"0\":{\"41\":1}}],[\"二\",{\"0\":{\"41\":1}}],[\"处罚记录等\",{\"1\":{\"47\":1}}],[\"处置产品或服务的故障\",{\"1\":{\"40\":1}}],[\"处理\",{\"1\":{\"39\":1}}],[\"处理或者传输的数据和应用程序进行删除\",{\"1\":{\"11\":1}}],[\"从合法公开披露的信息中收集个人信息的\",{\"1\":{\"40\":1}}],[\"从不咕咕的鸽纸服主🛠️📫\",{\"1\":{\"60\":1}}],[\"从不咕咕的鸽纸服主📫pigeon\",{\"1\":{\"60\":1}}],[\"从不咕咕的鸽纸\",{\"1\":{\"3\":1,\"54\":1}}],[\"财产等重大合法权益但又很难得到本人授权同意的\",{\"1\":{\"40\":1}}],[\"审判和判决执行等直接相关的\",{\"1\":{\"40\":1}}],[\"起诉\",{\"1\":{\"40\":1}}],[\"重大公共利益直接相关的\",{\"1\":{\"40\":1}}],[\"公共卫生\",{\"1\":{\"40\":1}}],[\"公会名称等\",{\"0\":{\"33\":1}}],[\"国际\",{\"1\":{\"55\":1}}],[\"国防安全直接相关的\",{\"1\":{\"40\":1}}],[\"国家领导人\",{\"0\":{\"33\":1}}],[\"国家政治\",{\"0\":{\"33\":1}}],[\"根据当地法律或规定\",{\"1\":{\"51\":1}}],[\"根据当地法律法规规定\",{\"1\":{\"42\":1}}],[\"根据个人信息主体要求签订和履行合同所必需的\",{\"1\":{\"40\":1}}],[\"根据相关法律法规的规定\",{\"1\":{\"40\":1}}],[\"根据服务器名称和组织的变更修改\",{\"1\":{\"6\":1}}],[\"依据\",{\"1\":{\"60\":1,\"62\":1}}],[\"依据法律规定或相关政府部门的要求提供您的个人信息\",{\"1\":{\"12\":1}}],[\"依法豁免情形\",{\"0\":{\"40\":1}}],[\"研究和研发\",{\"1\":{\"39\":1}}],[\"客户支持和广告宣传\",{\"1\":{\"39\":1}}],[\"开发我们的产品或提供给您的服务\",{\"1\":{\"39\":1}}],[\"改善\",{\"1\":{\"39\":1}}],[\"维护所提供产品或服务的安全稳定运行所必需的\",{\"1\":{\"40\":1}}],[\"维护\",{\"1\":{\"39\":1}}],[\"这是我们的核心价值观之一\",{\"1\":{\"57\":1}}],[\"这包括\",{\"1\":{\"39\":1}}],[\"这里罗列了我们每月的更新内容\",{\"1\":{\"0\":1}}],[\"主要目的是为了提供我们的服务\",{\"1\":{\"39\":1}}],[\"行踪轨迹等信息\",{\"1\":{\"38\":1}}],[\"行为传播木马\",{\"0\":{\"29\":1}}],[\"行为散布或传播言行不雅的信息\",{\"0\":{\"22\":1}}],[\"金融账户\",{\"1\":{\"38\":1}}],[\"医疗健康\",{\"1\":{\"38\":1}}],[\"个人信息安全与保护措施\",{\"0\":{\"49\":1}}],[\"个人信息的存储期限\",{\"0\":{\"48\":1}}],[\"个人信息的存储地点与全球范围转移\",{\"0\":{\"47\":1}}],[\"个人信息的存储\",{\"0\":{\"46\":1}}],[\"个人信息的保存和保护\",{\"0\":{\"45\":1}}],[\"个人信息的公开披露\",{\"0\":{\"44\":1}}],[\"个人信息的转让\",{\"0\":{\"43\":1}}],[\"个人信息的共享\",{\"0\":{\"41\":1,\"42\":1}}],[\"个人信息的收集和使用\",{\"0\":{\"37\":1}}],[\"个人信息保护法\",{\"1\":{\"38\":1}}],[\"中\",{\"1\":{\"38\":1}}],[\"中伤\",{\"1\":{\"11\":1}}],[\"详见本政策\",{\"1\":{\"38\":2,\"39\":1}}],[\"错误崩溃信息\",{\"1\":{\"38\":1}}],[\"临时消息历史\",{\"1\":{\"38\":1}}],[\"地址\",{\"1\":{\"38\":1}}],[\"id\",{\"1\":{\"42\":1}}],[\"ip\",{\"1\":{\"38\":1}}],[\"imsi编号\",{\"1\":{\"38\":1}}],[\"互联网协议\",{\"1\":{\"38\":1}}],[\"互联网新闻信息服务管理规定\",{\"1\":{\"11\":1}}],[\"应用和网站相关的信息\",{\"1\":{\"38\":1}}],[\"应本着友好的原则协商解决\",{\"1\":{\"15\":1}}],[\"与您指定的第三方共享您授权\",{\"1\":{\"42\":1}}],[\"与您使用某些功能\",{\"1\":{\"38\":1}}],[\"与刑事侦查\",{\"1\":{\"40\":1}}],[\"与公共安全\",{\"1\":{\"40\":1}}],[\"与国家安全\",{\"1\":{\"40\":1}}],[\"与个人信息控制者履行法律法规规定的义务相关的\",{\"1\":{\"40\":1}}],[\"与本协议相互独立\",{\"1\":{\"11\":1}}],[\"账户信息\",{\"1\":{\"38\":1}}],[\"xbox\",{\"1\":{\"38\":1}}],[\"第三方服务提供商可能阻止低于\",{\"1\":{\"51\":1}}],[\"第三方服务提供商与业务合作伙伴都遵守严格的合同保密义务\",{\"1\":{\"49\":1}}],[\"第三方服务提供商与合作伙伴\",{\"1\":{\"42\":1}}],[\"第三方服务提供商提供的信息\",{\"1\":{\"38\":1}}],[\"第一版内容生效\",{\"1\":{\"8\":1,\"35\":1}}],[\"内部目的\",{\"1\":{\"39\":1}}],[\"内存\",{\"1\":{\"38\":1}}],[\"内容的更新情况\",{\"1\":{\"4\":1,\"34\":1}}],[\"例如本页面\",{\"1\":{\"55\":1}}],[\"例如数据分析\",{\"1\":{\"39\":1}}],[\"例如游戏服务\",{\"1\":{\"39\":1}}],[\"例如您在社交网站上的公开披露的个人信息\",{\"1\":{\"38\":1}}],[\"例如您的\",{\"1\":{\"38\":1}}],[\"例如\",{\"1\":{\"38\":1,\"42\":1}}],[\"例如cpu\",{\"1\":{\"38\":1}}],[\"例如设备唯一标识信息\",{\"1\":{\"38\":1}}],[\"设备温度等\",{\"1\":{\"38\":1}}],[\"设备分辨率\",{\"1\":{\"38\":1}}],[\"设备制造商信息和型号名称及相关信息\",{\"1\":{\"38\":1}}],[\"设备输入信息\",{\"1\":{\"38\":1}}],[\"屏幕显示信息\",{\"1\":{\"38\":1}}],[\"mail\",{\"1\":{\"47\":1}}],[\"mac地址及其他综合设备参数及系统信息形成的设备标识符\",{\"1\":{\"38\":1}}],[\"minecraft\",{\"1\":{\"10\":1}}],[\"存储您在使用服务器游戏服务期间所产生的个人信息\",{\"1\":{\"38\":1}}],[\"基于提供服务的最小收集目的\",{\"1\":{\"38\":1}}],[\"必要\",{\"1\":{\"42\":1}}],[\"必要和诚信的原则\",{\"1\":{\"38\":1}}],[\"必须遵守您所在辖区的相关法律法规的规定\",{\"1\":{\"11\":1}}],[\"正当\",{\"1\":{\"38\":1}}],[\"传输\",{\"1\":{\"50\":1}}],[\"传输以及保存您的信息\",{\"1\":{\"36\":1}}],[\"传播计算机病毒等破坏性程序的\",{\"1\":{\"11\":1}}],[\"传播或以其他方式传送含有下列内容之一的信息\",{\"1\":{\"11\":1}}],[\"披露是必须的或适当的\",{\"1\":{\"42\":1}}],[\"披露\",{\"1\":{\"36\":1}}],[\"社会公德或游戏规则的\",{\"1\":{\"33\":1}}],[\"社区昵称\",{\"0\":{\"33\":1}}],[\"除\",{\"1\":{\"55\":1}}],[\"除了提供产品所需要的信息外\",{\"1\":{\"51\":1}}],[\"除了您主动提供的信息\",{\"1\":{\"38\":1}}],[\"除法律法规另有规定外\",{\"1\":{\"50\":1}}],[\"除非得到未成年人父母或其他法定监护人的同意或授权\",{\"1\":{\"51\":1}}],[\"除非您的个人信息满足公开披露的条件或者当地法律法规的规定\",{\"1\":{\"48\":1}}],[\"除非您主动提供或存在依法豁免情形\",{\"1\":{\"38\":1}}],[\"除非获得您的明确同意或基于当地法律等合理依据\",{\"1\":{\"44\":1}}],[\"除非存在以下情形\",{\"1\":{\"43\":1}}],[\"除上述情形外\",{\"1\":{\"33\":1}}],[\"除此之外与游戏软件及服务有关的设备所需的费用\",{\"1\":{\"10\":1}}],[\"群昵称\",{\"0\":{\"33\":1}}],[\"违禁物品等内容的游戏昵称\",{\"0\":{\"33\":1}}],[\"违背社会道德文明准则的言语或行为\",{\"0\":{\"30\":1}}],[\"污辱性的\",{\"0\":{\"33\":1}}],[\"攻击性的\",{\"0\":{\"33\":1}}],[\"工作人员\",{\"0\":{\"33\":1}}],[\"恐吓\",{\"0\":{\"33\":1}}],[\"恐怖或者教唆犯罪的\",{\"1\":{\"11\":1}}],[\"淫秽的\",{\"0\":{\"33\":1}}],[\"宗教信仰\",{\"1\":{\"38\":1}}],[\"宗教或宗教人物\",{\"0\":{\"33\":1}}],[\"宗教\",{\"0\":{\"33\":1}}],[\"使用服务产生的日志信息\",{\"1\":{\"38\":1}}],[\"使用\",{\"1\":{\"36\":1,\"38\":1}}],[\"使用包括但不限于涉及种族\",{\"0\":{\"33\":1}}],[\"使用速德优产品\",{\"1\":{\"12\":1}}],[\"聚众闹事等\",{\"0\":{\"32\":1}}],[\"扬言或煽动其他玩家参与非正常游戏内容的行为\",{\"0\":{\"32\":1}}],[\"做出某些欺骗或试图欺骗官方人员的行为\",{\"1\":{\"31\":1}}],[\"帮助请求\",{\"1\":{\"31\":1}}],[\"频繁呼叫官方人员或发送无实质性内容的请求\",{\"0\":{\"31\":1}}],[\"宣传邪教等行为的\",{\"1\":{\"30\":1}}],[\"宣扬邪教和封建迷信的\",{\"1\":{\"11\":1}}],[\"博\",{\"1\":{\"30\":1}}],[\"影响极其严重的\",{\"1\":{\"29\":1,\"30\":1,\"32\":1}}],[\"同等处罚\",{\"1\":{\"29\":1}}],[\"同时\",{\"1\":{\"10\":1,\"11\":2}}],[\"受\",{\"1\":{\"29\":1}}],[\"受阻等不能满足您要求的情形\",{\"1\":{\"12\":1}}],[\"脚本等危害他人设备安全和游戏体验的信息的\",{\"0\":{\"29\":1}}],[\"外挂\",{\"0\":{\"29\":1}}],[\"外挂等\",{\"1\":{\"11\":1}}],[\"病毒\",{\"0\":{\"29\":1}}],[\"泄露任何人未公开的信息\",{\"0\":{\"27\":1}}],[\"泄露国家秘密\",{\"1\":{\"11\":1}}],[\"涉及违禁药品或任何违禁物品的\",{\"0\":{\"26\":1}}],[\"否\",{\"0\":{\"25\":1}}],[\"引起群体对立的\",{\"0\":{\"25\":1}}],[\"挑衅\",{\"0\":{\"25\":1}}],[\"通过任何方式阴阳怪气\",{\"0\":{\"28\":1}}],[\"通过任何方式或途径引起地域纠纷的\",{\"0\":{\"24\":1}}],[\"通过各种方式\",{\"0\":{\"22\":1,\"29\":1}}],[\"通信线路\",{\"1\":{\"12\":1}}],[\"9\",{\"0\":{\"29\":1},\"1\":{\"21\":1}}],[\"屡教不改\",{\"1\":{\"21\":1,\"22\":1,\"23\":1,\"24\":1,\"25\":1,\"26\":1,\"27\":1,\"28\":1,\"29\":1,\"30\":1,\"31\":1,\"32\":1,\"33\":1}}],[\"及类似技术\",{\"1\":{\"52\":1}}],[\"及\",{\"1\":{\"21\":2,\"22\":1,\"23\":1,\"24\":2,\"25\":1,\"26\":1,\"27\":2,\"28\":1,\"29\":1,\"30\":1,\"32\":1,\"33\":1}}],[\"首次违规\",{\"1\":{\"21\":1,\"22\":1,\"23\":1,\"24\":1,\"25\":1,\"26\":1,\"27\":1,\"28\":1,\"29\":1,\"30\":1,\"31\":1,\"32\":1,\"33\":1}}],[\"给予处罚\",{\"1\":{\"21\":1,\"22\":1,\"23\":1,\"24\":1,\"25\":1,\"26\":1,\"27\":1,\"28\":1,\"29\":1,\"30\":1,\"31\":1,\"32\":1,\"33\":1}}],[\"诱导玩家的行为甚至进行诈骗等\",{\"0\":{\"21\":1}}],[\"系统版本及类型\",{\"1\":{\"38\":1}}],[\"系统散布虚假信息\",{\"0\":{\"21\":1}}],[\"系统不稳定及其他因不可抗力造成的损失的情形\",{\"1\":{\"12\":1}}],[\"冒充官方人员\",{\"0\":{\"21\":1}}],[\"扣除数值类处罚\",{\"1\":{\"20\":1}}],[\"健康游戏\",{\"1\":{\"20\":1}}],[\"文档中心\",{\"1\":{\"55\":1}}],[\"文档中心及服务器内\",{\"1\":{\"9\":1}}],[\"文明游戏\",{\"1\":{\"20\":1}}],[\"反之\",{\"1\":{\"20\":1}}],[\"反对宪法所确定的基本原则的\",{\"1\":{\"11\":1}}],[\"终生受益\",{\"1\":{\"20\":1}}],[\"终止服务\",{\"1\":{\"11\":1}}],[\"好的言行让人如沐春风\",{\"1\":{\"20\":1}}],[\"言行体现一个人的修养与品德\",{\"1\":{\"20\":1}}],[\"一只鸽纸\",{\"1\":{\"64\":1,\"65\":1}}],[\"一般地\",{\"1\":{\"38\":1}}],[\"一\",{\"0\":{\"20\":1,\"37\":1}}],[\"但请您注意\",{\"1\":{\"50\":1}}],[\"但我们将竭尽所能提供安全措施保障您提供给我们的个人信息的安全性\",{\"1\":{\"49\":1}}],[\"但也可能会被存储在以下容器内\",{\"1\":{\"47\":1}}],[\"但不对第三方如何使用您的个人信息负责\",{\"1\":{\"42\":1}}],[\"但本文涉及的所有规则将长期生效\",{\"1\":{\"19\":1}}],[\"但需注意\",{\"1\":{\"11\":1}}],[\"话虽\",{\"1\":{\"19\":1}}],[\"着力改善服务器环境\",{\"1\":{\"19\":1}}],[\"每一名玩家都希望自己能够在一个和谐的环境中体验游戏的乐趣\",{\"1\":{\"19\":1}}],[\"前言\",{\"0\":{\"19\":1}}],[\"视为接受新消息的内容\",{\"1\":{\"17\":1}}],[\"告知用户服务条款的修改\",{\"1\":{\"17\":1}}],[\"若为玩家成立的组织违规\",{\"1\":{\"33\":1}}],[\"若实际没使用此类违规工具但扬言自己使用了\",{\"1\":{\"29\":1}}],[\"若仅是整活搞笑的言论\",{\"0\":{\"25\":1}}],[\"若玩家出现本条规定的以下情形\",{\"1\":{\"20\":1}}],[\"若本协议中的某些条款因故无法适用\",{\"1\":{\"16\":1}}],[\"若单项条款与本服务条款在管辖约定内容上存在冲突\",{\"1\":{\"15\":1}}],[\"独立性\",{\"0\":{\"16\":1}}],[\"任何涉及违反国家法律\",{\"0\":{\"30\":1}}],[\"任何一方均可向被告住所地有管辖权的人民法院提起诉讼\",{\"1\":{\"15\":1}}],[\"任何由于黑客攻击\",{\"1\":{\"12\":1}}],[\"则也将视为违规\",{\"1\":{\"25\":1}}],[\"则有可能成为阻碍您前进的绊脚石\",{\"1\":{\"20\":1}}],[\"则本协议的其他条款继续适用且无法适用的条款将会被修改\",{\"1\":{\"16\":1}}],[\"则在单项条款约束范围内应以单项条款为准\",{\"1\":{\"15\":1}}],[\"则参照使用国际商业惯例\",{\"1\":{\"15\":1}}],[\"则视为接受协议条款的变动\",{\"1\":{\"10\":1}}],[\"适用法律\",{\"0\":{\"15\":1}}],[\"为保证向您提供本政策所述的产品和服务\",{\"1\":{\"42\":1}}],[\"为了顺利地向您提供产品或服务的全部功能\",{\"1\":{\"42\":1}}],[\"为了向您提供我们的服务\",{\"1\":{\"38\":1}}],[\"为与本协议效力等同且不可分割的一部分\",{\"1\":{\"14\":1}}],[\"为接入互联网而支付的上网费\",{\"1\":{\"10\":1}}],[\"8\",{\"0\":{\"28\":1},\"1\":{\"12\":1,\"21\":1,\"24\":1,\"27\":1,\"29\":1,\"33\":1}}],[\"准确性做出担保\",{\"1\":{\"12\":1}}],[\"默示或以任何形式对速德优及其合作公司服务之及时性\",{\"1\":{\"12\":1}}],[\"生理上的伤害以及经济上的损失\",{\"1\":{\"12\":1}}],[\"生效\",{\"1\":{\"5\":1}}],[\"因此\",{\"1\":{\"47\":1,\"51\":1}}],[\"因受误导或欺骗而导致或可能导致的任何心理\",{\"1\":{\"12\":1}}],[\"因第三方如运营商的通讯线路故障\",{\"1\":{\"12\":1}}],[\"程序及服务与其他用户交往\",{\"1\":{\"12\":1}}],[\"程序及服务可能存在的来自他人匿名或冒名的含有威胁\",{\"1\":{\"12\":1}}],[\"6\",{\"0\":{\"26\":1},\"1\":{\"12\":1,\"29\":1}}],[\"令人反感或非法内容的信息而招致的风险\",{\"1\":{\"12\":1}}],[\"诽谤\",{\"0\":{\"33\":1},\"1\":{\"12\":1}}],[\"电脑故障\",{\"1\":{\"12\":1}}],[\"电脑病毒的侵入\",{\"1\":{\"12\":1}}],[\"信息安全管理措施等原因造成的服务中断\",{\"1\":{\"12\":1}}],[\"技术问题\",{\"1\":{\"12\":1}}],[\"技术\",{\"1\":{\"12\":1}}],[\"政府信息公开等渠道\",{\"1\":{\"40\":1}}],[\"政府管制以及其他任何网络\",{\"1\":{\"12\":1}}],[\"政策\",{\"1\":{\"10\":2}}],[\"免责声明\",{\"0\":{\"12\":1}}],[\"请注意\",{\"1\":{\"55\":1}}],[\"请您理解\",{\"1\":{\"49\":1}}],[\"请求范围内的信息\",{\"1\":{\"42\":1}}],[\"请联系我们\",{\"1\":{\"36\":1}}],[\"请花一些时间熟悉我们的隐私政策\",{\"1\":{\"36\":1}}],[\"请明确说明自己无恶意\",{\"0\":{\"25\":1}}],[\"请查阅我们的\",{\"1\":{\"11\":1,\"14\":1}}],[\"请勿使用速德优资源或服务\",{\"1\":{\"9\":1}}],[\"游玩规范\",{\"1\":{\"55\":1}}],[\"游玩服务器过程中\",{\"1\":{\"11\":1}}],[\"游戏npc皮肤贴图\",{\"0\":{\"64\":1}}],[\"游戏主大厅地图\",{\"0\":{\"63\":1}}],[\"游戏环境而努力\",{\"1\":{\"19\":1}}],[\"游戏服务器\",{\"1\":{\"10\":1,\"36\":1}}],[\"特定\",{\"1\":{\"42\":1}}],[\"特定身份\",{\"1\":{\"38\":1}}],[\"特殊或惩罚性的损害赔偿承担责任\",{\"1\":{\"11\":1}}],[\"特别是涉及免除或者限制速德优责任\",{\"1\":{\"9\":1}}],[\"偶然的\",{\"1\":{\"11\":1}}],[\"惩戒性的\",{\"1\":{\"11\":1}}],[\"后果性\",{\"1\":{\"11\":1}}],[\"在超出存储期限后\",{\"1\":{\"48\":1}}],[\"在事先通知并获得您的明确同意的情况下\",{\"1\":{\"43\":1}}],[\"在获得您的明确同意或主动选择的情况下\",{\"1\":{\"42\":1}}],[\"在以下情形中\",{\"1\":{\"40\":1}}],[\"在特定情形\",{\"1\":{\"38\":1}}],[\"在任何情况下\",{\"1\":{\"11\":1}}],[\"在此特别提醒用户认真阅读\",{\"1\":{\"9\":1}}],[\"协议作为\",{\"1\":{\"49\":1}}],[\"协议条款一旦发生变动\",{\"1\":{\"10\":1}}],[\"协助调查\",{\"1\":{\"11\":1}}],[\"追究法律责任等措施\",{\"1\":{\"11\":1}}],[\"暂停使用许可\",{\"1\":{\"11\":1}}],[\"采取包括但不限于删除发布信息内容\",{\"1\":{\"11\":1}}],[\"关联公司\",{\"1\":{\"11\":1}}],[\"关联公司主张的任何索赔\",{\"1\":{\"11\":1}}],[\"包括好友系统中您设置的头像等\",{\"1\":{\"50\":1}}],[\"包括rank\",{\"1\":{\"47\":1}}],[\"包括其他征得您同意的使用目的或特定情形\",{\"1\":{\"39\":1}}],[\"包括在去标识化处理后进行机器学习或模型算法训练等\",{\"1\":{\"39\":1}}],[\"包括生物识别\",{\"1\":{\"38\":1}}],[\"包括合理的律师费\",{\"1\":{\"11\":1}}],[\"包括但不限于oaid\",{\"1\":{\"38\":1}}],[\"包括但不限于非法游行\",{\"0\":{\"32\":1}}],[\"包括但不限于宣传或参与赌\",{\"0\":{\"30\":1}}],[\"包括但不限于\",{\"1\":{\"11\":1}}],[\"导致或产生的任何第三方向速德优与合作公司\",{\"1\":{\"11\":1}}],[\"道具\",{\"1\":{\"11\":1}}],[\"销售商品的商业行为\",{\"1\":{\"11\":1}}],[\"进一步了解\",{\"1\":{\"58\":1}}],[\"进行服务器与客户端的通信\",{\"1\":{\"49\":1}}],[\"进行不文明暗示的\",{\"0\":{\"28\":1}}],[\"进行人身恐吓的\",{\"0\":{\"27\":1}}],[\"进行钓鱼行为\",{\"0\":{\"25\":1}}],[\"进行任何诸如发布广告\",{\"1\":{\"11\":1}}],[\"进入计算机信息网络或者使用计算机信息网络资源的\",{\"1\":{\"11\":1}}],[\"故意制作\",{\"1\":{\"11\":1}}],[\"未经您明确同意\",{\"1\":{\"53\":1}}],[\"未经允许\",{\"1\":{\"11\":3}}],[\"未成年人父母或其他法定监护人可以通过联系我们\",{\"1\":{\"51\":1}}],[\"未成年人的个人信息\",{\"0\":{\"51\":1}}],[\"未成年人应在法定监护人陪同下阅读\",{\"1\":{\"9\":1}}],[\"不要尝试挑战规则和底线\",{\"1\":{\"19\":1}}],[\"不能作为对政策内容的有效扩展或解读\",{\"1\":{\"34\":1}}],[\"不能作为对协议内容的有效扩展或解读\",{\"1\":{\"4\":1}}],[\"不能作为本协议涵义解释的依据\",{\"1\":{\"16\":1}}],[\"不以明示\",{\"1\":{\"12\":1}}],[\"不得利用速德优服务从事以下活动\",{\"1\":{\"11\":1}}],[\"条例以及任何具有法律效力之规范所限制或禁止的其他内容的\",{\"1\":{\"11\":1}}],[\"规章\",{\"1\":{\"11\":1}}],[\"含有广告推广的垃圾信息\",{\"0\":{\"23\":1}}],[\"含有中国法律\",{\"1\":{\"11\":1}}],[\"含有虚假\",{\"1\":{\"11\":1}}],[\"猥亵\",{\"1\":{\"11\":1}}],[\"粗俗的\",{\"0\":{\"33\":1}}],[\"粗俗\",{\"1\":{\"11\":1}}],[\"侵害\",{\"1\":{\"11\":1}}],[\"侵害他人隐私\",{\"1\":{\"11\":1}}],[\"侵害他人合法权利的\",{\"1\":{\"11\":1}}],[\"骚扰信息的屏蔽\",{\"1\":{\"12\":1}}],[\"骚扰\",{\"1\":{\"11\":1}}],[\"胁迫\",{\"1\":{\"11\":1}}],[\"有害\",{\"1\":{\"11\":1}}],[\"侮辱或者诽谤他人\",{\"1\":{\"11\":1}}],[\"凶杀\",{\"1\":{\"11\":1}}],[\"暴力\",{\"1\":{\"11\":1}}],[\"赌博\",{\"1\":{\"11\":1}}],[\"色情\",{\"1\":{\"11\":1}}],[\"散布淫秽\",{\"1\":{\"11\":1}}],[\"散布谣言\",{\"1\":{\"11\":1}}],[\"扰乱社会秩序\",{\"1\":{\"11\":1}}],[\"破坏社会稳定的\",{\"1\":{\"11\":1}}],[\"破坏国家宗教政策\",{\"1\":{\"11\":1}}],[\"破坏国家统一的\",{\"1\":{\"11\":1}}],[\"破坏民族团结的\",{\"1\":{\"11\":1}}],[\"民族歧视\",{\"1\":{\"11\":1}}],[\"煽动民族仇恨\",{\"1\":{\"11\":1}}],[\"损害国家荣誉和利益的\",{\"1\":{\"11\":1}}],[\"颠覆国家政权\",{\"1\":{\"11\":1}}],[\"危害国家安全\",{\"1\":{\"11\":1}}],[\"张贴\",{\"1\":{\"11\":1}}],[\"展示\",{\"1\":{\"11\":1}}],[\"所涉及的个人信息是个人信息主体自行向社会公众公开的\",{\"1\":{\"40\":1}}],[\"所禁止的行为\",{\"1\":{\"11\":1}}],[\"所有服务器中已经发布或展示的或将来可能发布或展示的涉及相关业务的协议\",{\"1\":{\"10\":1}}],[\"所有\",{\"1\":{\"10\":1}}],[\"您也可以联系我们协商版权事宜\",{\"1\":{\"56\":1}}],[\"您可以在协议允许的范围内自由使用我们的文档\",{\"1\":{\"55\":1}}],[\"您可以在这里查阅我们公开的文档\",{\"1\":{\"55\":1}}],[\"您可以在浏览器设置功能中进行相应的数据清除操作\",{\"1\":{\"52\":1}}],[\"您可以在游戏中更正您的社交档案数据\",{\"1\":{\"50\":1}}],[\"您可以在游戏中查询您的个人游戏数据和社交档案数据\",{\"1\":{\"50\":1}}],[\"您可以随时改变您授权同意的范围或撤回您的同意\",{\"1\":{\"50\":1}}],[\"您可以通过联系我们\",{\"1\":{\"50\":1}}],[\"您有权随时撤回您的同意\",{\"1\":{\"50\":1}}],[\"您与隐私权\",{\"0\":{\"50\":1}}],[\"您向我们发送的邮件数据存储于飞书\",{\"1\":{\"47\":1}}],[\"您使用\",{\"1\":{\"42\":1}}],[\"您的实名信息可能会被储存在飞书\",{\"1\":{\"47\":1}}],[\"您的操作封禁记录可能会被储存在飞书\",{\"1\":{\"47\":1}}],[\"您的部分游戏数据\",{\"1\":{\"47\":1}}],[\"您的个人信息和游戏数据主要被保存在速德优\",{\"1\":{\"47\":1}}],[\"您的个人信息不会被转移到中国境外管辖区\",{\"1\":{\"47\":1}}],[\"您的设备信息\",{\"1\":{\"38\":1}}],[\"您的其他权利或义务可能因为您的行为而变化\",{\"1\":{\"11\":1}}],[\"您在选择行使隐私权时不会受到我们的区别对待\",{\"1\":{\"50\":1}}],[\"您在利用服务器所发布的任何内容并不代表和反映速德优的任何观点或政策\",{\"1\":{\"12\":1}}],[\"您在使用速德优服务时\",{\"1\":{\"11\":1}}],[\"您同意赔偿速德优与合作公司\",{\"1\":{\"11\":1}}],[\"您违反本协议或相关的服务条款的规定\",{\"1\":{\"11\":1}}],[\"您不应进行\",{\"1\":{\"11\":1}}],[\"您应同意将不会利用本服务进行任何违法或不正当的活动\",{\"1\":{\"11\":1}}],[\"流量等资源\",{\"1\":{\"10\":1}}],[\"带宽\",{\"1\":{\"10\":1}}],[\"均应由用户自行负担\",{\"1\":{\"10\":1}}],[\"均构成对本协议的有效补充\",{\"1\":{\"10\":1}}],[\"制度或规则等\",{\"1\":{\"10\":2}}],[\"指引\",{\"1\":{\"10\":2}}],[\"该等服务可能会另有单独适用的相关协议\",{\"1\":{\"10\":1}}],[\"该次更新与\",{\"1\":{\"6\":1}}],[\"自主研发并拥有软件著作权的\",{\"1\":{\"10\":1}}],[\"nukkit\",{\"1\":{\"10\":1}}],[\"net私聊取得了工作室负责人的授权\",{\"1\":{\"65\":1}}],[\"net私聊取得了创作者的授权\",{\"1\":{\"64\":1}}],[\"net提供的短消息记录丨下载由\",{\"1\":{\"64\":1,\"65\":1}}],[\"net\",{\"1\":{\"3\":3,\"54\":3,\"60\":1}}],[\"总则\",{\"0\":{\"10\":1}}],[\"如何联系我们\",{\"0\":{\"54\":1}}],[\"如发现\",{\"1\":{\"40\":1}}],[\"如发生下述情形\",{\"1\":{\"12\":1}}],[\"如合法的新闻报道\",{\"1\":{\"40\":1}}],[\"如注册时间\",{\"1\":{\"38\":1}}],[\"如龙图\",{\"0\":{\"28\":1}}],[\"如此\",{\"1\":{\"19\":1}}],[\"如协商不成\",{\"1\":{\"15\":1}}],[\"如无相关法律规定的\",{\"1\":{\"15\":1}}],[\"如私自贩卖游戏货币\",{\"1\":{\"11\":1}}],[\"如游戏软件终端费用\",{\"1\":{\"10\":1}}],[\"如果被要求同意我们处理您的个人数据\",{\"1\":{\"50\":1}}],[\"如果未来我们需要跨境传输或存储您的个人信息\",{\"1\":{\"47\":1}}],[\"如果我们参与合并\",{\"1\":{\"43\":1}}],[\"如果就国家安全\",{\"1\":{\"42\":1}}],[\"如果您有任何疑问\",{\"1\":{\"60\":1}}],[\"如果您有任何问题\",{\"1\":{\"36\":1,\"55\":1}}],[\"如果您作为创作者的著作权被我们侵犯\",{\"1\":{\"56\":1}}],[\"如果您是玩家\",{\"1\":{\"56\":1}}],[\"如果您不希望我们使用\",{\"1\":{\"52\":1}}],[\"如果您不提供相关信息\",{\"1\":{\"38\":1}}],[\"如果您撤回我们收集和使用对于业务功能必需的您的个人信息\",{\"1\":{\"50\":1}}],[\"如果双方发生纠纷\",{\"1\":{\"15\":1}}],[\"如果用户继续使用服务\",{\"1\":{\"10\":1}}],[\"如果不同意所改动的内容\",{\"1\":{\"10\":1}}],[\"如用户不同意本协议\",{\"1\":{\"9\":1}}],[\"如下也称\",{\"1\":{\"9\":1}}],[\"如下简称\",{\"1\":{\"9\":1}}],[\"并有权利获得与不行使隐私权时应获得的近似同等程度的服务质量\",{\"1\":{\"50\":1}}],[\"并在必要时进行审计及评估\",{\"1\":{\"49\":1}}],[\"并在再次询问时仍不承认自己是在开玩笑的\",{\"1\":{\"29\":1}}],[\"并配合使用sha1\",{\"1\":{\"49\":1}}],[\"并征得您的同意\",{\"1\":{\"47\":1}}],[\"并使之免受损害\",{\"1\":{\"11\":1}}],[\"并作为本协议不可分割的组成部分与本协议具有同等法律效力\",{\"1\":{\"10\":1}}],[\"并同意接受本协议各项条款的约束\",{\"1\":{\"9\":1}}],[\"并选择接受或不接受本协议\",{\"1\":{\"9\":1}}],[\"争议解决和法律适用的条款\",{\"1\":{\"9\":1}}],[\"用户数据报协议\",{\"1\":{\"49\":1}}],[\"用户未在三日内通过书面方式提出异议\",{\"1\":{\"17\":1}}],[\"用户之间通过服务器或其他速德优产品\",{\"1\":{\"12\":1}}],[\"用户权利和义务\",{\"0\":{\"11\":1}}],[\"用户在游玩服务器及使用相关服务时会耗用用户的设备\",{\"1\":{\"10\":1}}],[\"用户在使用服务器的特定服务时\",{\"1\":{\"10\":1}}],[\"用户须理解\",{\"1\":{\"10\":1}}],[\"用户应主动取消相关服务或停止游玩服务器\",{\"1\":{\"10\":1}}],[\"用户应认真阅读\",{\"1\":{\"9\":1}}],[\"用户游玩服务器或下载速德优资源等行为将视为对本协议的接受\",{\"1\":{\"9\":1}}],[\"用户协议\",{\"0\":{\"4\":1,\"9\":1},\"1\":{\"4\":1,\"9\":1}}],[\"以求各位玩家对我们进行监督\",{\"1\":{\"56\":1}}],[\"以限制向未成年人提供网络游戏服务的时间\",{\"1\":{\"51\":1}}],[\"以保证您的个人信息处理过程中的安全\",{\"1\":{\"42\":1}}],[\"以下统称为\",{\"1\":{\"36\":1}}],[\"以下规定在服务器内及玩家群和服务器相关的所有社区适用\",{\"1\":{\"19\":1}}],[\"以便进一步了解我们如何收集\",{\"1\":{\"36\":1}}],[\"以便其能够依法适用\",{\"1\":{\"16\":1}}],[\"以便用户及时了解查阅\",{\"1\":{\"4\":1,\"34\":1}}],[\"以及使用服务器游戏服务所订立的协议\",{\"1\":{\"9\":1}}],[\"服务变更及其他重要事项\",{\"1\":{\"17\":1}}],[\"服务器相关的文档\",{\"1\":{\"55\":1}}],[\"服务器中\",{\"1\":{\"47\":1}}],[\"服务器的运营权由本公司旗下工作室\",{\"1\":{\"10\":1}}],[\"服务器\",{\"1\":{\"9\":2}}],[\"服主\",{\"1\":{\"3\":1,\"54\":1}}],[\"登录第三方网站或者\",{\"1\":{\"42\":1}}],[\"登录\",{\"1\":{\"9\":1}}],[\"下载\",{\"1\":{\"63\":1}}],[\"下称\",{\"1\":{\"9\":1,\"36\":1}}],[\"下面是我们的社交媒体账号\",{\"1\":{\"3\":1}}],[\"充分理解本协议中各条款\",{\"1\":{\"9\":1}}],[\"充分理解本\",{\"1\":{\"9\":1}}],[\"本页面的编写还在进行中\",{\"1\":{\"59\":1}}],[\"本页面仅用来记录对\",{\"1\":{\"4\":1,\"34\":1}}],[\"本网站只存放与\",{\"1\":{\"55\":1}}],[\"本政策的变更\",{\"0\":{\"53\":1}}],[\"本政策\",{\"1\":{\"36\":1}}],[\"本身并无实际涵义\",{\"1\":{\"16\":1}}],[\"本协议更新时间为\",{\"1\":{\"17\":1}}],[\"本协议所有条款的标题仅为阅读方便\",{\"1\":{\"16\":1}}],[\"本协议适用中华人民共和国法律\",{\"1\":{\"15\":1}}],[\"本协议是用户与速德优之间关于用户注册\",{\"1\":{\"9\":1}}],[\"本协议\",{\"1\":{\"9\":1}}],[\"本公司\",{\"1\":{\"9\":1}}],[\"或另有声明\",{\"1\":{\"55\":1}}],[\"或公共机构和政府部门依法提出的要求\",{\"1\":{\"42\":1}}],[\"或者受到来自中国境外管辖区的访问\",{\"1\":{\"47\":1}}],[\"或者无法达到相关服务拟达到的效果\",{\"1\":{\"38\":1}}],[\"或者进行任何非法的侵害速德优利益的行为\",{\"1\":{\"11\":1}}],[\"或我们的第三方合作伙伴或服务提供商提供使用该服务所必需的信息\",{\"1\":{\"38\":1}}],[\"或反复向官方人员发送已解答或解决问题的\",{\"0\":{\"31\":1}}],[\"或其他道德上令人反感的内容\",{\"1\":{\"11\":1}}],[\"或\",{\"1\":{\"9\":1}}],[\"4日\",{\"0\":{\"8\":1}}],[\"4\",{\"0\":{\"8\":1,\"13\":1,\"14\":1,\"15\":1,\"16\":1,\"17\":2,\"24\":1},\"1\":{\"10\":1,\"11\":1,\"12\":1,\"14\":1,\"15\":2,\"16\":2,\"17\":4,\"21\":1,\"22\":1,\"23\":1,\"24\":1,\"25\":1,\"26\":1,\"27\":1,\"28\":1,\"29\":1,\"30\":1,\"55\":1,\"58\":2}}],[\"的公示本\",{\"1\":{\"63\":1}}],[\"的页面外\",{\"1\":{\"55\":1}}],[\"的同意\",{\"1\":{\"50\":1}}],[\"的示例进行修改\",{\"1\":{\"7\":1}}],[\"的表述\",{\"1\":{\"6\":1}}],[\"对未生效文档的历史版本概不负责\",{\"1\":{\"59\":1}}],[\"对未成年人的个人信息行使隐私权\",{\"1\":{\"51\":1}}],[\"对于部分因各种原因无法联系到原作者的资源\",{\"1\":{\"56\":1}}],[\"对于我们收集和使用您的个人信息\",{\"1\":{\"50\":1}}],[\"对于玩家\",{\"0\":{\"20\":1}}],[\"对于中华人民共和国公民\",{\"1\":{\"11\":1}}],[\"对待\",{\"1\":{\"19\":1}}],[\"对此\",{\"1\":{\"19\":1}}],[\"对进入计算机信息网络中存储\",{\"1\":{\"11\":1}}],[\"对计算机信息网络功能进行删除\",{\"1\":{\"11\":1}}],[\"对用户具有法律上的约束力\",{\"1\":{\"10\":1}}],[\"对\",{\"1\":{\"7\":1}}],[\"页面的跳转\",{\"1\":{\"7\":1}}],[\"玩家及团队言论行为规范\",{\"0\":{\"18\":1}}],[\"玩家公约\",{\"1\":{\"7\":1,\"11\":2}}],[\"玩家支持中心\",{\"1\":{\"54\":1}}],[\"玩家支持\",{\"1\":{\"3\":1}}],[\"增加对\",{\"1\":{\"7\":1}}],[\"优化部分文字内容的排版\",{\"1\":{\"7\":1}}],[\"7\",{\"0\":{\"7\":1,\"27\":1},\"1\":{\"12\":1,\"21\":1}}],[\"5\",{\"0\":{\"25\":1},\"1\":{\"6\":1,\"7\":1,\"11\":1,\"12\":1,\"22\":1,\"23\":1,\"25\":1,\"26\":1,\"28\":1,\"30\":1,\"31\":1,\"32\":1}}],[\"定义详见\",{\"1\":{\"38\":1}}],[\"定义\",{\"1\":{\"6\":1}}],[\"备注\",{\"1\":{\"6\":1}}],[\"隐私政策\",{\"0\":{\"14\":1,\"34\":1,\"36\":1},\"1\":{\"5\":1,\"14\":2,\"34\":1,\"47\":1}}],[\"表述\",{\"1\":{\"5\":1}}],[\"14\",{\"1\":{\"33\":1}}],[\"13\",{\"0\":{\"33\":1},\"1\":{\"51\":1}}],[\"11\",{\"0\":{\"31\":1},\"1\":{\"32\":1}}],[\"12\",{\"0\":{\"32\":1},\"1\":{\"29\":1,\"30\":1,\"32\":1}}],[\"10\",{\"0\":{\"7\":1,\"30\":1},\"1\":{\"24\":1,\"27\":1}}],[\"1\",{\"0\":{\"6\":1,\"10\":1,\"14\":1,\"21\":2,\"22\":1,\"23\":1,\"24\":1,\"25\":1,\"26\":1,\"27\":1,\"28\":1,\"29\":1,\"30\":1,\"31\":1,\"32\":1,\"33\":1,\"38\":2,\"39\":1,\"40\":1,\"42\":1,\"46\":1,\"47\":2,\"48\":1},\"1\":{\"5\":2,\"6\":2,\"10\":5,\"11\":3,\"12\":10,\"14\":2,\"15\":1,\"16\":1,\"17\":1,\"18\":1,\"21\":1,\"22\":1,\"23\":1,\"24\":1,\"25\":1,\"26\":1,\"27\":1,\"28\":1,\"29\":1,\"30\":1,\"31\":1,\"32\":1,\"33\":2,\"38\":2,\"39\":1}}],[\"修改或者增加的\",{\"1\":{\"11\":2}}],[\"修改部分表述以应\",{\"1\":{\"5\":1}}],[\"修改\",{\"1\":{\"5\":1,\"6\":1}}],[\"日志信息\",{\"1\":{\"38\":1}}],[\"日生效日期\",{\"1\":{\"36\":1}}],[\"日的更新一并放出\",{\"1\":{\"6\":1}}],[\"日\",{\"0\":{\"5\":1,\"6\":1,\"7\":1,\"35\":1},\"1\":{\"9\":1,\"17\":1,\"18\":1,\"36\":1,\"58\":1}}],[\"3\",{\"0\":{\"5\":1,\"12\":1,\"16\":1,\"23\":1,\"35\":1,\"40\":1,\"44\":1,\"46\":1,\"47\":1,\"48\":1,\"49\":1},\"1\":{\"6\":1,\"9\":1,\"10\":1,\"11\":1,\"12\":10,\"16\":2,\"17\":1,\"21\":5,\"22\":3,\"23\":3,\"24\":4,\"25\":3,\"26\":3,\"27\":4,\"28\":3,\"29\":5,\"30\":4,\"31\":2,\"32\":4,\"33\":5,\"36\":2,\"38\":2,\"39\":1}}],[\"月\",{\"0\":{\"5\":1,\"6\":1,\"7\":1,\"8\":1,\"35\":1},\"1\":{\"6\":1,\"9\":1,\"17\":1,\"18\":1,\"36\":2,\"58\":1}}],[\"23\",{\"0\":{\"6\":1},\"1\":{\"18\":1}}],[\"2\",{\"0\":{\"5\":1,\"11\":1,\"15\":1,\"22\":1,\"35\":1,\"39\":1,\"42\":1,\"43\":2,\"44\":1,\"48\":1,\"49\":1},\"1\":{\"6\":2,\"7\":2,\"9\":1,\"10\":1,\"11\":7,\"12\":1,\"15\":3,\"16\":1,\"17\":2,\"33\":1,\"36\":2}}],[\"2022\",{\"0\":{\"7\":1,\"8\":1},\"1\":{\"58\":1}}],[\"2022年4月\",{\"0\":{\"2\":1}}],[\"2022年\",{\"0\":{\"1\":1}}],[\"2024\",{\"0\":{\"5\":1,\"6\":1,\"35\":1},\"1\":{\"6\":1,\"9\":1,\"17\":1,\"18\":1,\"36\":2}}],[\"年\",{\"0\":{\"5\":1,\"6\":1,\"7\":1,\"8\":1,\"35\":1},\"1\":{\"6\":1,\"9\":1,\"17\":1,\"18\":1,\"36\":2,\"58\":1}}],[\"我们通过在mcbbs\",{\"1\":{\"64\":1,\"65\":1}}],[\"我们已在运营全面实现碳中和\",{\"1\":{\"58\":1}}],[\"我们和第三方服务提供商及业务合作伙伴使用\",{\"1\":{\"52\":1}}],[\"我们和第三方服务提供商使用\",{\"1\":{\"49\":1}}],[\"我们理解并尊重您获知\",{\"1\":{\"50\":1}}],[\"我们无法始终保证信息百分之百的安全\",{\"1\":{\"49\":1}}],[\"我们还将通过实施适当的合同限制\",{\"1\":{\"49\":1}}],[\"我们还将通过以下渠道获取您的个人信息\",{\"1\":{\"38\":1}}],[\"我们使用符合业界标准的安全防护措施保护您的个人信息\",{\"1\":{\"49\":1}}],[\"我们会将本政策的旧版本存档\",{\"1\":{\"53\":1}}],[\"我们会在本页面上发布对本政策所做的任何变更\",{\"1\":{\"53\":1}}],[\"我们会择期答复\",{\"1\":{\"50\":1}}],[\"我们会对您的个人信息进行删除或匿名化处理\",{\"1\":{\"48\":1}}],[\"我们会提供力所能及的帮助\",{\"1\":{\"3\":1}}],[\"我们在这里将一些所使用资源的授权情况予以公示\",{\"1\":{\"62\":1}}],[\"我们在这里对其创作者一并表示感谢\",{\"1\":{\"56\":1}}],[\"我们在开发\",{\"1\":{\"56\":1}}],[\"我们在为您提供满足服务目的所必需且最短的期间内保留您的个人信息\",{\"1\":{\"48\":1}}],[\"我们在中华人民共和国境内收集和产生的个人信息\",{\"1\":{\"47\":1}}],[\"我们不直接向未成年人提供服务\",{\"1\":{\"51\":1}}],[\"我们不会削减您按照本个人信息保护政策所应享有的权利\",{\"1\":{\"53\":1}}],[\"我们不会刻意要求未成年人提供其他更多信息\",{\"1\":{\"51\":1}}],[\"我们不会公开披露您的个人信息\",{\"1\":{\"44\":1}}],[\"我们不会对外出售或转让您的个人信息\",{\"1\":{\"43\":1}}],[\"我们不采集您的敏感个人信息\",{\"1\":{\"38\":1}}],[\"我们保证仅出于正当\",{\"1\":{\"42\":1}}],[\"我们的npc皮肤贴图使用了\",{\"1\":{\"64\":1}}],[\"我们的主大厅源自\",{\"1\":{\"63\":1}}],[\"我们的管理层由以下成员组成\",{\"1\":{\"60\":1}}],[\"我们的承诺\",{\"0\":{\"59\":1}}],[\"我们的进展\",{\"0\":{\"58\":1}}],[\"我们的其余文档均采用\",{\"1\":{\"55\":1}}],[\"我们的个人信息保护政策可能变更\",{\"1\":{\"53\":1}}],[\"我们的服务不以未成年人为目标人群\",{\"1\":{\"51\":1}}],[\"我们的关联组织\",{\"1\":{\"42\":1}}],[\"我们的隐私政策不适用于第三方提供的产品或服务\",{\"1\":{\"42\":1}}],[\"我们可能根据您的实名身份等信息将未成年人账号纳入防沉迷体系\",{\"1\":{\"51\":1}}],[\"我们可能向特定主体转让您的个人信息\",{\"1\":{\"43\":1}}],[\"我们可能向第三方共享您的个人信息\",{\"1\":{\"42\":1}}],[\"我们可能有必要披露您的个人信息\",{\"1\":{\"42\":1}}],[\"我们可能会在必要时与我们的第三方服务提供商和业务合作伙伴共享您的个人信息\",{\"1\":{\"42\":1}}],[\"我们可能会以sdk\",{\"1\":{\"42\":1}}],[\"我们可能不时与其他与速德优\",{\"1\":{\"42\":1}}],[\"我们可以在不征得您的授权同意的情况下收集并处理使用您的个人信息\",{\"1\":{\"40\":1}}],[\"我们可以在不征得您的授权同意的情况下收集一些必要的个人信息\",{\"1\":{\"38\":1}}],[\"我们收集您的信息\",{\"1\":{\"39\":1}}],[\"我们收集哪些信息及如何收集\",{\"0\":{\"38\":1}}],[\"我们将团队的版权条例和部分资源的授权情况公示在这里\",{\"1\":{\"56\":1}}],[\"我们将删除或匿名化处理您的个人信息\",{\"1\":{\"50\":1}}],[\"我们将无法为您继续提供相应的服务\",{\"1\":{\"50\":1}}],[\"我们将对第三方服务提供商与业务合作伙伴进行数据安全调查以确保他们有能力保护您的个人信息\",{\"1\":{\"49\":1}}],[\"我们将会另行我们会向您告知信息出境的目的\",{\"1\":{\"47\":1}}],[\"我们将会采用适当的管理及技术方法\",{\"1\":{\"42\":1}}],[\"我们将如何使用这些信息\",{\"0\":{\"39\":1}}],[\"我们将在多个平台发布服务器的活动等最新内容\",{\"1\":{\"3\":1}}],[\"我们承诺遵循合法\",{\"1\":{\"38\":1}}],[\"我们需要您向我们和\",{\"1\":{\"38\":1}}],[\"我们\",{\"1\":{\"36\":1}}],[\"我们倡议大家对自己的言行负责\",{\"1\":{\"20\":1}}],[\"我们也可能会披露关于您的信息\",{\"1\":{\"42\":1}}],[\"我们也希望从玩家到服务器团队成员的所有人都能认真\",{\"1\":{\"19\":1}}],[\"我们也一直在为营造良好的\",{\"1\":{\"19\":1}}],[\"我们决定开展服务器整体环境专项整治行动\",{\"1\":{\"19\":1}}],[\"我们管理层的相关同事的联系邮箱如下\",{\"1\":{\"3\":1}}],[\"syn等加密算法\",{\"1\":{\"49\":1}}],[\"smtp\",{\"1\":{\"47\":1}}],[\"simple\",{\"1\":{\"47\":1}}],[\"studio\",{\"1\":{\"10\":1}}],[\"sodayo\",{\"1\":{\"3\":3,\"54\":3,\"60\":1}}],[\"support\",{\"1\":{\"3\":1,\"54\":1}}],[\"business\",{\"1\":{\"3\":1,\"54\":1}}],[\"商务合作\",{\"1\":{\"3\":1,\"54\":1}}],[\"北京\",{\"1\":{\"3\":2,\"9\":1,\"10\":1,\"36\":1,\"42\":1,\"47\":4,\"54\":3}}],[\"速德优通过以上任一方式向用户发报消息后\",{\"1\":{\"17\":1}}],[\"速德优通过电子邮件或短信或网页公告或速德优认为适当的方式通知给用户\",{\"1\":{\"17\":1}}],[\"速德优对此不承担任何责任\",{\"1\":{\"12\":1}}],[\"速德优明文声明\",{\"1\":{\"12\":1}}],[\"速德优不承担任何法律责任\",{\"1\":{\"12\":1}}],[\"速德优都不对您或任何第三方因本协议产生的任何间接性\",{\"1\":{\"11\":1}}],[\"速德优会视司法部门的要求\",{\"1\":{\"11\":1}}],[\"速德优仅为用户提供游戏服务器及相关服务\",{\"1\":{\"10\":1}}],[\"速德优有权视您的行为性质\",{\"1\":{\"11\":1}}],[\"速德优有权在必要时修改本协议条款\",{\"1\":{\"10\":1}}],[\"速德优有权修订本协议\",{\"1\":{\"9\":1}}],[\"速德优\",{\"1\":{\"3\":2,\"9\":2,\"36\":1,\"54\":3}}],[\"hr\",{\"1\":{\"3\":2,\"54\":2}}],[\"hr人力资源部\",{\"1\":{\"3\":2,\"54\":2}}],[\"fap\",{\"1\":{\"42\":1}}],[\"fapixel\",{\"1\":{\"3\":2,\"54\":2}}],[\"funnyarenapixel\",{\"0\":{\"4\":1,\"9\":1,\"18\":1,\"34\":1,\"36\":1,\"61\":1},\"1\":{\"3\":2,\"4\":1,\"9\":2,\"10\":1,\"34\":1,\"36\":1,\"42\":1,\"54\":3,\"55\":2,\"56\":1,\"57\":1,\"59\":1}}],[\"你可以向以下地址发送电子邮件\",{\"1\":{\"3\":1}}],[\"联系我们\",{\"0\":{\"3\":1}}]],\"serializationVersion\":2}"; \ No newline at end of file diff --git a/docs/.vuepress/.temp/styles/index.scss b/docs/.vuepress/.temp/styles/index.scss deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/.vuepress/.temp/styles/palette.scss b/docs/.vuepress/.temp/styles/palette.scss deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/.vuepress/.temp/vite-root/index.html b/docs/.vuepress/.temp/vite-root/index.html deleted file mode 100644 index e29c9598..00000000 --- a/docs/.vuepress/.temp/vite-root/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - -
- - - diff --git a/docs/changelog.md b/docs/changelog.md deleted file mode 100644 index 2fa2085a..00000000 --- a/docs/changelog.md +++ /dev/null @@ -1,34 +0,0 @@ -# 更新日志 - -这里罗列了我们每月的更新内容。 - -## 2022年 - -### 2022年4月 - 文档中心开始测试 - 搭路练习 - 小游戏超级战墙 - 小游戏鸡蛋夺旗 - 小游戏迷你战墙 - 小游戏TNTRUN - 水晶战争-极速模式 - 小游戏爆炸吧天空 - 家园二区 - - 水晶战争部分地图缺失末影箱的问题 - 空岛战争部分地图方块错乱的问题 - 搭路练习部分方块错乱的问题 - 反作弊的部分误判 - 家园服无限刷家园币的Bug - -### 2022年3月 -

机器人小娜

-

休闲小游戏——色盲派对

-

PVE小游戏——苦力怕竞技场

-

服务器QQ频道开始运营

- -

家园服进入下界和末地异常的问题

-

家园服部分信息变量失效的问题

-

家园服菜单细节优化

-

更换了更稳定的节点

-

其他性能优化

\ No newline at end of file diff --git a/docs/contact.md b/docs/contact.md index 7de49590..82421836 100644 --- a/docs/contact.md +++ b/docs/contact.md @@ -16,4 +16,5 @@ -下面是我们的社交媒体账号,我们将在多个平台发布服务器的活动等最新内容。 \ No newline at end of file +下面是我们的社交媒体账号,我们将在多个平台发布服务器的活动等最新内容。 + diff --git a/docs/copyright/README.md b/docs/copyright/README.md index bb39d902..1e77262f 100644 --- a/docs/copyright/README.md +++ b/docs/copyright/README.md @@ -12,4 +12,4 @@ FunnyArenaPixel 尊重每一位创作者。 我们将团队的[版权条例]()和部分资源的[授权情况](/copyright/assets/)公示在这里,以求各位玩家对我们进行监督。 -如果您是玩家,发现我们团队的成员有版权违规情况,欢迎您向管理层的有关负责人[举报](mailto:admin@fapixel.com);如果您作为创作者的著作权被我们侵犯,您也可以[联系我们](mailto:admin@fapixel.com)协商版权事宜。 \ No newline at end of file +如果您是玩家,发现我们团队的成员有版权违规情况,欢迎您向管理层的有关负责人[举报](mailto:admin@fapixel.com);如果您作为创作者的著作权被我们侵犯,您也可以[联系我们](../contact.html)协商版权事宜。 \ No newline at end of file diff --git a/docs/en/eula.md b/docs/en/eula.md new file mode 100644 index 00000000..4d05a4db --- /dev/null +++ b/docs/en/eula.md @@ -0,0 +1,80 @@ +# FunnyArenaPixel Terms of Use + +**Updated: February 3, 2024** ([Changelog](https://dr8j3t.aitianhu1.top/eula-changelog.html)) + +Sodayo (Beijing) Network Technology Co., Ltd. (hereinafter referred to as "Sodayo" or "the Company") hereby reminds users to carefully read and fully understand the "FunnyArenaPixel Terms of Use" (hereinafter referred to as "the Terms of Use"). + +The Terms of Use is a contract between the user and Sodayo for the user's registration, login to the FunnyArenaPixel server (also referred to as the "server"), and the use of server game services. Users should carefully read and fully understand the provisions of the Terms of Use (especially those concerning exemption or limitation of Sodayo's liability, dispute resolution, and applicable law) and choose to accept or not accept the Terms of Use (minors should read the Terms of Use in the presence of their statutory guardians). The act of playing on the server or downloading Sodayo resources will be deemed as acceptance of the Terms of Use, and the user agrees to be bound by all the terms of the Terms of Use. If the user does not agree to the Terms of Use, please do not use Sodayo's resources or services. Sodayo has the right to revise the Terms of Use, and the updated terms of the Agreement will be published on Sodayo's official website, document center, and within the server. + +## 1 General Provisions + +1.1 FunnyArenaPixel is a *Minecraft* game server independently developed and owned by Sodayo (Beijing) Network Technology Co., Ltd. based on the open-source software "Nukkit". The operation rights of the server are owned by Concrete Studio, a subsidiary studio of the Company. + +1.2 When users use specific services on the server, such services may be subject to separate applicable agreements, policies, guidelines, systems, or rules. All agreements, policies, guidelines, systems, or rules related to relevant businesses that have been or may be published or displayed in the server now or in the future constitute valid supplements to the Terms of Use. They are an integral part of the Terms of Use and have equal legal effect as the Terms of Use, and are legally binding on users. + +1.3 Sodayo has the right to modify the terms of the Terms of Use when necessary. Once the terms of the Agreement are changed, the modified terms will be published on the relevant pages. If the user does not agree with the modified content, the user should take the initiative to cancel the relevant service or stop playing on the server. If the user continues to use the service, it is considered as acceptance of the modified terms of the Agreement. + +1.4 Users should understand that Sodayo only provides game servers and related services to users. Any costs related to devices required for game software and services (such as game terminal fees, internet access fees) should be borne by the user. At the same time, users will consume their own resources such as devices, bandwidth, and traffic when playing on the server and using related services. + +## 2 User Rights and Obligations + +2.1 When using Sodayo's services, you must comply with the relevant laws and regulations in your jurisdiction. You agree not to use this service for any illegal or improper activities. For citizens of the People's Republic of China, you should not engage in behaviors prohibited by the "Cybersecurity Law" and the "Regulations on the Administration of Internet News Information Services," including but not limited to: + +- Uploading, displaying, posting, spreading, or transmitting information containing the following: +- Contrary to the basic principles established by the Constitution; +- Endangering national security, leaking state secrets, subverting state power, or undermining national unity; +- Harming the national honor and interests; +- Inciting ethnic hatred, ethnic discrimination, or undermining ethnic unity; +- Undermining the country's religious policies, advocating cults and feudal superstitions; +- Spreading rumors, disrupting social order, or undermining social stability; +- Spreading obscene, pornographic, gambling, violent, murderous, terroristic, or instigating criminal behavior; +- Insulting or defaming others, infringing on the legitimate rights and interests of others; +- Containing false, harmful, coercive, invasive of privacy, harassing, infringing, defamatory, vulgar, obscene, or other morally objectionable content; +- Containing content restricted or prohibited by Chinese laws, regulations, rules, and other normative documents with legal effect. + +2.2 Users are prohibited from engaging in the following activities using Sodayo's services: +- Unauthorized access to computer information networks or use of computer information network resources; +- Unauthorized deletion, modification, or addition of functions of the computer information network; +- Unauthorized deletion, modification, or addition of data and applications stored, processed, or transmitted in the computer information network; +- Intentional creation and dissemination of destructive programs like computer viruses; +- Engaging in any commercial activities such as advertising or selling goods, or any illegal acts that infringe upon the interests of Sodayo, such as unauthorized sale of in-game currency, items, or game cheats; +- Any other acts that may endanger the security of computer information networks. + +2.3 If you violate the Terms of Use or the relevant service terms, resulting in any third party claims, demands, or losses against Sodayo, its affiliated companies, including reasonable legal fees, you agree to indemnify Sodayo and its affiliated companies and hold them harmless. At the same time, Sodayo reserves the right to take measures including but not limited to deleting published information content, suspending usage licenses, terminating services, restricting the use of game accounts, and pursuing legal responsibilities based on the nature of your behavior. Additionally, Sodayo will assist in investigations at the request of judicial authorities. + +2.4 Under no circumstances shall Sodayo be liable to you or any third party for any indirect, consequential, punitive, incidental, special, or exemplary damages arising from the Terms of Use. + +2.5 During gameplay on the server, your other rights or obligations may change due to your actions, please refer to our "[Player Covenant](/players_covenant)." However, it should be noted that the "Player Covenant" is independent of the Terms of Use. + +## 3 Disclaimer + +3.1 Sodayo shall not bear any legal liability in the following cases: +3.1.1 Providing your personal information in accordance with legal provisions or requests from relevant government departments; +3.1.2 Leakage of any personal information due to your improper use or other reasons; +3.1.3 Service interruptions or obstructions caused by hacker attacks, intrusion of computer viruses, blocking of illegal or harassing information, government regulations, and other reasons such as network, technology, communication line, and information security management measures, etc., that prevent meeting your requirements; +3.1.4 Losses caused by uncontrollable factors such as telecommunications line failures, technical issues of operators, network or computer malfunctions, system instability, and other force majeure circumstances; +3.1.5 Risks associated with using Sodayo products, programs, and services, including receiving threatening, defamatory, offensive, or illegal content from anonymous or impersonating sources; +3.1.6 Psychological, physiological, or economic losses incurred due to interactions with other users through the server or other Sodayo products, programs, and services that result from deception or misinformation; +3.1.7 Sodayo explicitly states that it does not guarantee the timeliness, security, or accuracy of its services explicitly, implicitly, or in any form. + +3.1.8 Any content posted via the server does not represent or reflect Sodayo's views or policies, and Sodayo assumes no responsibility for such content. + +## 4 Other + +### 4.1 Privacy Policy +4.1.1 Please refer to our "[Privacy Policy](/privacy.html)," which is an integral and indivisible part of the Terms of Use. + +### 4.2 Applicable Law +4.2.1 The Terms of Use is governed by the laws of the People's Republic of China. In the absence of relevant legal provisions, international business practices shall be followed. + +4.2.2 In case of disputes between the parties, they should seek an amicable resolution first; if unsuccessful, either party may bring a lawsuit to the people's court with jurisdiction over the defendant's domicile. In the event of a conflict between individual clauses and the terms of this service agreement regarding jurisdictional content, the clauses shall prevail within the scope of their jurisdiction. + +### 4.3 Independence +4.3.1 If certain clauses of the Terms of Use cannot be applied for any reason, the remaining clauses of the Terms of Use shall remain in effect, and the inapplicable clauses will be modified to apply in accordance with the law. + +4.3.2 All titles of clauses in the Terms of Use are for the convenience of reading and have no substantive meaning and cannot be used as a basis for interpreting the meaning of the Terms of Use. + +### 4.4 Updates and Notifications +4.4.1 Sodayo will inform users of modifications to service terms, service changes, and other important matters via email, SMS, web announcements, or any other method deemed appropriate by Sodayo. After Sodayo sends a message to the user through any of the aforementioned methods, if the user does not raise objections in writing within three days, it will be deemed as acceptance of the new contents of the message. + +4.4.2 The update date of the Terms of Use is February 3, 2024. \ No newline at end of file diff --git a/docs/eula.md b/docs/eula.md index a6e0b7ba..46fd6a44 100644 --- a/docs/eula.md +++ b/docs/eula.md @@ -1,6 +1,6 @@ # FunnyArenaPixel 用户协议 -**更新日期:2024 年 2 月 3 日** ([更新日志](/eula-changelog)) +**更新日期:2024 年 2 月 3 日** ([更新日志](/eula-changelog.html)) 速德优(北京)网络科技有限公司(如下简称“速德优”或“本公司”)在此特别提醒用户认真阅读、充分理解本《FunnyArenaPixel 用户协议》(下称“本协议”)。 @@ -75,7 +75,7 @@ ### 4.1 隐私政策 -4.1.1 请查阅我们的《[隐私政策](/privacy)》,《隐私政策》为与本协议效力等同且不可分割的一部分。 +4.1.1 请查阅我们的《[隐私政策](/privacy.html)》,《隐私政策》为与本协议效力等同且不可分割的一部分。 ### 4.2 适用法律 diff --git a/docs/privacy-changelog.md b/docs/privacy-changelog.md index 67a9a74f..7dee4816 100644 --- a/docs/privacy-changelog.md +++ b/docs/privacy-changelog.md @@ -1,6 +1,6 @@ # 《FunnyArenaPixel 隐私政策》更新日志 -本页面仅用来记录对《[FunnyArenaPixel 隐私政策](/privacy)》内容的更新情况,以便用户及时了解查阅,不能作为对政策内容的有效扩展或解读。 +本页面仅用来记录对《[FunnyArenaPixel 隐私政策](/privacy.html)》内容的更新情况,以便用户及时了解查阅,不能作为对政策内容的有效扩展或解读。 ## 2024 年 2 月 3 日 diff --git a/docs/privacy.md b/docs/privacy.md index 91bd3d67..646d401b 100644 --- a/docs/privacy.md +++ b/docs/privacy.md @@ -1,11 +1,12 @@ # FunnyArenaPixel 隐私政策 -**更新日期:2024 年 2 月 3 日** +**更新日期:2024 年 2 月 3 日**([更新日志](/privacy-changelog.html)) + **生效日期:2024 年 2 月 3 日** 速德优(北京)网络科技有限公司和 FunnyArenaPixel 游戏服务器(以下统称为“我们”)致力于保护您的隐私。请花一些时间熟悉我们的隐私政策(下称“本政策”),以便进一步了解我们如何收集、使用、披露、传输以及保存您的信息。 -如果您有任何问题,请[联系我们](/contact)。 +如果您有任何问题,请[联系我们](/contact.html)。 ## 一、个人信息的收集和使用 diff --git a/docs/team/leadership.md b/docs/team/leadership.md index c6cb9ba8..0df4da5f 100644 --- a/docs/team/leadership.md +++ b/docs/team/leadership.md @@ -2,11 +2,13 @@ 依据《[团队总纲](main)》,我们的管理层由以下成员组成。 +
- +
从不咕咕的鸽子
从不咕咕的鸽纸

服主
📫pigeon@sodayo.net
从不咕咕的鸽子
从不咕咕的鸽纸

服主
pigeon@sodayo.net
+