{"id":32953452,"url":"https://github.com/AlloyTeam/alloyteam.github.com","last_synced_at":"2025-11-17T16:01:12.271Z","repository":{"id":2679209,"uuid":"3671415","full_name":"AlloyTeam/alloyteam.github.com","owner":"AlloyTeam","description":"腾讯 AlloyTeam 开源项目官网 - 我们的愿景: 成为业界卓越的Web团队！","archived":false,"fork":false,"pushed_at":"2021-10-28T12:09:34.000Z","size":84499,"stargazers_count":849,"open_issues_count":6,"forks_count":181,"subscribers_count":158,"default_branch":"master","last_synced_at":"2025-06-08T21:08:04.142Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://AlloyTeam.github.io/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlloyTeam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-03-09T14:39:00.000Z","updated_at":"2025-06-01T03:08:57.000Z","dependencies_parsed_at":"2022-09-14T18:21:55.100Z","dependency_job_id":null,"html_url":"https://github.com/AlloyTeam/alloyteam.github.com","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlloyTeam/alloyteam.github.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlloyTeam%2Falloyteam.github.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlloyTeam%2Falloyteam.github.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlloyTeam%2Falloyteam.github.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlloyTeam%2Falloyteam.github.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlloyTeam","download_url":"https://codeload.github.com/AlloyTeam/alloyteam.github.com/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlloyTeam%2Falloyteam.github.com/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284911789,"owners_count":27083425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-17T02:00:06.431Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-11-12T22:00:34.223Z","updated_at":"2025-11-17T16:01:12.264Z","avatar_url":"https://github.com/AlloyTeam.png","language":"JavaScript","readme":"Tencent AlloyTeam\n=================\nOne Team, One Dream! 多年以后，让我们创造一个奇迹！\n\nBy [Tencent AlloyTeam](http://www.AlloyTeam.com/)\n\n## 我们的愿景\n\n成为业界卓越的Web团队！\n\n\n## 团队部分代码规范\n虽然这些细节是小事，但是却体现了一个coder的专业程度。\n更多详细情况请看：\nhttp://alloyteam.github.io/CodeGuide/\n\n\n### 标准文件结构\n\n\t[mainfolder]\n\t |--[component]\t\t  //所有组件\t\n \t |   |-- [component_name] //组件文件夹\n\t |   |    |-- img1.png    //组件依赖的图片\n\t |   |    |-- index.css\t  //组件依赖的css文件\n\t |   |    |-- index.js\t  //组件依赖的js文件\n\t |   |-- [component_name] //组件文件夹\n\t |   |    ...\n\t |   |    |-- index.css\t  //组件依赖的css文件\n\t |   |    |-- index.js\t  //组件依赖的js文件\n\t |--[js]\t\t//js文件夹\n\t |   |-- main.js\n\t |--[style]\t\t//所有样式相关的css和image\n\t |   |-- [image]\t//主要image文件夹\n\t |   |    |-- img1.png\n\t |   |    ...\n\t |   |-- [style_name_a]\t//皮肤A的文件夹\n\t |   |    |-- [image]\t//皮肤A的image\n\t |   |    |-- style_name_a.css\t//皮肤A的css文件\n\t |   |    ...\n\t |   |-- [style_name_b]\t//皮肤B的文件夹\n\t |   |-- [style_name_c]\t//皮肤C的文件夹\n\t |   |-- main.css\t//主要css文件\n\t |--[audio]\t\t//所有样式相关的audio音频文件\n\t |   |-- sound.mp3\t//audio文件\n \t |-- index.html\t\t//index文件\n \t |-- page1.html\t\t//其他页面\n \t ...\n\t  \n\t  \n文件名全部英文小写，用下划线分隔。\n\n\t  \n\t  \n### 标准html5代码\n\n\t\u003c!DOCTYPE html\u003e\n\t\u003chtml\u003e\n\t\u003chead\u003e\n\t\t\u003cmeta charset=\"utf-8\" /\u003e\n\t\t\u003cmeta name=\"author\" content=\"Tencent.AlloyTeam.Jetyu\" /\u003e\n\t\t\u003cmeta name=\"copyright\" content=\"Tencent.AlloyTeam\" /\u003e\n\t\t\u003cmeta name=\"keywords\" content=\"腾讯 Alloy 团队\" /\u003e\n\t\t\u003cmeta name=\"description\" content=\"Tencent.AlloyTeam\" /\u003e\n\t\t\n\t\t\u003ctitle\u003eTencent AlloyTeam 标准文档\u003c/title\u003e\n\t\t\u003clink href=\"./style/main.css\" rel=\"stylesheet\" type=\"text/css\" /\u003e\n\t\u003c/head\u003e\n\t\u003cbody\u003e\n\t\t\u003c!-- 注释 --\u003e\n\t\t\u003ch1 id=\"title\" class=\"title\"\u003eTencent AlloyTeam 标准文档\u003c/h1\u003e\n\t\t\u003cdiv\u003e\n\t\t\t\u003ch3\u003eTitle\u003c/h3\u003e\n\t\t\t\u003cp\u003e\n\t\t\t\t标准文档\n\t\t\t\u003c/p\u003e\n\t\t\u003c/div\u003e\n\n\t\t\u003cscript type=\"text/javascript\" src=\"./js/jx.min.js\"\u003e\u003c/script\u003e\n\t\t\u003cscript type=\"text/javascript\"\u003e\n\n\t\t\tvar J = new Jx();\n\n\t\t\u003c/script\u003e\n\t\u003c/body\u003e\n\t\u003c/html\u003e\n\n\n\n### 标准javascript代码\n\n\t/**\n\t * === Javascript eXtension 模块 =========================================================================\n\t * Copyright (c) 2015 Tencent AlloyTeam, All rights reserved.\n\t * http://www.AlloyTeam.com/\n\t * Code licensed under the BSD License:\n \t * http://www.AlloyTeam.com/license.txt\n\t * \n\t * @version 2.0\n\t * @author\tKinvix \u003cKinvix@gmail.com\u003e\n\t * @description 描述文字\n\t * ---2015.6.1 ----------------------------\n\t */\n\n\t/**\n\t * 注释\n\t */\n\tJx().$package('tencent.alloyteam', function(J) {\n\t\tvar self = this,\n\t\t\t$D = J.dom,\n\t\t\t$E = J.event,\n\t\t\t$H = J.http;\n\n\t\t// 输出字符串'Hello world!'\n\t\tJ.out('Hello world!');\n\n\t\t// 输出this === tencent.alloyteam的判断结果\n\t\tJ.out(this === tencent.alloyteam);\n\t});\n\n\n### 标准css代码\n\t\n\t.copyright {\n\t    margin: 50px 0 0 0;\n\t    height: 50px;\n\t\n\t    font-family: Tahoma;\n\t    font-size: 12px;\n\t    text-align: center;\n\t\n\t    color: #999;\n\t}\n\t\n\t.copyright a {\n\t    text-decoration: none;\n\t\n\t    color: #999;\n\t}\n\t\n\t/* 注释 */\n\t.copyright a:hover,\n\t.copyright a:focus {\n\t    text-decoration: underline;\n\t\n\t    outline: none;\n\t}\n\n### 标准版权声明代码\n\n  \t\u003cdiv class=\"copyright\"\u003eCopyright \u0026copy; \u003cscript\u003edocument.write(new Date().getFullYear());\u003c/script\u003e \u003ca href=\"http://www.AlloyTeam.com/\" target=\"_blank\"\u003eAlloyTeam.com\u003c/a\u003e. All Rights Reserved.\u003c/div\u003e\n\n\n### 标准捐赠代码\n\n\t \u003ca href=\"http://me.alipay.com/kinvix\" target=\"helpus\" title=\"支持开源项目，请我们喝杯咖啡吧^_Q\"\u003e \u003cimg src=\"http://alloyteam.github.io/style/image/alipay_btn.jpg\" alt=\"支持开源项目，请我们喝杯咖啡吧^_Q\" /\u003e \u003c/a\u003e\n\t \n\t \u003ca href=\"http://me.alipay.com/kinvix\" target=\"helpus\" title=\"感谢支持开源项目，我们会努力做的更好！\"\u003e \u003cimg src=\"http://alloyteam.github.io/style/image/alipay_btn.jpg\" alt=\"捐赠开源项目\" /\u003e \u003c/a\u003e\n\n### 标准访问统计代码\n\n\t\u003c!--Tencent Analytics--\u003e\n\t\u003cscript type=\"text/javascript\" src=\"http://tajs.qq.com/stats?sId=39379138\" charset=\"UTF-8\"\u003e\u003c/script\u003e\n\t\u003c!--Google Analytics--\u003e\n\t\u003cscript type=\"text/javascript\"\u003e\n\n\t  \tvar _gaq = _gaq || [];\n\t  \t_gaq.push(['_setAccount', 'UA-23019343-9']);\n\t  \t_gaq.push(['_trackPageview']);\n\n\t\t(function() {\n\t\t   \tvar ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n\t\t    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n\t\t    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n\t\t})();\n\n\t\u003c/script\u003e\n\n\n\n\n### 关于团队\n\n\tvar AlloyTeam = {\n\t    name: 'AlloyTeam',\n\t    qq: 1838456721,\n\t    site: 'http://www.alloyteam.com/',\n\t    github: 'http://alloyteam.github.io/',\n\t    coding: 'http://www.coding.net/alloyteam/'\n\t}\n","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlloyTeam%2Falloyteam.github.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAlloyTeam%2Falloyteam.github.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlloyTeam%2Falloyteam.github.com/lists"}