Code Monkey home page Code Monkey logo

mikutap's Introduction

mikutap

A Mainland China friendly and independent version extracted from https://aidn.jp/mikutap

致所有自行编辑修改的人

请在任何时候不要移除原作者信息。你可以添加你自己名字上去,但是保留原作者信息是最基本的尊重。

如果你用于了推广、广告等用途,请参见下方许可证要求联系原作者,谢谢。

为什么要做这个

因为很有趣,觉得应该分享给大家,降低国内用户访问的成本
Related: https://www.v2ex.com/t/403054#reply0

修改说明

  • 完全集成所需字体及脚本
  • 进行了汉化
  • 移除了社交分享按钮
  • 移除了原作者的Google Analysis
  • 移除了页面上部分属性
  • 增加了作品来源说明
  • 更新了依赖
  • 少量兼容性修复

@TODO

版权说明

遵循原作者的说明,作品仅用于非盈利的公共使用用途,无需告知

商业用途请直接联系作者,详情

[email protected]
※ 本サイトにて公開している楽曲は非営利かつ公序良俗に反しない限り、連絡なしにご自由にお使いいただいて構いません。
※ エグジットチューンズ管理楽曲(「Nyan Cat」や「ねこみみスイッチ」など)の商用利用につきましては、下記お問い合わせ窓口よりご連絡ください。
http://exittunes.com/license/

由于违规使用本repo带来的后果HFIProgramming不承担结果

DEMO

https://hfiprogramming.github.io/mikutap/

mikutap's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mikutap's Issues

如果你要自行部署,请看这里

说句实话我还是挺后悔最后开出来这样一个独立版本,原本只是为了方便给周围朋友玩玩,现在却成为了刷流量的东西。搜索一下初音未来版本的通过点击/触摸播放声音并出现变化图案的互动内容这句无比奇怪的翻译,可以看到大量的蹭热度站点收录的本项目。这真的不是初衷。

搜索引擎搜一下mikutap,现在可以看到有不少站点,博客有这个小游戏的副本

但是大部分不是抹去了原作者信息,改为自己的署名,就是挂上自己的广告

比如 #8 中列举的两个

请注意一下:
这个项目是有使用许可证的(license)
如果你要使用,请你遵守原作者对于其作品用于非盈利的要求,或者联系作者进行商业合作

现在仓库的版本保留了,甚至增加了额外链接到原作者的作品链接
毕竟做这样一个副本是因为国情而不得已的手段

如果你看到了这里,还请你在使用源码的时候,保留原作者的名字,来源。
你可以加上你的名字,但是作为使用这份源码的你,还请不要移除原作者信息

感谢你的支持


如果你有自行部署,且遵守规定保留作者信息的站点,你可以在下方回复地址
希望可以的话推荐其他人通过保留了原作者信息的镜像站点进行游玩

大佬请更新下

貌似这个版本不能消除手机端的300ms延迟(手机端需要点两下才能start) 原作者最新已经解决这个问题

是否需要光敏性癫痫警告?

这个项目目前在快速切换场景时,偶尔会有快速闪过的高亮度白屏。
本现象通过快速滑动鼠标或触摸可稳定复现,现象在本项目各版本、及原作者网站均有发生,原因不明。或许是切换background-color的函数有bug。
不知是否需要加上光敏性癫痫警告。


背景颜色相关的函数内容(已反混淆):

this.play = function() {
	!function() {
		/** @type {number} */
		_turnType = turnType;
		var iLetter = test();
		c = letters[iLetter];
		$("#about").css("background-color", "#" + c.toString(16));
		if (Math.random() < .3) {
			w.flash(index);
		}
		auth0_time = iLetter;
		g.clear();
		/** @type {boolean} */
		g.visible = true;
		/** @type {number} */
		index = container.children.length - 1 - Math.floor(2 * Math.random());
		container.setChildIndex(g, index);
		/** @type {boolean} */
		var v = Math.random() < .5;
		/** @type {number} */
		var b = Math.floor(4 * Math.random()) + 1;
		data.pos = {};
		/** @type {number} */
		var y = 0;
		if (v) {
			/** @type {number} */
			y = height / b;
			data.pos.b0 = {
				x : 0,
				y : 0
			};
			data.pos.b1 = {
				x : 0,
				y : height
			};
		} else {
			/** @type {number} */
			y = width / b;
			data.pos.b0 = {
				x : 0,
				y : 0
			};
			data.pos.b1 = {
				x : width,
				y : 0
			};
		}
		if (Math.random() < .5) {
			/** @type {number} */
			g.rotation = 0;
			/** @type {number} */
			g.x = 0;
			/** @type {number} */
			g.y = 0;
		} else {
			/** @type {number} */
			g.rotation = Math.PI;
			g.x = width;
			g.y = height;
		}
		/** @type {number} */
		var a = expected_dates = 0;
		for (; a <= b; a++) {
			var layout = {
				x : 0,
				y : 0
			};
			/** @type {number} */
			var yOffset = 0;
			if (0 != a && a != b) {
				/** @type {number} */
				yOffset = y / 4 * Math.random() - y / 8;
			}
			if (v) {
				/** @type {number} */
				layout.y = y * a + yOffset;
			} else {
				/** @type {number} */
				layout.x = y * a + yOffset;
			}
			data.pos["p" + a] = layout;
			var properties;
			/** @type {number} */
			var chargeTime = .4 * Math.random() + .3;
			/** @type {number} */
			expected_dates = 2;
			/** @type {({x: ?}|{y: ?})} */
			properties = v ? {
				x : width
			} : {
				y : height
			};
			gsap.to(data.pos["p" + a], chargeTime, properties);
		}
		/** @type {number} */
		data.progress = 0;
		gsap.to(data, expected_dates, {
			progress : 1,
			ease : Power0.easeNone,
			onUpdate : init,
			onComplete : callback
		});
	}();
};

请问项目作者有获取原作者的网站搬运(复刻)授权许可吗?Readme中的非营业目的下授权应该是指的音乐的授权(非引战)

如题,本人的 朋友认为Readme中的版权声明是有问题的(非引战)

[email protected]
※ 本サイトにて公開している楽曲は非営利かつ公序良俗に反しない限り、連絡なしにご自由にお使いいただいて構いません。
※ エグジットチューンズ管理楽曲(「Nyan Cat」や「ねこみみスイッチ」など)の商用利用につきましては、下記お問い合わせ窓口よりご連絡ください。
http://exittunes.com/license/

※ 此处应该是指网页中的音乐的授权,而非网页本身的修改授权。

如果可以建议致信原作者,补一个作者的授权说明。

请问不支持chrome肿么办?

原网站在chrome下是好用的,并且还支持屏蔽输入法。
而您的这个我只能在edge下使用,还和官网一样在edge下不能屏蔽输入法。
在chrome下,点开始,网页一条白线,没有缩短,就不动了。

求助,

不管是放在本地还是虚拟主机里面开始游戏都会提示:jquery.min.js:4 Access to XMLHttpRequest at 'file:///D:/11152/data/track/track.json' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, weapp, https.
网站是有https的,本地文件夹也是全英文的,这种情况怎么解决呢
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.